solo-cto-agent 1.1.0 → 1.3.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 (88) hide show
  1. package/CHANGELOG.md +347 -0
  2. package/README.md +273 -513
  3. package/action.yml +101 -0
  4. package/bin/auto-setup.js +345 -0
  5. package/bin/central-setup.js +352 -0
  6. package/bin/cli.js +1415 -125
  7. package/bin/constants.js +150 -0
  8. package/bin/cowork-engine.js +407 -2100
  9. package/bin/diff-guard.js +159 -0
  10. package/bin/engine/core.js +326 -0
  11. package/bin/engine/review.js +406 -0
  12. package/bin/engine/routine.js +288 -0
  13. package/bin/engine/session.js +323 -0
  14. package/bin/external-signals.js +1038 -0
  15. package/bin/i18n.js +54 -0
  16. package/bin/local-review.js +44 -24
  17. package/bin/notify-config.js +218 -0
  18. package/bin/notify.js +112 -2
  19. package/bin/personalization.js +241 -0
  20. package/bin/plugin-loader.js +310 -0
  21. package/bin/plugin-manager.js +195 -0
  22. package/bin/review-parser.js +161 -0
  23. package/bin/rework.js +91 -13
  24. package/bin/safe-log.js +97 -0
  25. package/bin/self-evolve/error-collector.js +254 -0
  26. package/bin/self-evolve/external-trends.js +304 -0
  27. package/bin/self-evolve/feedback-collector.js +237 -0
  28. package/bin/self-evolve/quality-analyzer.js +262 -0
  29. package/bin/self-evolve/rework-learner.js +365 -0
  30. package/bin/self-evolve/self-evolve-orchestrator.js +350 -0
  31. package/bin/self-evolve/skill-improver.js +291 -0
  32. package/bin/self-evolve/skill-scout.js +287 -0
  33. package/bin/self-evolve/weekly-report.js +250 -0
  34. package/bin/self-evolve.js +101 -0
  35. package/bin/sync.js +217 -5
  36. package/bin/telegram-bot.js +561 -0
  37. package/bin/telegram-wizard.js +388 -25
  38. package/bin/template-audit.js +561 -0
  39. package/bin/uiux-engine.js +7 -6
  40. package/bin/watch.js +6 -4
  41. package/bin/wizard.js +19 -3
  42. package/completions/solo-cto-agent.bash +100 -0
  43. package/completions/solo-cto-agent.zsh +122 -0
  44. package/config.schema.json +126 -0
  45. package/docs/claude.md +134 -0
  46. package/docs/codex-main-install.md +236 -0
  47. package/docs/codex-main-live-validation.md +276 -0
  48. package/docs/codex-main-validation.svg +56 -0
  49. package/docs/configuration.md +199 -0
  50. package/docs/cowork-main-install.md +53 -504
  51. package/docs/cursor.md +310 -0
  52. package/docs/demo.svg +64 -13
  53. package/docs/feedback-guide.md +1 -1
  54. package/docs/migration-v1.3.md +145 -0
  55. package/docs/telegram-wizard-spec.md +3 -3
  56. package/docs/windsurf.md +475 -0
  57. package/failure-catalog.json +71 -1
  58. package/index.d.ts +843 -0
  59. package/package.json +39 -6
  60. package/skills/self-evolve/SKILL.md +254 -0
  61. package/skills/ship/SKILL.md +17 -4
  62. package/templates/builder-defaults/agent-scores.json +17 -5
  63. package/templates/central/.github/workflows/telegram-bot-runner.yml +56 -0
  64. package/templates/central/.github/workflows/telegram-digest.yml +114 -0
  65. package/templates/orchestrator/.github/workflows/template-audit.yml +28 -0
  66. package/templates/orchestrator/CLAUDE.md +75 -0
  67. package/templates/orchestrator/api/telegram-webhook.js +16 -16
  68. package/templates/orchestrator/ops/agents/claude-reviewer.js +1 -1
  69. package/templates/orchestrator/ops/agents/claude-worker.js +5 -5
  70. package/templates/orchestrator/ops/agents/codex-worker.js +3 -3
  71. package/templates/orchestrator/ops/agents/cross-reviewer.js +2 -1
  72. package/templates/orchestrator/ops/agents/status-checker.js +3 -3
  73. package/templates/orchestrator/ops/config/design-guidelines.json +4 -4
  74. package/templates/orchestrator/ops/orchestrator/agent-scores.json +15 -15
  75. package/templates/orchestrator/ops/orchestrator/decision-message.js +6 -3
  76. package/templates/orchestrator/ops/scripts/auto-diagnose.js +7 -7
  77. package/templates/orchestrator/ops/scripts/consensus-report.js +448 -0
  78. package/templates/orchestrator/ops/scripts/daily-briefing.js +5 -5
  79. package/templates/orchestrator/ops/scripts/decision-queue.js +3 -3
  80. package/templates/orchestrator/ops/scripts/meta-report.js +3 -3
  81. package/templates/orchestrator/ops/scripts/template-audit.js +278 -0
  82. package/templates/product-repo/.claude/hooks/post-compact.sh +117 -0
  83. package/templates/product-repo/.claude/settings.json +22 -0
  84. package/templates/product-repo/.github/workflows/solo-cto-pipeline.yml +171 -0
  85. package/templates/product-repo/CLAUDE.md +184 -0
  86. package/templates/workflows/solo-cto-review.yml +184 -0
  87. package/tiers.json +17 -3
  88. package/CHANGELOG +0 -136
