archondev 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -57,7 +57,7 @@ Copy governance files into any project. Works with your existing AI tools (Curso
57
57
  | `archon credits budget` | Set monthly budget and alerts |
58
58
  | `archon keys add <provider>` | Add your own API key — BYOK (Bring Your Own Key) |
59
59
  | `archon keys list` | Show configured API keys by provider |
60
- | `archon preferences` | View/set model preferences |
60
+ | `archon preferences` | Interactive settings menu (billing, models, keys, usage) |
61
61
  | `archon models` | List available AI models |
62
62
 
63
63
  ## Pricing
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "archondev",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Local-first AI-powered development governance system",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "archon": "dist/index.js"
7
+ "archon": "dist/index.js",
8
+ "archondev": "dist/index.js"
8
9
  },
9
10
  "files": [
10
11
  "dist"