Skip to content

Commit 7e8d602

Browse files
committed
feat: auto-discover project dev tools and persist in .claude/TOOLS.md (v0.17.0)
Adds discover-tools.py that scans scripts/, Makefile, package.json, pyproject.toml, Justfile, and Taskfile to generate a TOOLS.md inventory. Injected at session start and after compaction so Claude remembers what tooling exists. Pre-compaction reminder prompts Claude to update it when new tools are created during a session. Co-developed-by: Claude Code v2.1.58 (claude-opus-4-6)
1 parent ba1c23d commit 7e8d602

6 files changed

Lines changed: 464 additions & 2 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "context-daddy",
1010
"source": "./",
1111
"description": "Your codebase's context needs a responsible adult. Fast code exploration, living project narratives, and tribal knowledge that survives across sessions.",
12-
"version": "0.16.0",
12+
"version": "0.17.0",
1313
"author": {
1414
"name": "Robert Taylor"
1515
},

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "context-daddy",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "Your codebase's context needs a responsible adult. Fast code exploration, living project narratives, and tribal knowledge that survives across sessions.",
55
"author": {
66
"name": "Robert Taylor"

0 commit comments

Comments
 (0)