package/CHANGELOG.md ADDED
@@ -0,0 +1,347 @@
1
+ # Changelog
2
+
3
+ ## v1.3.0 (2026-04-17)
4
+
5
+ **Theme**: Tier 3 deep integration features — plugin registry search, setup automation, type system enhancements.
6
+
7
+ ### Highlights
8
+ * `solo-cto-agent plugin search <query>` — search npm registry for plugins with "solo-cto-agent-plugin" keyword
9
+ * setup.sh enhancements: `--include-benchmarks` flag to deploy dashboard.html, auto-detection of Cursor/Windsurf editors
10
+ * Auto-copy of editor-specific docs (docs/cursor.md, docs/windsurf.md) based on detected environment
11
+ * Enhanced TypeScript definitions: BenchmarkMetrics, BenchmarkDiffResult, PluginSearchResult, HistoryEntry
12
+ * Full test coverage for plugin search, CLI subcommands, and new features
13
+
14
+ ### New: Plugin Search
15
+ * `solo-cto-agent plugin search <query>` fetches from npm registry with fallback to helpful error messages
16
+ * `--json` flag for programmatic consumption
17
+ * Graceful handling of network failures with user-friendly messages
18
+ * Integration with plugin-manager.js for unified plugin experience
19
+
20
+ ### New: Setup.sh Enhancements
21
+ * `--include-benchmarks` flag copies benchmarks/dashboard.html to orchestrator directory
22
+ * Auto-detection of Cursor editor (checks ~/.cursor/ directory)
23
+ * Auto-detection of Windsurf editor (checks ~/.windsurf/ directory)
24
+ * Automatic copy of editor-specific documentation to CLAUDE_DIR/docs/
25
+ * Enhanced summary output showing detected editor and installed features
26
+
27
+ ### Enhanced Types
28
+ * `BenchmarkMetrics`: Matches metrics-latest.json shape (name, description, value, unit, timestamp)
29
+ * `BenchmarkDiffResult`: For --diff output (baseline, current, delta, percentChange)
30
+ * `PluginSearchResult`: npm registry search results (name, version, description, author, links)
31
+ * `HistoryEntry`: For benchmarks/history/*.json (timestamp, metrics[], changes[])
32
+
33
+ ### Tests
34
+ * `tests/plugin-search.test.mjs` — 10 new tests for registry search with HTTP mocking
35
+ * Updated CLI tests for `plugin search` and `plugin list` subcommands
36
+ * All existing tests pass with version bump
37
+
38
+ ---
39
+
40
+ ## v1.2.0 (2026-04-17)
41
+
42
+ **Theme**: Public release polish + cowork-main Phase 2/3 + dual-agent metrics.
43
+
44
+ ### Highlights
45
+ * Terminal demo SVG with animated CLI walkthrough
46
+ * cowork-main Phase 2 — orchestrator auto-commits agent-scores + error-patterns post CI
47
+ * cowork-main Phase 3 — `session sync` fetches orchestrator data at session start
48
+ * Dual-agent metrics population (cross-review rate, decision tracking, rework cycles)
49
+ * `collect-metrics.js` fixes: orchestrator repo name, array-aware parsing, rework + cross-repo metrics
50
+ * `changelog.yml` CI fix (PAT token, null-safe condition, skip-ci loop prevention)
51
+ * npm keywords expanded for better discoverability
52
+ * README hero section rewritten for public audience
53
+
54
+ ### Previous (detailed)
55
+ * feat: v1.2.0 — metrics fix, Phase 2/3 cowork, terminal demo, changelog CI — PR-G7-subcommands: telegram test/config/status/disable/verify + event filter
56
+
57
+ **Theme**: closing the telegram wizard loop. The wizard (PR-G7-impl)
58
+ gets you wired up; this PR adds the day-2 surface — toggle which event
59
+ classes notify you, mute the whole channel without losing creds, run a
60
+ non-interactive verify in CI, and tear it all down with one command.
61
+
62
+ ### New: `bin/notify-config.js`
63
+ * Persistent event filter at `~/.solo-cto-agent/notify.json` (override
64
+ via `$SOLO_CTO_NOTIFY_CONFIG`).
65
+ * Schema matches `docs/telegram-wizard-spec.md` §5: `channels`,
66
+ `events` (review.blocker / review.dual-disagree / ci.failure /
67
+ ci.success / deploy.ready / deploy.error), `format`.
68
+ * Fail-open semantics: missing file → defaults; unknown event id →
69
+ enabled; corrupt JSON → defaults + `_error` marker.
70
+ * Atomic disk writes via tmp-file rename. `0600` perms.
71
+ * Empty `channels[]` is honored verbatim (so `telegram disable` can
72
+ truly mute the channel without the writer re-adding 'telegram').
73
+
74
+ ### New telegram subcommands
75
+ * `solo-cto-agent telegram test` — one-shot send with current creds.
76
+ Bypasses the event filter (the whole point is to confirm the pipe).
77
+ * `solo-cto-agent telegram verify` — non-interactive `getMe` +
78
+ optional `sendMessage` round-trip. Returns structured exit code for
79
+ CI scripts.
80
+ * `solo-cto-agent telegram status` — dump cred sources (env vs `.env`
81
+ block vs shell profile), mask token, list active events.
82
+ * `solo-cto-agent telegram disable` — strip `.env` block + shell
83
+ profile block + GitHub secrets (best-effort) + drop 'telegram' from
84
+ notify-config channels. Idempotent.
85
+ * `solo-cto-agent telegram config` — toggle events / format. Three
86
+ modes: `--list`, `--event X --on|--off`, `--format compact|detailed`,
87
+ plus an interactive numbered menu when no flags + TTY.
88
+
89
+ ### Wizard updates
90
+ * Step 5 now writes the default `notify.json` on first run so users
91
+ don't have to discover `telegram config` separately. Idempotent —
92
+ re-running the wizard never clobbers an existing config.
93
+
94
+ ### `bin/notify.js`
95
+ * `sendTelegram` consults notify-config at emit time. If the envelope
96
+ carries `meta.event` and that event is disabled, the send is
97
+ short-circuited (returned as `{ok:true, filtered:true, reason}`).
98
+ * `notifyReviewResult` and `notifyApplyResult` now tag envelopes with
99
+ the appropriate event id (`review.blocker` / `review.dual-disagree`
100
+ / `ci.failure` / `ci.success`).
101
+ * Lazy-require of notify-config keeps the module usable in
102
+ stripped-down installs that don't ship the new file.
103
+
104
+ ### Tests
105
+ * `tests/notify-config.test.mjs` — 14 tests. Defaults, partial-merge,
106
+ corrupt-recovery, format normalization, channel + event toggles.
107
+ * `tests/telegram-subcommands.test.mjs` — 18 tests covering
108
+ `resolveCreds` / `telegramTest` / `telegramVerify` /
109
+ `telegramStatus` (with token masking assertion) / `telegramDisable`
110
+ / `telegramConfig`. All network calls stubbed via injected
111
+ `httpGetJson` / `httpPostJson`.
112
+ * `tests/telegram-wizard.test.mjs` — `runWizard` tests now isolate
113
+ step-5 notify-config writes via `SOLO_CTO_NOTIFY_CONFIG` so the
114
+ suite never touches the real `~/.solo-cto-agent/`.
115
+ * Total: 441 tests (up from 399 in PR #64).
116
+
117
+ ### Docs
118
+ * `docs/telegram-wizard-spec.md` — status flipped from DRAFT → SHIPPED.
119
+
120
+ ---
121
+
122
+ ## Unreleased
123
+
124
+ * fix: routine.js readTier import from personalization (not core)
125
+
126
+ * fix: resolve 2 hanging tests + add vitest timeout config
127
+
128
+ * feat: P3 — GitHub Actions marketplace, VS Code extension, npm release prep
129
+
130
+ * feat: P2 — type sync, template validation CI, migration guide
131
+
132
+ * feat: P1 — cowork-engine split, plugin install, template-audit --apply
133
+
134
+ * security: add API key masking + diff secret detection (P0)
135
+
136
+ * feat: add `setup --central` for centralized workflow architecture
137
+
138
+ * feat(tier3): plugin registry search, setup.sh enhancement, v1.3.0 (#100)
139
+
140
+ * feat: Tier 2 — metrics history, benchmark diff/trend, enhanced validation (#99)
141
+
142
+ * feat: Tier 1 — benchmark CLI, docs, expanded error catalog (#98)
143
+
144
+ * feat: /prs, /dashboard commands + natural language (T3) (#104)
145
+
146
+ * fix: align HTTP timeout with Telegram long-poll timeout (#103)
147
+
148
+ * fix: delete webhook before getUpdates polling (#102)
149
+
150
+ * feat: telegram-bot callback handler + remove experimental gate (#101)
151
+
152
+ * fix: create local ref for base branch in solo-cto-review template
153
+
154
+ * chore: anonymize personal info and internal project names
155
+
156
+ * release: v1.2.0 — public release polish — Toolkit upgrade: per-tool entry points + examples/
157
+
158
+ **Theme**: repositioning from "skill pack" to "toolkit" by splitting the
159
+ docs surface along tool boundaries and filling `examples/` with real
160
+ usage flows — not feature tours. Each example shows input → agent
161
+ behavior → output → pain reduced, so you can recognise which failure
162
+ mode an example applies to without reading the skill definitions.
163
+
164
+ ### Docs structure
165
+ * **`docs/claude.md`** — primary tool entry point (English, slim).
166
+ Links deeper into `cowork-main-install.md` for install detail.
167
+ Landing for: install, keys, tier choice, loop overview.
168
+ * **Per-tool entry-point convention** — README now lists tool entry
169
+ points as a table. Claude is supported today; Cursor / Windsurf /
170
+ Copilot rows are marked "Not yet" and will gain their own docs
171
+ pages when their execution adapters land. The core skills
172
+ (`review`, `build`, `ship`, `memory`, `craft`, `spark`) stay
173
+ tool-agnostic.
174
+ * Removed the single-file top-level `Examples` file; replaced with a
175
+ full `examples/` tree.
176
+
177
+ ### examples/ (new)
178
+ * `examples/build/add-google-oauth.md` — NextAuth + Supabase wiring
179
+ with env precheck before code gen.
180
+ * `examples/build/fix-recurring-build-error.md` — circuit-breaker halt
181
+ on 3rd repeat error + root-cause patch instead of 4th band-aid.
182
+ * `examples/ship/pre-deploy-env-lint.md` — service-scan + paste-ready
183
+ `vercel env add` commands before the deploy breaks.
184
+ * `examples/ship/release-with-npm-publish.md` — version bump, tag,
185
+ idempotent publish, safe to re-run via workflow_dispatch.
186
+ * `examples/review/dual-review-blocker.md` — Claude + Codex disagree
187
+ on a Stripe webhook race; cross-review resolves severity.
188
+ * `examples/review/uiux-vision-check.md` — six-axis vision scorecard
189
+ on a preview URL surfaces AI-slop gradients and mobile tap targets.
190
+ * `examples/founder-workflow/session-start-briefing.md` — 7-line brief
191
+ on session start instead of 15-minute context reload.
192
+ * `examples/founder-workflow/idea-critique.md` — risk-first critique
193
+ surfaces a partnership conflict in 2 minutes.
194
+
195
+ ### Consistency
196
+ * `scripts/validate-package.js` — required-file list no longer references
197
+ the removed `.cursorrules` / `.windsurfrules` /
198
+ `.github/copilot-instructions.md`. Now tracks `examples/README.md`
199
+ and `docs/claude.md`.
200
+ * `bin/wizard.js` — default editor changed from `Cursor` to
201
+ `Claude Cowork` to match the supported primary surface.
202
+ * README — new "Tool entry points" + "Examples" sections; document
203
+ bullet list cleaned up with proper UTF-8 Korean (the block that was
204
+ previously cp949-mojibake). Remaining Korean mojibake elsewhere in
205
+ the README is tracked as a separate encoding-repair pass.
206
+
207
+ ### No behavior change
208
+ * No CLI commands changed. No skill specs changed. No API. Anyone who
209
+ had the previous version installed continues to work identically —
210
+ this is a documentation + examples release.
211
+
212
+ ---
213
+
214
+ ## 1.1.0 — Tier-aware reviews, security signals, plugins & telegram
215
+
216
+ **Theme**: closing the last gaps around signal quality and agent
217
+ extensibility. The review loop now reasons about Haiku/Sonnet/Opus
218
+ tier-appropriately, surfaces live CVE/GHSA advisories via OSV.dev,
219
+ captures screenshots without Playwright, and gains a first-cut
220
+ plugin system + experimental telegram setup wizard.
221
+
222
+ ### External signals (PR-G4)
223
+ * **T2 Security Advisories (OSV.dev)** — CVE + GHSA scan across
224
+ `dependencies` + `devDependencies`. Severity normalized (DB-specific
225
+ > CVSS numeric > UNKNOWN) and merged into the external-knowledge
226
+ context block. Gate: `COWORK_EXTERNAL_KNOWLEDGE_SECURITY=0` to skip.
227
+
228
+ ### Review tiering (PR-G2)
229
+ * **Per-tier Claude model resolution** — Haiku (cheap triage) / Sonnet
230
+ (default) / Opus (deep review) selected automatically based on watch
231
+ tier. Overridable via `ANTHROPIC_MODEL_HAIKU|SONNET|OPUS`.
232
+
233
+ ### UI/UX loop (PR-G5)
234
+ * **Playwright-free screenshot capture** — `uiux vision-review --url`
235
+ and `uiux capture --url` now fall back to thum.io when Playwright is
236
+ unavailable. Viewports: mobile 375x812 / tablet 768x1024 / desktop
237
+ 1280x800.
238
+
239
+ ### Plugins & integrations (PR-G6 / G7)
240
+ * **`docs/plugin-api-v2.md`** — capability manifest spec
241
+ (env/net/fs/cli/hook/schedule prefixes), contribution points, agent
242
+ targeting (`claude` / `codex` / `cowork` / `headless`).
243
+ * **`plugin` subcommand** — filesystem-only manager:
244
+ `solo-cto-agent plugin list|show|add --path <dir>|remove`. Records
245
+ metadata only; does NOT execute plugin code. Runtime loader lands
246
+ in a follow-up behind the capability gate.
247
+ * **`telegram wizard`** (experimental — `SOLO_CTO_EXPERIMENTAL=1`)
248
+ — one-command bot token + chat_id capture + `.env` / shell profile
249
+ / GitHub secret writeback + live sendMessage verification.
250
+ * **`docs/telegram-wizard-spec.md`** — full spec including failure
251
+ modes and i18n hooks.
252
+
253
+ ### Developer experience
254
+ * **375 tests** (up from 247 in 1.0.0) across 28 files — all offline,
255
+ all network calls stubbed via injected `fetchImpl`.
256
+ * **Shared `prompt-utils.js`** — `ask` / `askYesNo` / `askChoice` /
257
+ `isTTY` / `createRl` extracted from `wizard.js` for future wizards.
258
+ * **npm publish automation** — tag `v*` now triggers full CI +
259
+ `npm publish` + GitHub Release in one workflow.
260
+
261
+ ### Upgrade notes
262
+ * No breaking changes. All new features are additive and gated on
263
+ env vars (`COWORK_EXTERNAL_KNOWLEDGE_SECURITY`,
264
+ `SOLO_CTO_EXPERIMENTAL`).
265
+ * `solo-cto-agent plugin` and `solo-cto-agent telegram` are new
266
+ commands — existing commands are unchanged.
267
+
268
+ ## 1.0.0 — First stable release
269
+
270
+ **Why 1.0**: the loop is now closable end-to-end. Previous 0.x releases were
271
+ the skill pack alone. 1.0 adds the three-tier external-signal framework,
272
+ self-cross-review, inbound feedback, and honest signal reporting — the pieces
273
+ needed to trust a single-agent loop for production work.
274
+
275
+ ### External-loop framework (PR-E1 through E5)
276
+ * T1 Peer Model — OpenAI Codex cross-check via `dual-review`
277
+ * T2 External Knowledge — npm registry package-currency scan surfaces major/minor/deprecated deltas
278
+ * T3 Ground Truth — Vercel deployment + Supabase log signals injected into the review prompt
279
+ * Self-loop warning — boxed notice when no external signals are active (single-model blind-spot alert)
280
+ * Inbound feedback channel — `feedback record` + Slack/GitHub dispatch
281
+
282
+ ### Dogfood-driven fixes (PR-F1, F2)
283
+ * default-branch auto-detection (B1) — no more hardcoded `main`, works on `master` / `develop` repos
284
+ * `--target <base>` override (B2) — diff against any ref
285
+ * `--dry-run` now surfaces the self-loop warning without API spend (B3)
286
+ * README flags match reality (B4) — dead examples removed
287
+ * `--json | jq` pipe-safety (B5) — `setLogChannel("stderr")` keeps stdout pure JSON
288
+ * **honest signal reporting (F2)** — `activeCount` now reflects actual fetch outcome, not just env flags. A tier set-but-silent no longer gets counted as "active", and hints surface `enabled-but-silent: T2 (env set, no data)` for debugging.
289
+
290
+ ### Developer experience
291
+ * 247 tests (up from ~180 in 0.6.x) covering CLI, engine parser, watch gating, self-loop warning, and new drive-run regressions
292
+ * Package-validate + Changelog + Test CI workflows all green
293
+
294
+ ## 0.6.0
295
+
296
+ * added `solo-cto-agent lint` command — flags skills over 150 lines, missing frontmatter, large code blocks
297
+ * added CLI tests (init, status, lint, --force, MISSING state) — 8 new test cases
298
+ * added npm pack dry-run test — verifies tarball includes required files and excludes tests/CI
299
+ * expanded failure-catalog from 8 to 15 patterns (Next.js types, edge runtime, JWT, peer deps, DB migrations, deploy timeouts)
300
+ * added SECURITY.md
301
+ * applied references/ pattern to build skill (377→197 lines) and ship skill (283→124 lines)
302
+ * improved README architecture diagram (full skill system, not just error flow)
303
+
304
+ ## 0.5.1
305
+
306
+ * added skill slimming docs (references/ pattern with measured results)
307
+ * fixed BOM encoding in CONTRIBUTING
308
+ * fixed corrupted FAQ section in README
309
+ * cleaned up README: removed duplicate sections, consolidated post-install guide
310
+ * updated ROADMAP with v0.5.0 completion and v0.6.0 plan
311
+
312
+ ## 0.5.0
313
+
314
+ * added CLI init/status commands for npm distribution
315
+ * added demo asset, architecture diagram, and updated Quick Start
316
+ * expanded CONTRIBUTING and templates
317
+
318
+ ## 0.4.0
319
+
320
+ * added package.json and basic test tooling
321
+ * added failure-catalog.json and schema validation
322
+ * added CI test workflow for PRs
323
+ * added ROADMAP.md
324
+
325
+ ## 0.3.0
326
+
327
+ * added .cursorrules for Cursor IDE support
328
+ * added .windsurfrules for Windsurf (Cascade) support
329
+ * added .github/copilot-instructions.md for GitHub Copilot support
330
+ * all three rule files share the same CTO philosophy, adapted to each tool's format
331
+
332
+ ## 0.2.0
333
+
334
+ * rewrote README to sound more human and less sales-heavy
335
+ * improved `setup.sh` toward safer repeat installs and updates
336
+ * softened over-strong automation claims in `build`
337
+ * clarified `craft` as intentionally opinionated
338
+ * tightened `review` wording
339
+ * added contribution guidance
340
+ * added example files for practical usage
341
+
342
+ ## 0.1.0
343
+
344
+ * initial public release
345
+ * added build, ship, craft, spark, review, and memory skills
346
+ * added setup script
347
+ * added templates for context and project state