claude-code-autoconfig 1.0.171 → 1.0.172

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.0.172
4
+ - feat: /extract-rules v3 — auto-apply, --keep-sources, changelog with paths
5
+
3
6
  ## v1.0.171
4
7
  - feat: /extract-rules v3 — automatic flow, --keep-sources, changelog summary
5
8
 
@@ -144,6 +147,3 @@
144
147
  ## v1.0.123
145
148
  - fix: use npm exec instead of npx in Step 0
146
149
 
147
- ## v1.0.122
148
- - feat: /autoconfig pulls latest package before configuring
149
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-autoconfig",
3
- "version": "1.0.171",
3
+ "version": "1.0.172",
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",