This index preserves the location and purpose of older plans, migration records, and backups. Historical files remain in place and must not be deleted or rewritten as current truth.
- Active execution plan:
DEVELOPMENT_PLAN.md - Agent rules:
AGENTS.md - Formal English review:
documentation/en/docs/development-review-plan.md - Formal Chinese review:
documentation/zh-CN/docs/development-review-plan.md - Public current plan:
site/plan.html - Live chronological journal:
.opencode/memory/DEVELOPMENT_JOURNAL.md - Complete backup and recovery guide:
BACKUP_AND_RESTORE.md
- English migration and recovery journal:
documentation/en/docs/development-migration-journal.md - Chinese migration and recovery journal:
documentation/zh-CN/docs/development-migration-journal.md - Repository changelog:
CHANGELOG.md - English packaged changelog:
documentation/en/CHANGELOG.md - Chinese packaged changelog:
documentation/zh-CN/CHANGELOG.md
- Current public engineering plan:
site/plan.html - Historical 0.6.2 pre-release plan pointer:
development/history/DEVELOPMENT_PLAN-0.6.2-pre-release.md(exact content at commit0b9f857) - AI Agent execution brief:
development/AGENT_BRIEF.md - AI Agent execution plan:
development/AI_AGENT_EXECUTION_PLAN.md - External Agent research report (English):
documentation/en/docs/external-agent-research.md - External Agent research report (Chinese):
documentation/zh-CN/docs/external-agent-research.md - External source snapshot and fixed commits:
development/research/prime-agent-deepseek-harness-snapshot.md - 0.6.3 command recovery candidate:
development/work-items/0.6.3/REC-001-command-recovery-journal.md - Superseded Strategy 2026 snapshot:
site/roadmap.html(historical; current execution isDEVELOPMENT_PLAN.mdandsite/plan.html) - Legacy roadmap snapshot:
site/roadmap-legacy.html - Legacy product research:
site/landscape.html - Chinese strategy source:
documentation/zh-CN/docs/strategy-roadmap-2026.md - Product manifest RFC:
documentation/zh-CN/docs/product-manifest-rfc.md - Model panel RFC and contract:
documentation/zh-CN/docs/model-panel-adapter-rfc.mddocumentation/zh-CN/docs/model-panel-contract.md
Baseline commit:
e085d3dc2b59074c23a52f4fe4c76c17504d0e5b
Local immutable references:
branch: backup/pre-v0.6.2-20260816
bundle: /root/coco-tmp/coco-backups/coco-pre-v0.6.2-20260816.bundle
checksum: /root/coco-tmp/coco-backups/coco-pre-v0.6.2-20260816.bundle.sha256
Verify the backup:
git bundle verify /root/coco-tmp/coco-backups/coco-pre-v0.6.2-20260816.bundle
sha256sum --check /root/coco-tmp/coco-backups/coco-pre-v0.6.2-20260816.bundle.sha256Restore into a new directory without changing the active worktree:
git clone /root/coco-tmp/coco-backups/coco-pre-v0.6.2-20260816.bundle coco-restoredNever restore by resetting or overwriting the active worktree.
backup ID: coco-full-20260817T190344Z
directory: /root/coco-tmp/coco-backups/coco-full-20260817T190344Z
local branch: backup/full-20260817T190344Z
canonical guide: BACKUP_AND_RESTORE.md
This set includes all Git refs and history, a source archive, physical dependencies, the complete published v0.6.1 asset set, GitHub/Pages metadata, checksums, and restore-drill evidence. Sensitive user and OpenCode state is excluded from the unencrypted set and requires separate encrypted backup.
When documents disagree:
AGENTS.mdcontrols collaboration and safety rules.DEVELOPMENT_PLAN.mdcontrols current execution order and status.- Work-item files control implementation scope and acceptance.
- ADRs control accepted architecture decisions.
- The live journal records what actually happened.
- Files listed as historical explain prior decisions but do not define current status.