docs: align all documentation with the new repo structure
Update agent protocols (.claude/agents, .github/agents), guides, runbooks and READMEs
to the post-restructure layout: .specify/{scripts,tests,security,config,templates,
governance,memory,level5-config} -> packages/casan-harness/...; docs/input +
golden-runs + traceability-map -> apps/okr/domain/...; drop AINative_OKR_CASAN5/ prefix.
Runtime-state paths (.specify/logs, .specify/agentops, .specify/level5/central-governance)
kept as-is. Historical evidence under docs/output/ left untouched (immutable run records).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
36a4812ef3
commit
18997caf49
@@ -5,10 +5,10 @@ Modified principles: placeholder principle 1 -> I. Requirement-First Definition;
|
||||
Added sections: Product Scope Constraints; Delivery Workflow and Quality Gates
|
||||
Removed sections: none
|
||||
Templates requiring updates:
|
||||
- ✅ .specify/templates/spec-template.md
|
||||
- ✅ .specify/templates/plan-template.md
|
||||
- ✅ .specify/templates/tasks-template.md
|
||||
- ⚠ pending none in .specify/templates/commands because that directory does not exist in this repository
|
||||
- ✅ packages/casan-harness/templates/spec-template.md
|
||||
- ✅ packages/casan-harness/templates/plan-template.md
|
||||
- ✅ packages/casan-harness/templates/tasks-template.md
|
||||
- ⚠ pending none in packages/casan-harness/templates/commands because that directory does not exist in this repository
|
||||
- ✅ README.md
|
||||
Follow-up TODOs: none
|
||||
-->
|
||||
|
||||
@@ -15,11 +15,11 @@ LOG + TRACE + METRICS + AUDIT
|
||||
Unified wrapper:
|
||||
|
||||
```bash
|
||||
.specify/scripts/bash/casan-harness.sh input.txt output.txt agent_step
|
||||
packages/casan-harness/scripts/bash/casan-harness.sh input.txt output.txt agent_step
|
||||
```
|
||||
|
||||
Verification:
|
||||
|
||||
```bash
|
||||
bash .specify/tests/run-casan4-harness-tests.sh
|
||||
bash packages/casan-harness/tests/run-casan4-harness-tests.sh
|
||||
```
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
**Branch**: `[###-feature-name]` | **Date**: [DATE] | **Spec**: [link]
|
||||
**Input**: Feature specification from `/specs/[###-feature-name]/spec.md`
|
||||
|
||||
**Note**: This template is filled in by the `/speckit.plan` command. See `.specify/templates/plan-template.md` for the execution workflow.
|
||||
**Note**: This template is filled in by the `/speckit.plan` command. See `packages/casan-harness/templates/plan-template.md` for the execution workflow.
|
||||
|
||||
## Summary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user