context-tracker-mcp1.0 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Generate documentation
|
|
2
|
+
description: Generate code-level documentation (functions, APIs, examples)
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
+
# code-docs Workflow
|
|
6
|
+
|
|
5
7
|
Generate clear documentation for the provided code:
|
|
6
8
|
|
|
7
9
|
1. **README section** - Project overview, setup, usage
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: Generate and maintain project documentation
|
|
2
|
+
description: Generate and maintain project-wide documentation
|
|
3
3
|
---
|
|
4
|
-
#
|
|
4
|
+
# project-docs Workflow
|
|
5
5
|
|
|
6
6
|
1. Scan project structure
|
|
7
|
-
2. Generate docs
|
|
7
|
+
2. Generate comprehensive project docs
|
|
8
8
|
3. Setup auto-doc generation
|
|
9
9
|
|
|
10
10
|
## Usage
|