Harness governance / validate (push) Has been cancelled
Initialize the full harness coding document set from the harness_coding_docs template, customized for the SoftBox project: - Vision, requirements, tech stack (modern Go 1.25 + Gio v0.10.1; Win7 legacy Go 1.20.14 + Gio v0.6.0), architecture, coding rules - Protocol contracts (signed catalog, package protocol v1, Ed25519 license, events, CLI) and Gio view structure - Roadmap Phase 0-6 with 20 suggested tasks; T-001 (monorepo skeleton) filed and ready to claim - Agent entry points (AGENTS.md, docs/00-ai-start-here.md), context manifest, governance scripts and tests - Merge Go gitignore with harness rules; keep go.work tracked Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"schema": "docs/agent-context.schema.json",
|
|
"schema_version": 1,
|
|
"authority": {
|
|
"bootstrap": "local_checkout",
|
|
"framework_templates": "current_repository",
|
|
"project_facts": "current_project_repository",
|
|
"coordination": "gitea_issues_and_pull_requests"
|
|
},
|
|
"bootstrap": {
|
|
"always_read": [
|
|
"AGENTS.md",
|
|
"docs/00-ai-start-here.md",
|
|
"docs/05-coding-rules.md",
|
|
"docs/current-state.md"
|
|
]
|
|
},
|
|
"routes": {
|
|
"documentation": [
|
|
"README.md",
|
|
"docs/README.md",
|
|
"docs/01-vision.md",
|
|
"docs/02-requirements.md"
|
|
],
|
|
"ui": [
|
|
"docs/02-requirements.md",
|
|
"docs/routes.md",
|
|
"docs/04-architecture.md"
|
|
],
|
|
"api": [
|
|
"docs/api.md",
|
|
"docs/04-architecture.md",
|
|
"docs/05-coding-rules.md"
|
|
],
|
|
"data": [
|
|
"docs/02-requirements.md",
|
|
"docs/04-architecture.md",
|
|
"docs/api.md"
|
|
],
|
|
"deploy": [
|
|
"docs/03-tech-stack.md",
|
|
"docs/current-state.md"
|
|
],
|
|
"gitea": [
|
|
"docs/gitea-mcp.md",
|
|
"docs/gitea-collaboration.md",
|
|
"docs/tasks/README.md",
|
|
"docs/clean-state-checklist.md"
|
|
]
|
|
},
|
|
"tasks": {
|
|
"roadmap": "docs/06-tasks.md",
|
|
"directory": "docs/tasks/",
|
|
"template": "docs/tasks/_template.md"
|
|
},
|
|
"refresh": {
|
|
"context_ref": "default_branch_head_sha",
|
|
"cache_key": "file_sha",
|
|
"unchanged_file": "reuse_within_current_session",
|
|
"changed_ref": "reread_manifest_and_routed_documents"
|
|
},
|
|
"degraded_mode": {
|
|
"continue_claimed_task": true,
|
|
"claim_new_task": false,
|
|
"write_remote_state": false
|
|
}
|
|
}
|