claude-code-autoconfig 1.0.27 → 1.0.29
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.
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
.tree-spacer {
|
|
440
|
-
width:
|
|
440
|
+
width: 18px;
|
|
441
441
|
flex-shrink: 0;
|
|
442
442
|
}
|
|
443
443
|
|
|
@@ -825,11 +825,26 @@
|
|
|
825
825
|
<span class="tree-folder-icon">📁</span>
|
|
826
826
|
<span class="folder">.claude</span>
|
|
827
827
|
</div>
|
|
828
|
-
<div class="tree-item indent-2 hidden" data-info="agents" data-parent="claude-dir">
|
|
829
|
-
<span class="tree-
|
|
828
|
+
<div class="tree-item indent-2 folder-row hidden collapsed" data-info="agents" data-folder="agents" data-parent="claude-dir">
|
|
829
|
+
<span class="tree-chevron">›</span>
|
|
830
830
|
<span class="tree-folder-icon">📁</span>
|
|
831
831
|
<span class="folder">agents</span>
|
|
832
832
|
</div>
|
|
833
|
+
<div class="tree-item indent-3 hidden" data-info="agents-md" data-parent="agents">
|
|
834
|
+
<span class="tree-spacer"></span>
|
|
835
|
+
<span class="tree-file-icon">📄</span>
|
|
836
|
+
<span class="file">AGENTS.md</span>
|
|
837
|
+
</div>
|
|
838
|
+
<div class="tree-item indent-3 hidden" data-info="create-retro-item" data-parent="agents">
|
|
839
|
+
<span class="tree-spacer"></span>
|
|
840
|
+
<span class="tree-file-icon">📄</span>
|
|
841
|
+
<span class="file">create-retro-item.md</span>
|
|
842
|
+
</div>
|
|
843
|
+
<div class="tree-item indent-3 hidden" data-info="guide-refresh-agent" data-parent="agents">
|
|
844
|
+
<span class="tree-spacer"></span>
|
|
845
|
+
<span class="tree-file-icon">📄</span>
|
|
846
|
+
<span class="file">guide-refresh.md</span>
|
|
847
|
+
</div>
|
|
833
848
|
<div class="tree-item indent-2 folder-row hidden collapsed" data-info="commands" data-folder="commands" data-parent="claude-dir">
|
|
834
849
|
<span class="tree-chevron">›</span>
|
|
835
850
|
<span class="tree-folder-icon">📁</span>
|
|
@@ -1173,6 +1188,18 @@
|
|
|
1173
1188
|
title: 'agents/',
|
|
1174
1189
|
desc: 'Custom agent definitions for specialized tasks. Agents are autonomous workers that can be spawned to handle complex operations independently.'
|
|
1175
1190
|
},
|
|
1191
|
+
'agents-md': {
|
|
1192
|
+
title: 'AGENTS.md',
|
|
1193
|
+
desc: 'Documentation and overview of the agents available in this project.'
|
|
1194
|
+
},
|
|
1195
|
+
'create-retro-item': {
|
|
1196
|
+
title: 'create-retro-item.md',
|
|
1197
|
+
desc: 'Agent that creates structured retro items for tech debt tracking. Used by the /enable-retro feature.'
|
|
1198
|
+
},
|
|
1199
|
+
'guide-refresh-agent': {
|
|
1200
|
+
title: 'guide-refresh.md',
|
|
1201
|
+
desc: 'Agent that refreshes and updates the interactive guide after configuration changes.'
|
|
1202
|
+
},
|
|
1176
1203
|
'commands': {
|
|
1177
1204
|
title: 'commands/',
|
|
1178
1205
|
desc: 'On-demand workflows you trigger with <code>/name</code>. Each .md file becomes a <a href="https://docs.anthropic.com/en/docs/claude-code/slash-commands" target="_blank" style="color: var(--accent-cyan);">slash command</a>.'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-code-autoconfig",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
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",
|