archondev 1.6.1 → 1.8.0

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 (3) hide show
  1. package/README.md +10 -2
  2. package/dist/index.js +1323 -8
  3. package/package.json +3 -1
package/README.md CHANGED
@@ -40,6 +40,7 @@ Copy governance files into any project. Works with your existing AI tools (Curso
40
40
  - **Local Database** — Track atoms and learnings in SQLite (no CLI required)
41
41
  - **Memory Management** — Context handoff protocol for long sessions
42
42
  - **Task Extraction Protocol** — AI confirms all items before starting, nothing gets forgotten
43
+ - **Pre-Deploy Accessibility** — WCAG 2.2 AA check before going live, legal liability warnings
43
44
  - Works with any AI coding assistant
44
45
 
45
46
  ---
@@ -50,8 +51,7 @@ Copy governance files into any project. Works with your existing AI tools (Curso
50
51
  |---------|-------------|
51
52
  | `archon` | Interactive mode — just run and follow prompts |
52
53
  | `archon init` | Initialize in your project |
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) |
54
+ | `archon plan <description>` | Create a work item with AI planning (extracts and confirms multi-item requests) |
55
55
  | `archon execute <atom-id>` | Execute with quality gates |
56
56
  | `archon list` | List all work items |
57
57
  | `archon show <atom-id>` | Show details |
@@ -71,6 +71,14 @@ Copy governance files into any project. Works with your existing AI tools (Curso
71
71
  | `archon deps add` | Add a new dependency rule |
72
72
  | `archon deps check --files <list>` | Check for downstream impacts |
73
73
  | `archon deps graph` | Generate Mermaid dependency diagram |
74
+ | `archon a11y check` | Run WCAG 2.2 AA accessibility audit |
75
+ | `archon a11y fix` | Auto-fix common accessibility issues |
76
+ | `archon a11y badge` | Add accessibility compliance badge |
77
+ | `archon a11y pre-deploy` | Interactive pre-deployment check |
78
+ | `archon seo check` | Run SEO meta tag audit |
79
+ | `archon seo fix` | Apply recommended SEO fixes |
80
+ | `archon geo identity` | Generate brand identity phrases for AI citation |
81
+ | `archon geo schema` | Generate JSON-LD schemas |
74
82
 
75
83
  ## Pricing
76
84