Skip to content

Commit 6664a5c

Browse files
committed
chore: remove unnecessary Node.js dependencies
- Remove package.json and package-lock.json (not needed for Python CLI) - Claude Code already tracked via catalog/claude.json - Update claudedocs/project_context.md to reflect changes
1 parent 0f73c03 commit 6664a5c

4 files changed

Lines changed: 18 additions & 352 deletions

File tree

claudedocs/project_context.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ ai_cli_preparation/
3434
├── latest_versions.json # Manual cache + hints
3535
├── tools_snapshot.json # Audit results snapshot
3636
├── Makefile # Build targets
37-
├── package.json # Claude Code dependency
3837
├── scripts/ # Installation scripts
3938
│ ├── install_core.sh
4039
│ ├── install_python.sh
@@ -194,7 +193,7 @@ CLI_AUDIT_TRACE=1 python3 cli_audit.py
194193

195194
## Integration Points
196195

197-
**Claude Code Dependency:** package.json includes @anthropic-ai/claude-code ^2.0.11
196+
**Claude Code:** Tracked via catalog/claude.json (not as npm dependency)
198197

199198
**Use Case:** Ensures Claude Code and other AI agents have access to all necessary developer tools (ripgrep for code search, ast-grep for semantic search, jq for JSON parsing, git/gh for version control, etc.)
200199

@@ -246,8 +245,7 @@ CLI_AUDIT_TRACE=1 python3 cli_audit.py
246245

247246
**Branch:** main
248247
**Working Tree:** Modified (documentation updates in progress)
249-
**Modified:** latest_versions.json, package.json, package-lock.json, tools_snapshot.json, docs/
250-
**Untracked:** node_modules/
248+
**Modified:** latest_versions.json, tools_snapshot.json, docs/
251249
**Remote:** git@github.com:netresearch/coding_agent_cli_toolset.git
252250

253251
**Recent commits (2025-10-18 - upgrade-all feature):**

package-lock.json

Lines changed: 0 additions & 326 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)