Add consumer alignment review kit
This commit is contained in:
parent
f562e2498d
commit
8e591132f8
38 changed files with 2244 additions and 83 deletions
14
README.md
14
README.md
|
|
@ -19,6 +19,8 @@ PYTHONPATH=src python3 -m info_tech_canon inspect
|
|||
PYTHONPATH=src python3 -m info_tech_canon artifacts
|
||||
PYTHONPATH=src python3 -m info_tech_canon models
|
||||
PYTHONPATH=src python3 -m info_tech_canon standards
|
||||
PYTHONPATH=src python3 -m info_tech_canon review-kit
|
||||
PYTHONPATH=src python3 -m info_tech_canon alignment-template
|
||||
PYTHONPATH=src python3 -m info_tech_canon validate
|
||||
PYTHONPATH=src python3 -m info_tech_canon graph
|
||||
PYTHONPATH=src python3 -m info_tech_canon index
|
||||
|
|
@ -40,6 +42,8 @@ After package installation, the same commands are available through the
|
|||
- `GET /artifacts?kind=model`
|
||||
- `GET /models`
|
||||
- `GET /standards`
|
||||
- `GET /review-kit`
|
||||
- `GET /alignment-template`
|
||||
- `GET /validate`
|
||||
- `GET /graph`
|
||||
- `GET /graph?format=mermaid`
|
||||
|
|
@ -74,6 +78,16 @@ Agent-facing retrieval assets live under `infospace/agent/`:
|
|||
- per-artifact briefs in `agent/briefs/`
|
||||
- consumer brief templates in `agent/consumer-briefs/`
|
||||
- Canon Interface Card template in `agent/templates/`
|
||||
- consumer alignment review kit in `agent/review-kit/`
|
||||
- consumer alignment workplan template in `agent/templates/`
|
||||
|
||||
## Alignment Reviews
|
||||
|
||||
The consumer alignment review kit lives under `infospace/agent/review-kit/`.
|
||||
It provides a repeatable workflow, model and standard selection guide,
|
||||
scorecard, structured review schema, and repo-local workplan template so agents
|
||||
can review consumer repositories against the canon without mixing consumer work
|
||||
into this repo.
|
||||
|
||||
## Purpose And Demand
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue