claude-code-autoconfig 1.0.136 → 1.0.137
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,14 +1,15 @@
|
|
|
1
1
|
<!-- @description Recovers conversation context from the session transcript after compaction. -->
|
|
2
|
-
<!-- @version
|
|
2
|
+
<!-- @version 3 -->
|
|
3
3
|
Recover recent conversation context from the raw session transcript on disk.
|
|
4
4
|
|
|
5
5
|
Usage:
|
|
6
6
|
- `/recover-context -60` — last 60 minutes of conversation
|
|
7
|
+
- `/recover-context 60` — same thing (dash is optional)
|
|
7
8
|
- `/recover-context -30` — last 30 minutes
|
|
8
9
|
- `/recover-context -120` — last 2 hours
|
|
9
10
|
- `/recover-context -60 --show` — same as above, but also opens the filtered transcript in default editor
|
|
10
11
|
|
|
11
|
-
The
|
|
12
|
+
The number means "go back N minutes from now." The leading dash is optional. The minutes argument is **required**.
|
|
12
13
|
|
|
13
14
|
## Step 1: Parse the arguments
|
|
14
15
|
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
},
|
|
1316
1316
|
'recover-context': {
|
|
1317
1317
|
title: 'recover-context.md',
|
|
1318
|
-
desc: 'Recovers conversation context from the session transcript after compaction.',
|
|
1318
|
+
desc: 'Recovers conversation context from the session transcript after compaction.\n\nUsage: /recover-context -60 (last 60 min), -30 (last 30 min), -120 (last 2 hrs).\nAdd --show to open the transcript in your editor.\nThe number works with or without the leading dash.',
|
|
1319
1319
|
trigger: '/recover-context'
|
|
1320
1320
|
},
|
|
1321
1321
|
'show-docs': {
|
|
@@ -2047,82 +2047,82 @@ Claude reads this file but must never write to it. When Claude discovers project
|
|
|
2047
2047
|
},
|
|
2048
2048
|
'settings': {
|
|
2049
2049
|
filename: 'settings.json',
|
|
2050
|
-
content: `{
|
|
2051
|
-
"env": {
|
|
2052
|
-
"CLAUDE_CODE_DISABLE_AUTO_MEMORY": "0"
|
|
2053
|
-
},
|
|
2054
|
-
"hooks": {
|
|
2055
|
-
"SessionStart": [
|
|
2056
|
-
{
|
|
2057
|
-
"matcher": "",
|
|
2058
|
-
"hooks": [
|
|
2059
|
-
{
|
|
2060
|
-
"type": "command",
|
|
2061
|
-
"command": "node .claude/hooks/migrate-feedback.js"
|
|
2062
|
-
}
|
|
2063
|
-
]
|
|
2064
|
-
}
|
|
2065
|
-
],
|
|
2066
|
-
"PostToolUse": [
|
|
2067
|
-
{
|
|
2068
|
-
"matcher": "Edit|Write",
|
|
2069
|
-
"hooks": [
|
|
2070
|
-
{
|
|
2071
|
-
"type": "command",
|
|
2072
|
-
"command": "node .claude/hooks/feedback-rule-check.js"
|
|
2073
|
-
}
|
|
2074
|
-
]
|
|
2075
|
-
}
|
|
2076
|
-
]
|
|
2077
|
-
},
|
|
2078
|
-
"permissions": {
|
|
2079
|
-
"allow": [
|
|
2080
|
-
"Read(./**)",
|
|
2081
|
-
"Edit(./**)",
|
|
2082
|
-
"Write(./**)",
|
|
2083
|
-
"Glob",
|
|
2084
|
-
"Grep",
|
|
2085
|
-
"WebSearch",
|
|
2086
|
-
"WebFetch",
|
|
2087
|
-
"Bash(npm run dev)",
|
|
2088
|
-
"Bash(npm run build)",
|
|
2089
|
-
"Bash(npm run lint)",
|
|
2090
|
-
"Bash(npm run lint:fix)",
|
|
2091
|
-
"Bash(npm run typecheck)",
|
|
2092
|
-
"Bash(npm run test)",
|
|
2093
|
-
"Bash(npm run test:*)",
|
|
2094
|
-
"Bash(npm run validate)",
|
|
2095
|
-
"Bash(git status)",
|
|
2096
|
-
"Bash(git diff:*)",
|
|
2097
|
-
"Bash(git add:*)",
|
|
2098
|
-
"Bash(git commit:*)",
|
|
2099
|
-
"Bash(git push:*)",
|
|
2100
|
-
"Bash(git pull)",
|
|
2101
|
-
"Bash(git checkout:*)",
|
|
2102
|
-
"Bash(git branch:*)",
|
|
2103
|
-
"Bash(ls:*)",
|
|
2104
|
-
"Bash(dir:*)",
|
|
2105
|
-
"Bash(mkdir:*)",
|
|
2106
|
-
"Bash(mkdir -p:*)",
|
|
2107
|
-
"Bash(start:*)",
|
|
2108
|
-
"Bash(start .claude:*)",
|
|
2109
|
-
"Bash(open:*)",
|
|
2110
|
-
"Bash(open .claude:*)",
|
|
2111
|
-
"Bash(xdg-open:*)",
|
|
2112
|
-
"Bash(xdg-open .claude:*)"
|
|
2113
|
-
],
|
|
2114
|
-
"deny": [
|
|
2115
|
-
"Read(./.env)",
|
|
2116
|
-
"Read(./.env.*)",
|
|
2117
|
-
"Read(./secrets/**)",
|
|
2118
|
-
"Read(./**/credentials.*)",
|
|
2119
|
-
"Read(./**/*.pem)",
|
|
2120
|
-
"Read(./**/*.key)",
|
|
2121
|
-
"Bash(rm -rf:*)",
|
|
2122
|
-
"Bash(curl:*)",
|
|
2123
|
-
"Bash(wget:*)"
|
|
2124
|
-
]
|
|
2125
|
-
}
|
|
2050
|
+
content: `{
|
|
2051
|
+
"env": {
|
|
2052
|
+
"CLAUDE_CODE_DISABLE_AUTO_MEMORY": "0"
|
|
2053
|
+
},
|
|
2054
|
+
"hooks": {
|
|
2055
|
+
"SessionStart": [
|
|
2056
|
+
{
|
|
2057
|
+
"matcher": "",
|
|
2058
|
+
"hooks": [
|
|
2059
|
+
{
|
|
2060
|
+
"type": "command",
|
|
2061
|
+
"command": "node .claude/hooks/migrate-feedback.js"
|
|
2062
|
+
}
|
|
2063
|
+
]
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
2066
|
+
"PostToolUse": [
|
|
2067
|
+
{
|
|
2068
|
+
"matcher": "Edit|Write",
|
|
2069
|
+
"hooks": [
|
|
2070
|
+
{
|
|
2071
|
+
"type": "command",
|
|
2072
|
+
"command": "node .claude/hooks/feedback-rule-check.js"
|
|
2073
|
+
}
|
|
2074
|
+
]
|
|
2075
|
+
}
|
|
2076
|
+
]
|
|
2077
|
+
},
|
|
2078
|
+
"permissions": {
|
|
2079
|
+
"allow": [
|
|
2080
|
+
"Read(./**)",
|
|
2081
|
+
"Edit(./**)",
|
|
2082
|
+
"Write(./**)",
|
|
2083
|
+
"Glob",
|
|
2084
|
+
"Grep",
|
|
2085
|
+
"WebSearch",
|
|
2086
|
+
"WebFetch",
|
|
2087
|
+
"Bash(npm run dev)",
|
|
2088
|
+
"Bash(npm run build)",
|
|
2089
|
+
"Bash(npm run lint)",
|
|
2090
|
+
"Bash(npm run lint:fix)",
|
|
2091
|
+
"Bash(npm run typecheck)",
|
|
2092
|
+
"Bash(npm run test)",
|
|
2093
|
+
"Bash(npm run test:*)",
|
|
2094
|
+
"Bash(npm run validate)",
|
|
2095
|
+
"Bash(git status)",
|
|
2096
|
+
"Bash(git diff:*)",
|
|
2097
|
+
"Bash(git add:*)",
|
|
2098
|
+
"Bash(git commit:*)",
|
|
2099
|
+
"Bash(git push:*)",
|
|
2100
|
+
"Bash(git pull)",
|
|
2101
|
+
"Bash(git checkout:*)",
|
|
2102
|
+
"Bash(git branch:*)",
|
|
2103
|
+
"Bash(ls:*)",
|
|
2104
|
+
"Bash(dir:*)",
|
|
2105
|
+
"Bash(mkdir:*)",
|
|
2106
|
+
"Bash(mkdir -p:*)",
|
|
2107
|
+
"Bash(start:*)",
|
|
2108
|
+
"Bash(start .claude:*)",
|
|
2109
|
+
"Bash(open:*)",
|
|
2110
|
+
"Bash(open .claude:*)",
|
|
2111
|
+
"Bash(xdg-open:*)",
|
|
2112
|
+
"Bash(xdg-open .claude:*)"
|
|
2113
|
+
],
|
|
2114
|
+
"deny": [
|
|
2115
|
+
"Read(./.env)",
|
|
2116
|
+
"Read(./.env.*)",
|
|
2117
|
+
"Read(./secrets/**)",
|
|
2118
|
+
"Read(./**/credentials.*)",
|
|
2119
|
+
"Read(./**/*.pem)",
|
|
2120
|
+
"Read(./**/*.key)",
|
|
2121
|
+
"Bash(rm -rf:*)",
|
|
2122
|
+
"Bash(curl:*)",
|
|
2123
|
+
"Bash(wget:*)"
|
|
2124
|
+
]
|
|
2125
|
+
}
|
|
2126
2126
|
}`
|
|
2127
2127
|
},
|
|
2128
2128
|
'mcp': {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-autoconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.137",
|
|
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",
|