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 for code
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
- # documentation Workflow
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "context-tracker-mcp1.0",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "MCP server for tracking context, code changes, and generating documentation",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",