Thanks for helping improve classiflow-platform.
This repo is the front door for the ecosystem: docs, local dev orchestration, and integration guidance. For product changes, use the component repos:
- classiflow: https://github.com/rowsquared/classifAI
- taxomind: https://github.com/rowsquared/taxomind
- Open or pick an issue in the correct repository.
- Fork and create a feature branch.
- Keep docs concise and user-focused.
- Do not commit secrets; update
examples/.env.examplefor new config values. - Open a pull request with a clear description.
- Local dev instructions:
docs/local-dev.md. - The Docker Compose stack reads
.envfrom the repo root.
- UI/workflows issues: classiflow repo
- AI service issues: taxomind repo
- Stack/docs issues: classiflow-platform repo