1.4 KiB
1.4 KiB
Workflow
1. Model Extraction Workflow
The project follows this flow:
Original article / representative text
-> source article record
-> source evidence excerpts
-> human-readable model card
-> machine-readable model JSON
-> regression cases
-> selector examples
-> validation report
2. Development Workflow
For each task:
- Read
README.mdandAGENTS.md. - Check
docs/PROJECT_BRIEF.md. - Modify the smallest necessary set of files.
- Keep JSON and Markdown versions consistent.
- Run or update validation.
- Update reports or handoff notes.
- Do not expand scope without confirmation.
3. Model Addition Workflow
When adding a new model:
- Create a model JSON file in
models/. - Create a human-readable card in
cards/. - Add source article records.
- Add source evidence excerpts.
- Add regression cases.
- Add selector examples if relevant.
- Run validation.
- Update documentation.
4. Stabilization Workflow
If a model is unstable:
- Mark
needs_stabilization: true. - Add risks in
stability_profile.main_risks. - Add boundary and misuse regression cases.
- Do not upgrade to stability level A until tests pass.
5. Handoff Workflow
At the end of each work session:
- Summarize what changed.
- List created and modified files.
- Record validation status.
- Separate assumptions from verified facts.
- List questions that require product or CCRA judgment.
- Suggest the smallest useful next tasks.