Files
harness_coding_docs/docs/agent-context.json
chengma 93cfb165c3
Harness governance / validate (push) Has been cancelled
docs(ui): add user stories and interaction checklists
2026-07-17 09:18:42 +08:00

72 lines
1.7 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",
"docs/07-user-stories.md",
"docs/08-interaction-checklist.md"
],
"ui": [
"docs/02-requirements.md",
"docs/07-user-stories.md",
"docs/08-interaction-checklist.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
}
}