coder-config 0.42.35 → 0.42.36
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.
- package/lib/constants.js +1 -1
- package/package.json +1 -1
- package/templates/commands/flush.md +2 -0
package/lib/constants.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coder-config",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.36",
|
|
4
4
|
"description": "Configuration manager for AI coding tools - Claude Code, Gemini CLI, Codex CLI, Antigravity. Manage MCPs, rules, permissions, memory, and workstreams.",
|
|
5
5
|
"author": "regression.io",
|
|
6
6
|
"main": "config-loader.js",
|
|
@@ -17,6 +17,8 @@ Check for `.claude/` directory:
|
|
|
17
17
|
- "Create `.claude/` in current directory?"
|
|
18
18
|
- If yes, create it. If no, abort.
|
|
19
19
|
|
|
20
|
+
3. **If creating new `.claude/`**: After creating, ask if they want to run `/init` to set up project configuration (CLAUDE.md, rules, etc.)
|
|
21
|
+
|
|
20
22
|
### Step 2: Create Session Summary
|
|
21
23
|
|
|
22
24
|
Create a comprehensive summary including:
|