-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAGENT_DOCS.toml
More file actions
47 lines (42 loc) · 1.37 KB
/
AGENT_DOCS.toml
File metadata and controls
47 lines (42 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[[document]]
context = "startup"
scope = "home"
path = "docs/runbooks/agent-docs/STARTUP_WORKFLOW.md"
required = true
when = "always"
notes = "Startup preflight and context dispatch workflow for home-level agent sessions"
[[document]]
context = "startup"
scope = "home"
path = "docs/runbooks/agent-docs/new-project-bootstrap.md"
required = true
when = "always"
notes = "Canonical bootstrap flow for repos missing baseline policy documents"
[[document]]
context = "task-tools"
scope = "home"
path = "RESEARCH_WORKFLOW.md"
required = true
when = "always"
notes = "Canonical technical lookup decision rules: classify the target, then choose Context7, agent-browser/Playwright, gh, or local checkout accordingly"
[[document]]
context = "project-dev"
scope = "home"
path = "docs/runbooks/agent-docs/PROJECT_DEV_WORKFLOW.md"
required = true
when = "always"
notes = "Project implementation workflow: build, test, validation, and delivery guardrails"
[[document]]
context = "skill-dev"
scope = "home"
path = "docs/runbooks/agent-docs/SKILL_DEV_WORKFLOW.md"
required = true
when = "always"
notes = "Skill authoring workflow: contract, references, scripts, and validation checks"
[[document]]
context = "skill-dev"
scope = "home"
path = "docs/runbooks/agent-docs/init-safety-model.md"
required = true
when = "always"
notes = "Safety contract for non-destructive baseline initialization via agent-doc-init"