archondev 1.6.0 → 1.6.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,6 +39,7 @@ Copy governance files into any project. Works with your existing AI tools (Curso
39
39
  - **Code Review Mode** — Structured code review without changing your code
40
40
  - **Local Database** — Track atoms and learnings in SQLite (no CLI required)
41
41
  - **Memory Management** — Context handoff protocol for long sessions
42
+ - **Task Extraction Protocol** — AI confirms all items before starting, nothing gets forgotten
42
43
  - Works with any AI coding assistant
43
44
 
44
45
  ---
@@ -50,6 +51,7 @@ Copy governance files into any project. Works with your existing AI tools (Curso
50
51
  | `archon` | Interactive mode — just run and follow prompts |
51
52
  | `archon init` | Initialize in your project |
52
53
  | `archon plan <description>` | Create a work item with AI planning |
54
+ | `archon plan` | Create a work item with AI planning (extracts and confirms multi-item requests) |
53
55
  | `archon execute <atom-id>` | Execute with quality gates |
54
56
  | `archon list` | List all work items |
55
57
  | `archon show <atom-id>` | Show details |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archondev",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Local-first AI-powered development governance system",
5
5
  "main": "dist/index.js",
6
6
  "bin": {