-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAGENT_DOCS.toml
More file actions
31 lines (28 loc) · 860 Bytes
/
AGENT_DOCS.toml
File metadata and controls
31 lines (28 loc) · 860 Bytes
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
[[document]]
context = "project-dev"
scope = "project"
path = "BINARY_DEPENDENCIES.md"
required = true
when = "always"
notes = "Project-level dependency and toolchain policy for implementation tasks"
[[document]]
context = "project-dev"
scope = "project"
path = "docs/runbooks/cli-completion-development-standard.md"
required = true
when = "always"
notes = "CLI completion and alias development standard for project tasks"
[[document]]
context = "project-dev"
scope = "project"
path = "docs/runbooks/new-cli-crate-development-standard.md"
required = true
when = "always"
notes = "New CLI crate standard (human output + JSON contract + publish-ready)"
[[document]]
context = "project-dev"
scope = "project"
path = "docs/specs/crate-docs-placement-policy.md"
required = true
when = "always"
notes = "Crate docs placement policy for project development tasks"