57 lines
1.3 KiB
JSON
57 lines
1.3 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": "local_task_files"
|
||
|
|
},
|
||
|
|
"bootstrap": {
|
||
|
|
"always_read": [
|
||
|
|
"AGENTS.md",
|
||
|
|
"docs/00-ai-start-here.md",
|
||
|
|
"docs/05-coding-rules.md",
|
||
|
|
"docs/current-state.md"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"routes": {
|
||
|
|
"documentation": [
|
||
|
|
"docs/README.md",
|
||
|
|
"docs/01-vision.md",
|
||
|
|
"docs/02-requirements.md",
|
||
|
|
"docs/softbox-catalog-design.md"
|
||
|
|
],
|
||
|
|
"protocol": [
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"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
|
||
|
|
}
|
||
|
|
}
|