21 lines
593 B
Markdown
21 lines
593 B
Markdown
# LLM Development Workflow
|
|
|
|
This document is kept as a compatibility pointer for older references.
|
|
|
|
The current agentic workflow now lives in:
|
|
|
|
- `docs/AGENTIC_WORKFLOW.md`
|
|
- `docs/DEVELOPMENT_WORKFLOW.md`
|
|
- `docs/ARCHITECTURE.md`
|
|
- `docs/CONVENTIONS.md`
|
|
- `docs/FEATURES/`
|
|
- `docs/TASKS/`
|
|
- `docs/PROMPTS/`
|
|
- `docs/DECISIONS/`
|
|
|
|
Core rule:
|
|
|
|
> The repository is the source of truth. The chat is only a temporary execution surface.
|
|
|
|
For new work, create or update a feature spec in `docs/FEATURES/`, create a small task in `docs/TASKS/<feature>/`, and ask the agent to implement only that task.
|