mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-12 17:21:19 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user