ateschh-kit 1.2.0 → 1.2.1

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/CHANGELOG.md CHANGED
@@ -67,6 +67,14 @@ Format: [Semantic Versioning](https://semver.org/)
67
67
 
68
68
  ---
69
69
 
70
+ ## [1.2.1] — 2026-04-06
71
+
72
+ ### Fixed
73
+
74
+ - `bin/install.js` no longer attempts to copy the removed `workflows/` directory
75
+
76
+ ---
77
+
70
78
  ## [1.2.0] — 2026-04-06
71
79
 
72
80
  ### Changed
package/bin/install.js CHANGED
@@ -71,9 +71,6 @@ async function main() {
71
71
  info('Copying .claude/rules/ ...')
72
72
  copyDir(path.join(kitDir, '.claude'), path.join(targetDir, '.claude'))
73
73
 
74
- info('Copying workflows/ ...')
75
- copyDir(path.join(kitDir, 'workflows'), path.join(targetDir, 'workflows'))
76
-
77
74
  info('Copying agents/ ...')
78
75
  copyDir(path.join(kitDir, 'agents'), path.join(targetDir, 'agents'))
79
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ateschh-kit",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A structured AI development system for Claude Code and Antigravity",
5
5
  "keywords": [
6
6
  "claude",