claude-code-autoconfig 1.0.125 → 1.0.126
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,5 +1,5 @@
|
|
|
1
1
|
<!-- @description The command you just ran. Analyzes your project and populates CLAUDE.md with real context. Re-run anytime your stack changes. -->
|
|
2
|
-
<!-- @version
|
|
2
|
+
<!-- @version 5 -->
|
|
3
3
|
|
|
4
4
|
# Autoconfig
|
|
5
5
|
|
|
@@ -7,6 +7,28 @@ Analyze this project and configure Claude Code with real context.
|
|
|
7
7
|
|
|
8
8
|
**Setup Note**: During autoconfig, prefer Glob/Read/Write tools over Bash commands. This ensures smooth setup without permission prompts. Only use Bash for opening the guide at the end.
|
|
9
9
|
|
|
10
|
+
## Step 0: Migrate FEEDBACK.md to Discoveries (one-time)
|
|
11
|
+
|
|
12
|
+
Read `.claude/feedback/FEEDBACK.md`. If it contains custom content beyond the default template header (sections after the first `---`), and `CLAUDE.md` does NOT already have a `## Discoveries` section:
|
|
13
|
+
|
|
14
|
+
1. Read all custom content from FEEDBACK.md (everything after the first `---` separator)
|
|
15
|
+
2. Append a `## Discoveries` section to the bottom of CLAUDE.md with that content
|
|
16
|
+
3. Reset FEEDBACK.md to the clean template:
|
|
17
|
+
```
|
|
18
|
+
<!-- @description Human-authored corrections and guidance for Claude. Reserved for team feedback only — Claude must not write here. This directory persists across /autoconfig runs. -->
|
|
19
|
+
|
|
20
|
+
# Team Feedback
|
|
21
|
+
|
|
22
|
+
**This file is for human-authored corrections and guidance only.**
|
|
23
|
+
Claude reads this file but must never write to it. When Claude discovers project context, gotchas, or learnings, it should append to the `## Discoveries` section in CLAUDE.md instead.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
4. Tell the user: "Migrated {N} sections from FEEDBACK.md → CLAUDE.md Discoveries"
|
|
29
|
+
|
|
30
|
+
If CLAUDE.md already has `## Discoveries`, or FEEDBACK.md has no custom content, skip this step silently.
|
|
31
|
+
|
|
10
32
|
## Step 1: Detect Environment
|
|
11
33
|
|
|
12
34
|
**Operating System:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-autoconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.126",
|
|
4
4
|
"description": "Intelligent, self-configuring setup for Claude Code. One command analyzes your project, configures Claude, and shows you what it did.",
|
|
5
5
|
"author": "ADAC 1001 <info@adac1001.com>",
|
|
6
6
|
"license": "MIT",
|