@tdsoft-tech/aikit 0.1.8 → 0.1.11

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
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.11] - 2024-12-28
4
+
5
+ ### Added
6
+ - 🚀 **One-Shot Mode (Beta)** - End-to-end autonomous task execution
7
+ - `/one-shot <task>` command for fully automated task completion
8
+ - 7-phase workflow: Requirements → Planning → Complexity → Execution → Testing → Verification → Completion
9
+ - Interactive requirements gathering with arrow-key navigation
10
+ - 3-level error recovery (auto-fix → alternative approach → user intervention)
11
+ - Quality gates with 3-attempt retry loop (typecheck, test, lint, build)
12
+ - Multi-level verification (gates + manual + deployment)
13
+ - Automatic task splitting for complex work
14
+ - Completion proof generation
15
+ - Beta feedback collection
16
+ - 📚 New documentation: `docs/ONE_SHOT_MODE.md` - Complete user guide
17
+
18
+ ### Fixed
19
+ - 🐛 Fix postinstall.js directory copying - now properly handles nested skill directories
20
+
3
21
  ## [Unreleased]
4
22
 
5
23
  ### Added