claude-code-autoconfig 1.0.132 → 1.0.134
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.
|
@@ -883,6 +883,11 @@
|
|
|
883
883
|
<span class="tree-file-icon">📄</span>
|
|
884
884
|
<span class="file">autoconfig.md</span>
|
|
885
885
|
</div>
|
|
886
|
+
<div class="tree-item indent-3 hidden" data-info="autoconfig-update" data-parent="commands">
|
|
887
|
+
<span class="tree-spacer"></span>
|
|
888
|
+
<span class="tree-file-icon">📄</span>
|
|
889
|
+
<span class="file">autoconfig-update.md</span>
|
|
890
|
+
</div>
|
|
886
891
|
<div class="tree-item indent-3 hidden" data-info="commit-and-push" data-parent="commands">
|
|
887
892
|
<span class="tree-spacer"></span>
|
|
888
893
|
<span class="tree-file-icon">📄</span>
|
|
@@ -893,6 +898,16 @@
|
|
|
893
898
|
<span class="tree-file-icon">📄</span>
|
|
894
899
|
<span class="file">enable-retro.md</span>
|
|
895
900
|
</div>
|
|
901
|
+
<div class="tree-item indent-3 hidden" data-info="gls" data-parent="commands">
|
|
902
|
+
<span class="tree-spacer"></span>
|
|
903
|
+
<span class="tree-file-icon">📄</span>
|
|
904
|
+
<span class="file">gls.md</span>
|
|
905
|
+
</div>
|
|
906
|
+
<div class="tree-item indent-3 hidden" data-info="recover-context" data-parent="commands">
|
|
907
|
+
<span class="tree-spacer"></span>
|
|
908
|
+
<span class="tree-file-icon">📄</span>
|
|
909
|
+
<span class="file">recover-context.md</span>
|
|
910
|
+
</div>
|
|
896
911
|
<div class="tree-item indent-3 hidden" data-info="docs-cmd" data-parent="commands">
|
|
897
912
|
<span class="tree-spacer"></span>
|
|
898
913
|
<span class="tree-file-icon">📄</span>
|
|
@@ -923,11 +938,21 @@
|
|
|
923
938
|
<span class="tree-folder-icon">📁</span>
|
|
924
939
|
<span class="folder">hooks</span>
|
|
925
940
|
</div>
|
|
941
|
+
<div class="tree-item indent-3 hidden" data-info="feedback-rule-check-hook" data-parent="hooks">
|
|
942
|
+
<span class="tree-spacer"></span>
|
|
943
|
+
<span class="tree-file-icon">📄</span>
|
|
944
|
+
<span class="file">feedback-rule-check.js</span>
|
|
945
|
+
</div>
|
|
926
946
|
<div class="tree-item indent-3 hidden" data-info="format-hook" data-parent="hooks">
|
|
927
947
|
<span class="tree-spacer"></span>
|
|
928
948
|
<span class="tree-file-icon">📄</span>
|
|
929
949
|
<span class="file">format.js</span>
|
|
930
950
|
</div>
|
|
951
|
+
<div class="tree-item indent-3 hidden" data-info="migrate-feedback-hook" data-parent="hooks">
|
|
952
|
+
<span class="tree-spacer"></span>
|
|
953
|
+
<span class="tree-file-icon">📄</span>
|
|
954
|
+
<span class="file">migrate-feedback.js</span>
|
|
955
|
+
</div>
|
|
931
956
|
<div class="tree-item indent-2 folder-row hidden collapsed" data-info="docs" data-folder="docs-folder" data-parent="claude-dir">
|
|
932
957
|
<span class="tree-chevron">›</span>
|
|
933
958
|
<span class="tree-folder-icon">📁</span>
|
|
@@ -943,6 +968,16 @@
|
|
|
943
968
|
<span class="tree-folder-icon">📁</span>
|
|
944
969
|
<span class="folder">rules</span>
|
|
945
970
|
</div>
|
|
971
|
+
<div class="tree-item indent-2 folder-row hidden collapsed" data-info="updates" data-folder="updates" data-parent="claude-dir">
|
|
972
|
+
<span class="tree-chevron">›</span>
|
|
973
|
+
<span class="tree-folder-icon">📁</span>
|
|
974
|
+
<span class="folder">updates</span>
|
|
975
|
+
</div>
|
|
976
|
+
<div class="tree-item indent-3 hidden" data-info="updates" data-parent="updates">
|
|
977
|
+
<span class="tree-spacer"></span>
|
|
978
|
+
<span class="tree-file-icon">📄</span>
|
|
979
|
+
<span class="file">NNN-*.md</span>
|
|
980
|
+
</div>
|
|
946
981
|
<div class="tree-item indent-2 hidden" data-info="mcp" data-parent="claude-dir">
|
|
947
982
|
<span class="tree-spacer"></span>
|
|
948
983
|
<span class="tree-file-icon">🔌</span>
|
|
@@ -1281,16 +1316,41 @@
|
|
|
1281
1316
|
title: 'hooks/',
|
|
1282
1317
|
desc: 'Executable scripts that run in response to Claude Code events. Unlike commands (which are prompts you invoke), hooks trigger automatically based on tool usage patterns.'
|
|
1283
1318
|
},
|
|
1319
|
+
'feedback-rule-check-hook': {
|
|
1320
|
+
title: 'feedback-rule-check.js',
|
|
1321
|
+
desc: 'Validates that Claude never writes to FEEDBACK.md. Runs as a PostToolUse hook on Write/Edit operations.',
|
|
1322
|
+
trigger: 'PostToolUse on Write|Edit'
|
|
1323
|
+
},
|
|
1284
1324
|
'format-hook': {
|
|
1285
1325
|
title: 'format.js',
|
|
1286
1326
|
desc: 'Runs the project formatter after Write/Edit operations on source files. Filters by file extension and skips generated directories like node_modules.',
|
|
1287
1327
|
trigger: 'PostToolUse on Write|Edit (JS/TS projects only)'
|
|
1288
1328
|
},
|
|
1329
|
+
'migrate-feedback-hook': {
|
|
1330
|
+
title: 'migrate-feedback.js',
|
|
1331
|
+
desc: 'Migrates custom content from FEEDBACK.md to the Discoveries section in CLAUDE.md. Runs as a PostToolUse hook.',
|
|
1332
|
+
trigger: 'PostToolUse on Write|Edit'
|
|
1333
|
+
},
|
|
1289
1334
|
'autoconfig': {
|
|
1290
1335
|
title: 'autoconfig.md',
|
|
1291
1336
|
desc: 'The command you just ran. Analyzes your project and populates CLAUDE.md with real context. Re-run anytime your stack changes.',
|
|
1292
1337
|
trigger: '/autoconfig'
|
|
1293
1338
|
},
|
|
1339
|
+
'autoconfig-update': {
|
|
1340
|
+
title: 'autoconfig-update.md',
|
|
1341
|
+
desc: 'Checks for and installs configuration updates. Tracks which updates have been applied and only runs new ones.',
|
|
1342
|
+
trigger: '/autoconfig-update'
|
|
1343
|
+
},
|
|
1344
|
+
'gls': {
|
|
1345
|
+
title: 'gls.md',
|
|
1346
|
+
desc: 'Gets and displays your latest screenshot(s) for visual context. Auto-detects your screenshot directory on first use.',
|
|
1347
|
+
trigger: '/gls'
|
|
1348
|
+
},
|
|
1349
|
+
'recover-context': {
|
|
1350
|
+
title: 'recover-context.md',
|
|
1351
|
+
desc: 'Recovers conversation context after compaction. Reads the session transcript to rebuild awareness of what was discussed and decided.',
|
|
1352
|
+
trigger: '/recover-context'
|
|
1353
|
+
},
|
|
1294
1354
|
'sync-claude-md': {
|
|
1295
1355
|
title: 'sync-claude-md.md',
|
|
1296
1356
|
desc: 'Re-analyzes your project and updates CLAUDE.md to reflect current state. Run when your stack changes significantly.',
|
|
@@ -1315,6 +1375,11 @@
|
|
|
1315
1375
|
title: 'rules/',
|
|
1316
1376
|
desc: 'Path-scoped context that loads when Claude works on matching files. Optimized rules are based on your project\'s needs, patterns and practices.<br><br><div style="background: var(--bg-elevated); border: 1px solid var(--accent-cyan); border-radius: 8px; padding: 16px; margin-top: 8px;"><strong style="color: var(--accent-orange);">Want optimized rules for your project?</strong><br>Reach out: <a href="mailto:info@adac1001.com" style="color: var(--accent-cyan);">info@adac1001.com</a></div>'
|
|
1317
1377
|
},
|
|
1378
|
+
'updates': {
|
|
1379
|
+
title: 'updates/',
|
|
1380
|
+
desc: 'Pending configuration updates shipped with new versions. Each update file (NNN-*.md) contains instructions Claude follows to apply changes. Managed by <code>/autoconfig-update</code>.',
|
|
1381
|
+
trigger: '/autoconfig-update'
|
|
1382
|
+
},
|
|
1318
1383
|
'docs': {
|
|
1319
1384
|
title: 'docs/autoconfig.docs.html',
|
|
1320
1385
|
desc: 'This interactive docs. Open it anytime to review what each file does.',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-autoconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.134",
|
|
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",
|