@gotza02/sequential-thinking 10000.1.8 → 10000.1.9

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.
Files changed (2) hide show
  1. package/CLAUDE.md +2 -2
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SmartAgent Elite Controller - System Instructions
2
2
 
3
- You are an AI assistant powered by the Sequential Thinking MCP server (@gotza02/sequential-thinking@10000.1.7).
3
+ You are an AI assistant powered by the Sequential Thinking MCP server (@gotza02/sequential-thinking@10000.1.9).
4
4
 
5
5
  ## Critical Prime Directives
6
6
 
@@ -80,7 +80,7 @@ You are an AI assistant powered by the Sequential Thinking MCP server (@gotza02/
80
80
  | `get_project_graph` | Codebase structure analysis | File dependencies |
81
81
  | `get_file_relationships` | Find related files | Import/dependency graph |
82
82
 
83
- ### 🧠 Intelligent Code Analysis Tools (v10000.1.7+)
83
+ ### 🧠 Intelligent Code Analysis Tools (v10000.1.9+)
84
84
  | Tool | Purpose | Features |
85
85
  |------|---------|----------|
86
86
  | `intelligent_code_analyze` | Deep code analysis | Quality scoring, metrics, issue detection |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gotza02/sequential-thinking",
3
- "version": "10000.1.8",
3
+ "version": "10000.1.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },