Add comprehensive documentation templates and schemas for project documentation workflow

- Introduced agent instruction template for generating documentation tasks.
- Created CSV schema for tasks including definitions and example entries.
- Defined documentation dimensions across five waves with specific focus areas.
- Established quality standards for documentation, including completeness, accuracy, clarity, and context integration.
This commit is contained in:
catlog22
2026-03-04 15:43:24 +08:00
parent ab9b8ecbc0
commit a82e45fcf1
18 changed files with 2035 additions and 1802 deletions

View File

@@ -27,6 +27,17 @@
"command": "Command",
"args": "Arguments",
"env": "Environment Variables",
"transport": {
"http": "HTTP",
"stdio": "STDIO"
},
"http": {
"url": "Server URL",
"headers": "HTTP Headers",
"showValue": "Show value",
"hideValue": "Hide value",
"envVar": "Env Var"
},
"codex": {
"configPath": "Config Path",
"readOnly": "Read-only",