From 51b94a6168d1271b9235f4f757def0731b348a55 Mon Sep 17 00:00:00 2001 From: Levi Figueira Date: Sun, 19 Jul 2026 15:45:18 +0100 Subject: [PATCH 1/3] docs: curate unreleased changelog entries for the intent and exploration foundation --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 258d0ce8..deb94412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,20 @@ is a Loaf workflow staging section for curated entries before release. ## [Unreleased] -- _No unreleased changes yet._ +### Added + +- Track directions as first-class Intents with append-only dispositions: `loaf intent create/defer/resume/resolve/show/list`, retry-safe compound deferral through one canonical per-project operation mapping, and immutable self-sufficient deferral payloads (#122). +- Develop inquiries as durable Explorations that survive compaction and harness changes: `loaf exploration create/checkpoint/list/context` with four required portable checkpoint fields capped at 4096 bytes each, plus explicit conversation provenance through `loaf conversation create/show/list/handle add/observe` (#122). +- Read the local intake queue with `loaf intake list`: unresolved sparks, ideas, brainstorms, Intents, and pre-conversion legacy deferrals, each projected exactly once with exact follow-up commands (#122). +- Convert historical `journal defer` records into canonical deferred Intents with `loaf state migrate deferrals`: a non-mutating dry-run manifest and a backup-first, rerunnable apply that preserves every legacy row and links historical provenance (#122). +- Diagnose and plan maintenance without mutation: `loaf doctor --json` mirrors the human checks read-only, and `loaf install --upgrade --dry-run --json` reports the complete upgrade plan with consent requirements (#122). +- New `/explore` workflow skill: divergent inquiry with checkpoint discipline, portable resumption, and Intent capture (#122). + +### Changed + +- `journal defer` is now a compatibility adapter over the canonical Intent model: every new write records the Intent behind the legacy decision/spark pair, retries converge across entry points with digest telemetry, and keys owned by pre-conversion deferrals cannot be captured by unrelated writes (#122). +- `loaf journal context` treats unresolved deferred Intents as active truth regardless of journal recency and adds a bounded exploration-checkpoints layer with exact resume commands (#122). +- `/triage` processes the full intake queue with explicit dispositions (discard, retain, track, defer, resume, resolve, explore, shape); `/idea` narrows to pure capture; brainstorm's divergent stance now lives inside `/explore` (#122). ## [2.0.0-alpha.9] - 2026-07-18 From f5051a031066dfc167eee7ef67151bf9bd2e8fc0 Mon Sep 17 00:00:00 2001 From: Levi Figueira Date: Sun, 19 Jul 2026 15:45:26 +0100 Subject: [PATCH 2/3] chore: release v2.0.0-alpha.10 --- .claude-plugin/marketplace.json | 4 ++-- CHANGELOG.md | 4 ++++ dist/amp/.amp/plugins/loaf.ts | 2 +- dist/amp/.loaf-target-manifest.json | 4 ++-- dist/amp/skills/architecture/SKILL.md | 2 +- dist/amp/skills/bootstrap/SKILL.md | 2 +- dist/amp/skills/brainstorm/SKILL.md | 2 +- dist/amp/skills/breakdown/SKILL.md | 2 +- dist/amp/skills/council/SKILL.md | 2 +- dist/amp/skills/database-design/SKILL.md | 2 +- dist/amp/skills/debugging/SKILL.md | 2 +- dist/amp/skills/documentation-standards/SKILL.md | 2 +- dist/amp/skills/explore/SKILL.md | 2 +- dist/amp/skills/foundations/SKILL.md | 2 +- dist/amp/skills/git-workflow/SKILL.md | 2 +- dist/amp/skills/go-development/SKILL.md | 2 +- dist/amp/skills/handoff/SKILL.md | 2 +- dist/amp/skills/housekeeping/SKILL.md | 2 +- dist/amp/skills/idea/SKILL.md | 2 +- dist/amp/skills/implement/SKILL.md | 2 +- dist/amp/skills/infrastructure-management/SKILL.md | 2 +- dist/amp/skills/interface-design/SKILL.md | 2 +- dist/amp/skills/knowledge-base/SKILL.md | 2 +- dist/amp/skills/loaf-reference/SKILL.md | 2 +- dist/amp/skills/orchestration/SKILL.md | 2 +- dist/amp/skills/power-systems-modeling/SKILL.md | 2 +- dist/amp/skills/python-development/SKILL.md | 2 +- dist/amp/skills/refactor-deepen/SKILL.md | 2 +- dist/amp/skills/reflect/SKILL.md | 2 +- dist/amp/skills/release/SKILL.md | 2 +- dist/amp/skills/research/SKILL.md | 2 +- dist/amp/skills/ruby-development/SKILL.md | 2 +- dist/amp/skills/security-compliance/SKILL.md | 2 +- dist/amp/skills/shape/SKILL.md | 2 +- dist/amp/skills/ship/SKILL.md | 2 +- dist/amp/skills/strategy/SKILL.md | 2 +- dist/amp/skills/triage/SKILL.md | 2 +- dist/amp/skills/typescript-development/SKILL.md | 2 +- dist/amp/skills/wrap/SKILL.md | 2 +- dist/codex/.loaf-target-manifest.json | 2 +- dist/codex/skills/architecture/SKILL.md | 2 +- dist/codex/skills/bootstrap/SKILL.md | 2 +- dist/codex/skills/brainstorm/SKILL.md | 2 +- dist/codex/skills/breakdown/SKILL.md | 2 +- dist/codex/skills/council/SKILL.md | 2 +- dist/codex/skills/database-design/SKILL.md | 2 +- dist/codex/skills/debugging/SKILL.md | 2 +- dist/codex/skills/documentation-standards/SKILL.md | 2 +- dist/codex/skills/explore/SKILL.md | 2 +- dist/codex/skills/foundations/SKILL.md | 2 +- dist/codex/skills/git-workflow/SKILL.md | 2 +- dist/codex/skills/go-development/SKILL.md | 2 +- dist/codex/skills/handoff/SKILL.md | 2 +- dist/codex/skills/housekeeping/SKILL.md | 2 +- dist/codex/skills/idea/SKILL.md | 2 +- dist/codex/skills/implement/SKILL.md | 2 +- dist/codex/skills/infrastructure-management/SKILL.md | 2 +- dist/codex/skills/interface-design/SKILL.md | 2 +- dist/codex/skills/knowledge-base/SKILL.md | 2 +- dist/codex/skills/loaf-reference/SKILL.md | 2 +- dist/codex/skills/orchestration/SKILL.md | 2 +- dist/codex/skills/power-systems-modeling/SKILL.md | 2 +- dist/codex/skills/python-development/SKILL.md | 2 +- dist/codex/skills/refactor-deepen/SKILL.md | 2 +- dist/codex/skills/reflect/SKILL.md | 2 +- dist/codex/skills/release/SKILL.md | 2 +- dist/codex/skills/research/SKILL.md | 2 +- dist/codex/skills/ruby-development/SKILL.md | 2 +- dist/codex/skills/security-compliance/SKILL.md | 2 +- dist/codex/skills/shape/SKILL.md | 2 +- dist/codex/skills/ship/SKILL.md | 2 +- dist/codex/skills/strategy/SKILL.md | 2 +- dist/codex/skills/triage/SKILL.md | 2 +- dist/codex/skills/typescript-development/SKILL.md | 2 +- dist/codex/skills/wrap/SKILL.md | 2 +- dist/cursor/.loaf-target-manifest.json | 2 +- dist/cursor/agents/background-runner.md | 2 +- dist/cursor/agents/implementer.md | 2 +- dist/cursor/agents/librarian.md | 2 +- dist/cursor/agents/researcher.md | 2 +- dist/cursor/agents/reviewer.md | 2 +- dist/cursor/skills/architecture/SKILL.md | 2 +- dist/cursor/skills/bootstrap/SKILL.md | 2 +- dist/cursor/skills/brainstorm/SKILL.md | 2 +- dist/cursor/skills/breakdown/SKILL.md | 2 +- dist/cursor/skills/council/SKILL.md | 2 +- dist/cursor/skills/database-design/SKILL.md | 2 +- dist/cursor/skills/debugging/SKILL.md | 2 +- dist/cursor/skills/documentation-standards/SKILL.md | 2 +- dist/cursor/skills/explore/SKILL.md | 2 +- dist/cursor/skills/foundations/SKILL.md | 2 +- dist/cursor/skills/git-workflow/SKILL.md | 2 +- dist/cursor/skills/go-development/SKILL.md | 2 +- dist/cursor/skills/handoff/SKILL.md | 2 +- dist/cursor/skills/housekeeping/SKILL.md | 2 +- dist/cursor/skills/idea/SKILL.md | 2 +- dist/cursor/skills/implement/SKILL.md | 2 +- dist/cursor/skills/infrastructure-management/SKILL.md | 2 +- dist/cursor/skills/interface-design/SKILL.md | 2 +- dist/cursor/skills/knowledge-base/SKILL.md | 2 +- dist/cursor/skills/loaf-reference/SKILL.md | 2 +- dist/cursor/skills/orchestration/SKILL.md | 2 +- dist/cursor/skills/power-systems-modeling/SKILL.md | 2 +- dist/cursor/skills/python-development/SKILL.md | 2 +- dist/cursor/skills/refactor-deepen/SKILL.md | 2 +- dist/cursor/skills/reflect/SKILL.md | 2 +- dist/cursor/skills/release/SKILL.md | 2 +- dist/cursor/skills/research/SKILL.md | 2 +- dist/cursor/skills/ruby-development/SKILL.md | 2 +- dist/cursor/skills/security-compliance/SKILL.md | 2 +- dist/cursor/skills/shape/SKILL.md | 2 +- dist/cursor/skills/ship/SKILL.md | 2 +- dist/cursor/skills/strategy/SKILL.md | 2 +- dist/cursor/skills/triage/SKILL.md | 2 +- dist/cursor/skills/typescript-development/SKILL.md | 2 +- dist/cursor/skills/wrap/SKILL.md | 2 +- dist/opencode/.loaf-target-manifest.json | 4 ++-- dist/opencode/agents/background-runner.md | 2 +- dist/opencode/agents/implementer.md | 2 +- dist/opencode/agents/librarian.md | 2 +- dist/opencode/agents/researcher.md | 2 +- dist/opencode/agents/reviewer.md | 2 +- dist/opencode/commands/architecture.md | 2 +- dist/opencode/commands/bootstrap.md | 2 +- dist/opencode/commands/breakdown.md | 2 +- dist/opencode/commands/council.md | 2 +- dist/opencode/commands/debugging.md | 2 +- dist/opencode/commands/explore.md | 2 +- dist/opencode/commands/handoff.md | 2 +- dist/opencode/commands/housekeeping.md | 2 +- dist/opencode/commands/idea.md | 2 +- dist/opencode/commands/implement.md | 2 +- dist/opencode/commands/refactor-deepen.md | 2 +- dist/opencode/commands/reflect.md | 2 +- dist/opencode/commands/release.md | 2 +- dist/opencode/commands/research.md | 2 +- dist/opencode/commands/shape.md | 2 +- dist/opencode/commands/ship.md | 2 +- dist/opencode/commands/strategy.md | 2 +- dist/opencode/commands/triage.md | 2 +- dist/opencode/commands/wrap.md | 2 +- dist/opencode/plugins/hooks.ts | 2 +- dist/opencode/skills/architecture/SKILL.md | 2 +- dist/opencode/skills/bootstrap/SKILL.md | 2 +- dist/opencode/skills/brainstorm/SKILL.md | 2 +- dist/opencode/skills/breakdown/SKILL.md | 2 +- dist/opencode/skills/council/SKILL.md | 2 +- dist/opencode/skills/database-design/SKILL.md | 2 +- dist/opencode/skills/debugging/SKILL.md | 2 +- dist/opencode/skills/documentation-standards/SKILL.md | 2 +- dist/opencode/skills/explore/SKILL.md | 2 +- dist/opencode/skills/foundations/SKILL.md | 2 +- dist/opencode/skills/git-workflow/SKILL.md | 2 +- dist/opencode/skills/go-development/SKILL.md | 2 +- dist/opencode/skills/handoff/SKILL.md | 2 +- dist/opencode/skills/housekeeping/SKILL.md | 2 +- dist/opencode/skills/idea/SKILL.md | 2 +- dist/opencode/skills/implement/SKILL.md | 2 +- dist/opencode/skills/infrastructure-management/SKILL.md | 2 +- dist/opencode/skills/interface-design/SKILL.md | 2 +- dist/opencode/skills/knowledge-base/SKILL.md | 2 +- dist/opencode/skills/loaf-reference/SKILL.md | 2 +- dist/opencode/skills/orchestration/SKILL.md | 2 +- dist/opencode/skills/power-systems-modeling/SKILL.md | 2 +- dist/opencode/skills/python-development/SKILL.md | 2 +- dist/opencode/skills/refactor-deepen/SKILL.md | 2 +- dist/opencode/skills/reflect/SKILL.md | 2 +- dist/opencode/skills/release/SKILL.md | 2 +- dist/opencode/skills/research/SKILL.md | 2 +- dist/opencode/skills/ruby-development/SKILL.md | 2 +- dist/opencode/skills/security-compliance/SKILL.md | 2 +- dist/opencode/skills/shape/SKILL.md | 2 +- dist/opencode/skills/ship/SKILL.md | 2 +- dist/opencode/skills/strategy/SKILL.md | 2 +- dist/opencode/skills/triage/SKILL.md | 2 +- dist/opencode/skills/typescript-development/SKILL.md | 2 +- dist/opencode/skills/wrap/SKILL.md | 2 +- package.json | 2 +- plugins/loaf/.claude-plugin/plugin.json | 2 +- plugins/loaf/.loaf-target-manifest.json | 2 +- plugins/loaf/agents/background-runner.md | 2 +- plugins/loaf/agents/implementer.md | 2 +- plugins/loaf/agents/librarian.md | 2 +- plugins/loaf/agents/researcher.md | 2 +- plugins/loaf/agents/reviewer.md | 2 +- plugins/loaf/package.json | 2 +- plugins/loaf/skills/architecture/SKILL.md | 2 +- plugins/loaf/skills/bootstrap/SKILL.md | 2 +- plugins/loaf/skills/brainstorm/SKILL.md | 2 +- plugins/loaf/skills/breakdown/SKILL.md | 2 +- plugins/loaf/skills/council/SKILL.md | 2 +- plugins/loaf/skills/database-design/SKILL.md | 2 +- plugins/loaf/skills/debugging/SKILL.md | 2 +- plugins/loaf/skills/documentation-standards/SKILL.md | 2 +- plugins/loaf/skills/explore/SKILL.md | 2 +- plugins/loaf/skills/foundations/SKILL.md | 2 +- plugins/loaf/skills/git-workflow/SKILL.md | 2 +- plugins/loaf/skills/go-development/SKILL.md | 2 +- plugins/loaf/skills/handoff/SKILL.md | 2 +- plugins/loaf/skills/housekeeping/SKILL.md | 2 +- plugins/loaf/skills/idea/SKILL.md | 2 +- plugins/loaf/skills/implement/SKILL.md | 2 +- plugins/loaf/skills/infrastructure-management/SKILL.md | 2 +- plugins/loaf/skills/interface-design/SKILL.md | 2 +- plugins/loaf/skills/knowledge-base/SKILL.md | 2 +- plugins/loaf/skills/loaf-reference/SKILL.md | 2 +- plugins/loaf/skills/orchestration/SKILL.md | 2 +- plugins/loaf/skills/power-systems-modeling/SKILL.md | 2 +- plugins/loaf/skills/python-development/SKILL.md | 2 +- plugins/loaf/skills/refactor-deepen/SKILL.md | 2 +- plugins/loaf/skills/reflect/SKILL.md | 2 +- plugins/loaf/skills/release/SKILL.md | 2 +- plugins/loaf/skills/research/SKILL.md | 2 +- plugins/loaf/skills/ruby-development/SKILL.md | 2 +- plugins/loaf/skills/security-compliance/SKILL.md | 2 +- plugins/loaf/skills/shape/SKILL.md | 2 +- plugins/loaf/skills/ship/SKILL.md | 2 +- plugins/loaf/skills/strategy/SKILL.md | 2 +- plugins/loaf/skills/triage/SKILL.md | 2 +- plugins/loaf/skills/typescript-development/SKILL.md | 2 +- plugins/loaf/skills/wrap/SKILL.md | 2 +- 221 files changed, 227 insertions(+), 223 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index acc041b0..e43398e5 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,14 +6,14 @@ }, "metadata": { "description": "Loaf - An Opinionated Agentic Framework", - "version": "2.0.0-alpha.9" + "version": "2.0.0-alpha.10" }, "plugins": [ { "name": "loaf", "description": "Loaf - An Opinionated Agentic Framework", "source": "./plugins/loaf", - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.10", "license": "MIT", "repository": "https://github.com/levifig/loaf" } diff --git a/CHANGELOG.md b/CHANGELOG.md index deb94412..0c12e06a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ is a Loaf workflow staging section for curated entries before release. ## [Unreleased] +- _No unreleased changes yet._ + +## [2.0.0-alpha.10] - 2026-07-19 + ### Added - Track directions as first-class Intents with append-only dispositions: `loaf intent create/defer/resume/resolve/show/list`, retry-safe compound deferral through one canonical per-project operation mapping, and immutable self-sufficient deferral payloads (#122). diff --git a/dist/amp/.amp/plugins/loaf.ts b/dist/amp/.amp/plugins/loaf.ts index 96a2376d..d5ce99e0 100644 --- a/dist/amp/.amp/plugins/loaf.ts +++ b/dist/amp/.amp/plugins/loaf.ts @@ -1,7 +1,7 @@ /** * Amp Plugin - Agent Skills Hooks * Auto-generated by loaf build system - * @version 2.0.0-alpha.9 + * @version 2.0.0-alpha.10 */ import type { PluginAPI } from '@ampcode/plugin'; diff --git a/dist/amp/.loaf-target-manifest.json b/dist/amp/.loaf-target-manifest.json index 63e87fcb..53ffc971 100644 --- a/dist/amp/.loaf-target-manifest.json +++ b/dist/amp/.loaf-target-manifest.json @@ -1,7 +1,7 @@ { "version": 1, "target": "amp", - "package_version": "2.0.0-alpha.9", + "package_version": "2.0.0-alpha.10", "capability_contract_version": 3, "adapters": [ "amp-plugin-v1" @@ -18,7 +18,7 @@ "kind": "plugin", "source_path": ".amp/plugins/loaf.ts", "destination": "plugins/loaf.ts", - "sha256": "74c4c40bb72bcb5aae5c9c6fae4d2f9d1557d9ffe083d63893961a5194d49013", + "sha256": "839ce4d5f4057adcb907eadd768e113421069da347b147226b3fc7610dad3b1f", "mode": 420 } ] diff --git a/dist/amp/skills/architecture/SKILL.md b/dist/amp/skills/architecture/SKILL.md index 58a58435..f0eb287c 100644 --- a/dist/amp/skills/architecture/SKILL.md +++ b/dist/amp/skills/architecture/SKILL.md @@ -12,7 +12,7 @@ description: >- `decision(scope)` entry to the project journal instead). The ADR log is append-only — when circumstances change, write a new ADR that supersedes the old one. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Architecture diff --git a/dist/amp/skills/bootstrap/SKILL.md b/dist/amp/skills/bootstrap/SKILL.md index f3c6c504..fb7d3869 100644 --- a/dist/amp/skills/bootstrap/SKILL.md +++ b/dist/amp/skills/bootstrap/SKILL.md @@ -6,7 +6,7 @@ description: >- I start a new project?", "set up Loaf," or "bootstrap my project." Produces populated project documents and setup recommendations. Not for shaping features (use shape) or brainstorming ideas (use brainstorm). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Bootstrap diff --git a/dist/amp/skills/brainstorm/SKILL.md b/dist/amp/skills/brainstorm/SKILL.md index f2118bf9..adacaff7 100644 --- a/dist/amp/skills/brainstorm/SKILL.md +++ b/dist/amp/skills/brainstorm/SKILL.md @@ -6,7 +6,7 @@ description: >- capture. Explore owns the user-facing inquiry lifecycle; reference this technique from it. Not a primary entry point — route "explore this" or "help me think through options" to explore. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Brainstorm diff --git a/dist/amp/skills/breakdown/SKILL.md b/dist/amp/skills/breakdown/SKILL.md index a9e9b695..d8cf2d6f 100644 --- a/dist/amp/skills/breakdown/SKILL.md +++ b/dist/amp/skills/breakdown/SKILL.md @@ -5,7 +5,7 @@ description: >- Use when the user asks "break this down" or "create tasks for this spec." Produces task files with estimates, dependencies, and acceptance criteria. Not for shaping ideas (use shape) or implementation work (use implement). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Breakdown diff --git a/dist/amp/skills/council/SKILL.md b/dist/amp/skills/council/SKILL.md index c7a5d666..b2fa7cbf 100644 --- a/dist/amp/skills/council/SKILL.md +++ b/dist/amp/skills/council/SKILL.md @@ -7,7 +7,7 @@ description: >- the user wants a structured debate between domain-specific viewpoints. Not for single-perspective research (use research) or architectural decisions that don't need multi-agent deliberation (use architecture). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Council diff --git a/dist/amp/skills/database-design/SKILL.md b/dist/amp/skills/database-design/SKILL.md index 1cb3549a..99ef9491 100644 --- a/dist/amp/skills/database-design/SKILL.md +++ b/dist/amp/skills/database-design/SKILL.md @@ -7,7 +7,7 @@ description: >- database administration and development. Not for ORM usage in application code (use language-specific development skills) or infrastructure orchestration (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Database Skill diff --git a/dist/amp/skills/debugging/SKILL.md b/dist/amp/skills/debugging/SKILL.md index c2c46044..de29ad16 100644 --- a/dist/amp/skills/debugging/SKILL.md +++ b/dist/amp/skills/debugging/SKILL.md @@ -6,7 +6,7 @@ description: >- flaky tests. Provides methodology for root cause analysis and issue resolution. Not for writing new tests (use development skills) or security analysis (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Debugging diff --git a/dist/amp/skills/documentation-standards/SKILL.md b/dist/amp/skills/documentation-standards/SKILL.md index af4e5dff..fc3bde3c 100644 --- a/dist/amp/skills/documentation-standards/SKILL.md +++ b/dist/amp/skills/documentation-standards/SKILL.md @@ -6,7 +6,7 @@ description: >- reviewing documentation quality, or creating architecture diagrams. Not for inline code comments (use code style guides) or project READMEs (use project-specific conventions). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Documentation Standards diff --git a/dist/amp/skills/explore/SKILL.md b/dist/amp/skills/explore/SKILL.md index 3b34a682..df6e3fdc 100644 --- a/dist/amp/skills/explore/SKILL.md +++ b/dist/amp/skills/explore/SKILL.md @@ -10,7 +10,7 @@ description: >- research), continuing implementation or delivery work (use implement), processing the intake queue (use triage), shaping a bounded Change (use shape), or quick capture (use idea). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Explore diff --git a/dist/amp/skills/foundations/SKILL.md b/dist/amp/skills/foundations/SKILL.md index 510fa61e..aabe556c 100644 --- a/dist/amp/skills/foundations/SKILL.md +++ b/dist/amp/skills/foundations/SKILL.md @@ -6,7 +6,7 @@ description: >- setting up project standards. Covers naming, TDD, verification, and review workflows. Not for git workflow (use git-workflow), debugging (use debugging), or security audits (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Code Standards diff --git a/dist/amp/skills/git-workflow/SKILL.md b/dist/amp/skills/git-workflow/SKILL.md index 96b5285d..b62d7417 100644 --- a/dist/amp/skills/git-workflow/SKILL.md +++ b/dist/amp/skills/git-workflow/SKILL.md @@ -6,7 +6,7 @@ description: >- PRs, or managing git history. Provides patterns for collaborative git workflows. Not for code style (use foundations) or CI/CD pipelines (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Git Workflow diff --git a/dist/amp/skills/go-development/SKILL.md b/dist/amp/skills/go-development/SKILL.md index 92b1f610..7b457502 100644 --- a/dist/amp/skills/go-development/SKILL.md +++ b/dist/amp/skills/go-development/SKILL.md @@ -6,7 +6,7 @@ description: >- Follows Effective Go principles and community conventions. Not for database schema design (use database-design) or infrastructure orchestration (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Go Skill diff --git a/dist/amp/skills/handoff/SKILL.md b/dist/amp/skills/handoff/SKILL.md index 0827b1b8..d170661f 100644 --- a/dist/amp/skills/handoff/SKILL.md +++ b/dist/amp/skills/handoff/SKILL.md @@ -7,7 +7,7 @@ description: >- being parked for later. Not for routine journal continuity (use orchestration) or an end-of-conversation checkpoint (use wrap). Produces a disposable handoff artifact that housekeeping deletes after confirmed deprecation. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Handoff diff --git a/dist/amp/skills/housekeeping/SKILL.md b/dist/amp/skills/housekeeping/SKILL.md index 7da868dc..523b4b5b 100644 --- a/dist/amp/skills/housekeeping/SKILL.md +++ b/dist/amp/skills/housekeeping/SKILL.md @@ -7,7 +7,7 @@ description: >- completed work, and ensures extracted knowledge is preserved. Not for strategic reflection (use reflect) or knowledge management (use knowledge-base). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Housekeeping diff --git a/dist/amp/skills/idea/SKILL.md b/dist/amp/skills/idea/SKILL.md index a38af73a..a0af9f90 100644 --- a/dist/amp/skills/idea/SKILL.md +++ b/dist/amp/skills/idea/SKILL.md @@ -7,7 +7,7 @@ description: >- capture primitives routed through triage, which chooses dispositions such as tracking an Intent. Not for divergent inquiry (use explore), processing the intake queue (use triage), or shaping (use shape). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Idea diff --git a/dist/amp/skills/implement/SKILL.md b/dist/amp/skills/implement/SKILL.md index 50ac555b..99afb83c 100644 --- a/dist/amp/skills/implement/SKILL.md +++ b/dist/amp/skills/implement/SKILL.md @@ -6,7 +6,7 @@ description: >- changes. Logs to the project journal and produces agent spawn plans and progress tracking. Not for shaping (use shape), breakdown (use breakdown), research, or review. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Implement diff --git a/dist/amp/skills/infrastructure-management/SKILL.md b/dist/amp/skills/infrastructure-management/SKILL.md index 51a60826..92e0ecbe 100644 --- a/dist/amp/skills/infrastructure-management/SKILL.md +++ b/dist/amp/skills/infrastructure-management/SKILL.md @@ -6,7 +6,7 @@ description: >- managing deployments. Provides patterns for infrastructure as code. Not for application code (use development skills), database schema (use database-design), or security audits (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Infrastructure diff --git a/dist/amp/skills/interface-design/SKILL.md b/dist/amp/skills/interface-design/SKILL.md index e7289396..e42a253f 100644 --- a/dist/amp/skills/interface-design/SKILL.md +++ b/dist/amp/skills/interface-design/SKILL.md @@ -6,7 +6,7 @@ description: >- ensuring accessibility compliance. Not for frontend code (use typescript-development) or API design (use architecture or language-specific skills). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Design Principles diff --git a/dist/amp/skills/knowledge-base/SKILL.md b/dist/amp/skills/knowledge-base/SKILL.md index 5f3d0069..38f0bf27 100644 --- a/dist/amp/skills/knowledge-base/SKILL.md +++ b/dist/amp/skills/knowledge-base/SKILL.md @@ -6,7 +6,7 @@ description: >- covers: field, and the review workflow. Not for retrieval or search (use QMD directly), architectural decisions (use ADRs), or agent instructions (use AGENTS.md). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Knowledge Base diff --git a/dist/amp/skills/loaf-reference/SKILL.md b/dist/amp/skills/loaf-reference/SKILL.md index 97a612be..af7000d0 100644 --- a/dist/amp/skills/loaf-reference/SKILL.md +++ b/dist/amp/skills/loaf-reference/SKILL.md @@ -7,7 +7,7 @@ description: >- when asked to upgrade, diagnose, repair, configure, or bring a Loaf project current. Not for workflow guidance (workflow skills own their CLI contracts) or build internals. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Loaf Reference diff --git a/dist/amp/skills/orchestration/SKILL.md b/dist/amp/skills/orchestration/SKILL.md index 75d0d78f..72beffbc 100644 --- a/dist/amp/skills/orchestration/SKILL.md +++ b/dist/amp/skills/orchestration/SKILL.md @@ -5,7 +5,7 @@ description: >- integration, and council workflows. Use when delegating to agents or coordinating cross-cutting work across multiple agents. Not for single-task implementation (use direct tool delegation) or solo research (use research). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Orchestration diff --git a/dist/amp/skills/power-systems-modeling/SKILL.md b/dist/amp/skills/power-systems-modeling/SKILL.md index 3e36da1d..101b08c6 100644 --- a/dist/amp/skills/power-systems-modeling/SKILL.md +++ b/dist/amp/skills/power-systems-modeling/SKILL.md @@ -6,7 +6,7 @@ description: >- thermal calculations, validating conductors, or computing sag and resistance. Not for infrastructure deployment (use infrastructure-management) or system architecture. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Power Systems Reference diff --git a/dist/amp/skills/python-development/SKILL.md b/dist/amp/skills/python-development/SKILL.md index dd8592e6..9e350276 100644 --- a/dist/amp/skills/python-development/SKILL.md +++ b/dist/amp/skills/python-development/SKILL.md @@ -6,7 +6,7 @@ description: >- models, or tests. Provides patterns for modern Python development. Not for schema design (use database-design), infrastructure (use infrastructure-management), or frontend code (use typescript-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Python Development diff --git a/dist/amp/skills/refactor-deepen/SKILL.md b/dist/amp/skills/refactor-deepen/SKILL.md index 47a069ec..5f1bd796 100644 --- a/dist/amp/skills/refactor-deepen/SKILL.md +++ b/dist/amp/skills/refactor-deepen/SKILL.md @@ -7,7 +7,7 @@ description: >- improvements, or when the user asks "is this module too shallow?" or "where should we deepen this code?" Produces either a read-only report or a PLAN file with candidates, dependency categories, and proposed deepened modules. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Refactor-Deepen diff --git a/dist/amp/skills/reflect/SKILL.md b/dist/amp/skills/reflect/SKILL.md index 85820c59..18fcdf2c 100644 --- a/dist/amp/skills/reflect/SKILL.md +++ b/dist/amp/skills/reflect/SKILL.md @@ -6,7 +6,7 @@ description: >- VISION.md, STRATEGY.md, and ARCHITECTURE.md based on implementation experience. Not for pre-implementation strategy (use strategy) or ADRs (use architecture). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Reflect diff --git a/dist/amp/skills/release/SKILL.md b/dist/amp/skills/release/SKILL.md index 218f7e03..00916d64 100644 --- a/dist/amp/skills/release/SKILL.md +++ b/dist/amp/skills/release/SKILL.md @@ -7,7 +7,7 @@ description: >- a release," "publish a version," "release from main," or asks whether enough landed work should become a release. Not for reviewing or merging a PR (use ship). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Release diff --git a/dist/amp/skills/research/SKILL.md b/dist/amp/skills/research/SKILL.md index be3ebf9d..abde3f14 100644 --- a/dist/amp/skills/research/SKILL.md +++ b/dist/amp/skills/research/SKILL.md @@ -6,7 +6,7 @@ description: >- Produces state assessments, research findings with ranked options, or vision change proposals. Not for multi-agent coordination (use orchestration) or implementation. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Research diff --git a/dist/amp/skills/ruby-development/SKILL.md b/dist/amp/skills/ruby-development/SKILL.md index d1f5c277..c5490b1e 100644 --- a/dist/amp/skills/ruby-development/SKILL.md +++ b/dist/amp/skills/ruby-development/SKILL.md @@ -6,7 +6,7 @@ description: >- following Rails patterns. Follows DHH/37signals conventions. Not for database schema design (use database-design) or frontend outside Hotwire (use typescript-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ruby Development diff --git a/dist/amp/skills/security-compliance/SKILL.md b/dist/amp/skills/security-compliance/SKILL.md index 264f50a9..2977f51d 100644 --- a/dist/amp/skills/security-compliance/SKILL.md +++ b/dist/amp/skills/security-compliance/SKILL.md @@ -5,7 +5,7 @@ description: >- verification. Use when reviewing code for security, managing secrets, performing threat analysis, or running compliance audits. Not for debugging (use debugging) or general code review (use foundations). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Security & Compliance diff --git a/dist/amp/skills/shape/SKILL.md b/dist/amp/skills/shape/SKILL.md index 7e8dbd00..19e461f5 100644 --- a/dist/amp/skills/shape/SKILL.md +++ b/dist/amp/skills/shape/SKILL.md @@ -12,7 +12,7 @@ description: >- conversations, and plain conversation as input. Produces a Change, never a numbered spec or task file. Not for quick capture (use idea) or open-ended divergent thinking before scope exists (use brainstorm). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Shape diff --git a/dist/amp/skills/ship/SKILL.md b/dist/amp/skills/ship/SKILL.md index a257be3e..58a91062 100644 --- a/dist/amp/skills/ship/SKILL.md +++ b/dist/amp/skills/ship/SKILL.md @@ -6,7 +6,7 @@ description: >- final merge gate. Produces a reviewed, squash-merged PR and post-merge cleanup. Not for version bumps, tags, GitHub Releases, or install verification (use release). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ship diff --git a/dist/amp/skills/strategy/SKILL.md b/dist/amp/skills/strategy/SKILL.md index e742f16f..b49ee3fa 100644 --- a/dist/amp/skills/strategy/SKILL.md +++ b/dist/amp/skills/strategy/SKILL.md @@ -6,7 +6,7 @@ description: >- personas, market landscape analysis, and problem space definitions. Not for architecture (use architecture) or post-implementation reflection (use reflect). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Strategy diff --git a/dist/amp/skills/triage/SKILL.md b/dist/amp/skills/triage/SKILL.md index c496fafe..cd79118c 100644 --- a/dist/amp/skills/triage/SKILL.md +++ b/dist/amp/skills/triage/SKILL.md @@ -9,7 +9,7 @@ description: >- shape. Not for reading a single known item (use loaf intent show or journal directly), capturing new ideas (use idea), divergent inquiry (use explore), or bounding one chosen direction (use shape). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Triage diff --git a/dist/amp/skills/typescript-development/SKILL.md b/dist/amp/skills/typescript-development/SKILL.md index c3fb216b..fa2e93b6 100644 --- a/dist/amp/skills/typescript-development/SKILL.md +++ b/dist/amp/skills/typescript-development/SKILL.md @@ -5,7 +5,7 @@ description: >- CSS, and Vitest testing. Use when writing TypeScript applications, React components, or Node.js services. Not for UI/UX design (use interface-design), database schema (use database-design), or Python (use python-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # TypeScript Development diff --git a/dist/amp/skills/wrap/SKILL.md b/dist/amp/skills/wrap/SKILL.md index 2b68d3a3..cd2a37a3 100644 --- a/dist/amp/skills/wrap/SKILL.md +++ b/dist/amp/skills/wrap/SKILL.md @@ -7,7 +7,7 @@ description: >- end of a work session or when the user asks "wrap up." Not for archiving (use housekeeping) or capturing ideas (use idea). Produces a Session Wrap-Up summary and an optional wrap journal entry. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Wrap diff --git a/dist/codex/.loaf-target-manifest.json b/dist/codex/.loaf-target-manifest.json index 26b859d7..5e1a616b 100644 --- a/dist/codex/.loaf-target-manifest.json +++ b/dist/codex/.loaf-target-manifest.json @@ -1,7 +1,7 @@ { "version": 1, "target": "codex", - "package_version": "2.0.0-alpha.9", + "package_version": "2.0.0-alpha.10", "capability_contract_version": 3, "adapters": [ "codex-session-start-v1" diff --git a/dist/codex/skills/architecture/SKILL.md b/dist/codex/skills/architecture/SKILL.md index 58a58435..f0eb287c 100644 --- a/dist/codex/skills/architecture/SKILL.md +++ b/dist/codex/skills/architecture/SKILL.md @@ -12,7 +12,7 @@ description: >- `decision(scope)` entry to the project journal instead). The ADR log is append-only — when circumstances change, write a new ADR that supersedes the old one. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Architecture diff --git a/dist/codex/skills/bootstrap/SKILL.md b/dist/codex/skills/bootstrap/SKILL.md index adfae2e0..67dbdfbf 100644 --- a/dist/codex/skills/bootstrap/SKILL.md +++ b/dist/codex/skills/bootstrap/SKILL.md @@ -6,7 +6,7 @@ description: >- I start a new project?", "set up Loaf," or "bootstrap my project." Produces populated project documents and setup recommendations. Not for shaping features (use shape) or brainstorming ideas (use brainstorm). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Bootstrap diff --git a/dist/codex/skills/brainstorm/SKILL.md b/dist/codex/skills/brainstorm/SKILL.md index f2118bf9..adacaff7 100644 --- a/dist/codex/skills/brainstorm/SKILL.md +++ b/dist/codex/skills/brainstorm/SKILL.md @@ -6,7 +6,7 @@ description: >- capture. Explore owns the user-facing inquiry lifecycle; reference this technique from it. Not a primary entry point — route "explore this" or "help me think through options" to explore. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Brainstorm diff --git a/dist/codex/skills/breakdown/SKILL.md b/dist/codex/skills/breakdown/SKILL.md index a9e9b695..d8cf2d6f 100644 --- a/dist/codex/skills/breakdown/SKILL.md +++ b/dist/codex/skills/breakdown/SKILL.md @@ -5,7 +5,7 @@ description: >- Use when the user asks "break this down" or "create tasks for this spec." Produces task files with estimates, dependencies, and acceptance criteria. Not for shaping ideas (use shape) or implementation work (use implement). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Breakdown diff --git a/dist/codex/skills/council/SKILL.md b/dist/codex/skills/council/SKILL.md index af5cdbdc..5e9b478d 100644 --- a/dist/codex/skills/council/SKILL.md +++ b/dist/codex/skills/council/SKILL.md @@ -7,7 +7,7 @@ description: >- the user wants a structured debate between domain-specific viewpoints. Not for single-perspective research (use research) or architectural decisions that don't need multi-agent deliberation (use architecture). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Council diff --git a/dist/codex/skills/database-design/SKILL.md b/dist/codex/skills/database-design/SKILL.md index 1cb3549a..99ef9491 100644 --- a/dist/codex/skills/database-design/SKILL.md +++ b/dist/codex/skills/database-design/SKILL.md @@ -7,7 +7,7 @@ description: >- database administration and development. Not for ORM usage in application code (use language-specific development skills) or infrastructure orchestration (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Database Skill diff --git a/dist/codex/skills/debugging/SKILL.md b/dist/codex/skills/debugging/SKILL.md index c2c46044..de29ad16 100644 --- a/dist/codex/skills/debugging/SKILL.md +++ b/dist/codex/skills/debugging/SKILL.md @@ -6,7 +6,7 @@ description: >- flaky tests. Provides methodology for root cause analysis and issue resolution. Not for writing new tests (use development skills) or security analysis (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Debugging diff --git a/dist/codex/skills/documentation-standards/SKILL.md b/dist/codex/skills/documentation-standards/SKILL.md index af4e5dff..fc3bde3c 100644 --- a/dist/codex/skills/documentation-standards/SKILL.md +++ b/dist/codex/skills/documentation-standards/SKILL.md @@ -6,7 +6,7 @@ description: >- reviewing documentation quality, or creating architecture diagrams. Not for inline code comments (use code style guides) or project READMEs (use project-specific conventions). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Documentation Standards diff --git a/dist/codex/skills/explore/SKILL.md b/dist/codex/skills/explore/SKILL.md index 3b34a682..df6e3fdc 100644 --- a/dist/codex/skills/explore/SKILL.md +++ b/dist/codex/skills/explore/SKILL.md @@ -10,7 +10,7 @@ description: >- research), continuing implementation or delivery work (use implement), processing the intake queue (use triage), shaping a bounded Change (use shape), or quick capture (use idea). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Explore diff --git a/dist/codex/skills/foundations/SKILL.md b/dist/codex/skills/foundations/SKILL.md index 510fa61e..aabe556c 100644 --- a/dist/codex/skills/foundations/SKILL.md +++ b/dist/codex/skills/foundations/SKILL.md @@ -6,7 +6,7 @@ description: >- setting up project standards. Covers naming, TDD, verification, and review workflows. Not for git workflow (use git-workflow), debugging (use debugging), or security audits (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Code Standards diff --git a/dist/codex/skills/git-workflow/SKILL.md b/dist/codex/skills/git-workflow/SKILL.md index 96b5285d..b62d7417 100644 --- a/dist/codex/skills/git-workflow/SKILL.md +++ b/dist/codex/skills/git-workflow/SKILL.md @@ -6,7 +6,7 @@ description: >- PRs, or managing git history. Provides patterns for collaborative git workflows. Not for code style (use foundations) or CI/CD pipelines (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Git Workflow diff --git a/dist/codex/skills/go-development/SKILL.md b/dist/codex/skills/go-development/SKILL.md index 92b1f610..7b457502 100644 --- a/dist/codex/skills/go-development/SKILL.md +++ b/dist/codex/skills/go-development/SKILL.md @@ -6,7 +6,7 @@ description: >- Follows Effective Go principles and community conventions. Not for database schema design (use database-design) or infrastructure orchestration (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Go Skill diff --git a/dist/codex/skills/handoff/SKILL.md b/dist/codex/skills/handoff/SKILL.md index 0827b1b8..d170661f 100644 --- a/dist/codex/skills/handoff/SKILL.md +++ b/dist/codex/skills/handoff/SKILL.md @@ -7,7 +7,7 @@ description: >- being parked for later. Not for routine journal continuity (use orchestration) or an end-of-conversation checkpoint (use wrap). Produces a disposable handoff artifact that housekeeping deletes after confirmed deprecation. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Handoff diff --git a/dist/codex/skills/housekeeping/SKILL.md b/dist/codex/skills/housekeeping/SKILL.md index bc5e7533..cc131242 100644 --- a/dist/codex/skills/housekeeping/SKILL.md +++ b/dist/codex/skills/housekeeping/SKILL.md @@ -7,7 +7,7 @@ description: >- completed work, and ensures extracted knowledge is preserved. Not for strategic reflection (use reflect) or knowledge management (use knowledge-base). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Housekeeping diff --git a/dist/codex/skills/idea/SKILL.md b/dist/codex/skills/idea/SKILL.md index a38af73a..a0af9f90 100644 --- a/dist/codex/skills/idea/SKILL.md +++ b/dist/codex/skills/idea/SKILL.md @@ -7,7 +7,7 @@ description: >- capture primitives routed through triage, which chooses dispositions such as tracking an Intent. Not for divergent inquiry (use explore), processing the intake queue (use triage), or shaping (use shape). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Idea diff --git a/dist/codex/skills/implement/SKILL.md b/dist/codex/skills/implement/SKILL.md index ced9a064..a9b03b49 100644 --- a/dist/codex/skills/implement/SKILL.md +++ b/dist/codex/skills/implement/SKILL.md @@ -6,7 +6,7 @@ description: >- changes. Logs to the project journal and produces agent spawn plans and progress tracking. Not for shaping (use shape), breakdown (use breakdown), research, or review. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Implement diff --git a/dist/codex/skills/infrastructure-management/SKILL.md b/dist/codex/skills/infrastructure-management/SKILL.md index 51a60826..92e0ecbe 100644 --- a/dist/codex/skills/infrastructure-management/SKILL.md +++ b/dist/codex/skills/infrastructure-management/SKILL.md @@ -6,7 +6,7 @@ description: >- managing deployments. Provides patterns for infrastructure as code. Not for application code (use development skills), database schema (use database-design), or security audits (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Infrastructure diff --git a/dist/codex/skills/interface-design/SKILL.md b/dist/codex/skills/interface-design/SKILL.md index e7289396..e42a253f 100644 --- a/dist/codex/skills/interface-design/SKILL.md +++ b/dist/codex/skills/interface-design/SKILL.md @@ -6,7 +6,7 @@ description: >- ensuring accessibility compliance. Not for frontend code (use typescript-development) or API design (use architecture or language-specific skills). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Design Principles diff --git a/dist/codex/skills/knowledge-base/SKILL.md b/dist/codex/skills/knowledge-base/SKILL.md index 5f3d0069..38f0bf27 100644 --- a/dist/codex/skills/knowledge-base/SKILL.md +++ b/dist/codex/skills/knowledge-base/SKILL.md @@ -6,7 +6,7 @@ description: >- covers: field, and the review workflow. Not for retrieval or search (use QMD directly), architectural decisions (use ADRs), or agent instructions (use AGENTS.md). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Knowledge Base diff --git a/dist/codex/skills/loaf-reference/SKILL.md b/dist/codex/skills/loaf-reference/SKILL.md index 97a612be..af7000d0 100644 --- a/dist/codex/skills/loaf-reference/SKILL.md +++ b/dist/codex/skills/loaf-reference/SKILL.md @@ -7,7 +7,7 @@ description: >- when asked to upgrade, diagnose, repair, configure, or bring a Loaf project current. Not for workflow guidance (workflow skills own their CLI contracts) or build internals. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Loaf Reference diff --git a/dist/codex/skills/orchestration/SKILL.md b/dist/codex/skills/orchestration/SKILL.md index 1e4227bb..6a38c384 100644 --- a/dist/codex/skills/orchestration/SKILL.md +++ b/dist/codex/skills/orchestration/SKILL.md @@ -5,7 +5,7 @@ description: >- integration, and council workflows. Use when delegating to agents or coordinating cross-cutting work across multiple agents. Not for single-task implementation (use direct tool delegation) or solo research (use research). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Orchestration diff --git a/dist/codex/skills/power-systems-modeling/SKILL.md b/dist/codex/skills/power-systems-modeling/SKILL.md index 3e36da1d..101b08c6 100644 --- a/dist/codex/skills/power-systems-modeling/SKILL.md +++ b/dist/codex/skills/power-systems-modeling/SKILL.md @@ -6,7 +6,7 @@ description: >- thermal calculations, validating conductors, or computing sag and resistance. Not for infrastructure deployment (use infrastructure-management) or system architecture. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Power Systems Reference diff --git a/dist/codex/skills/python-development/SKILL.md b/dist/codex/skills/python-development/SKILL.md index dd8592e6..9e350276 100644 --- a/dist/codex/skills/python-development/SKILL.md +++ b/dist/codex/skills/python-development/SKILL.md @@ -6,7 +6,7 @@ description: >- models, or tests. Provides patterns for modern Python development. Not for schema design (use database-design), infrastructure (use infrastructure-management), or frontend code (use typescript-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Python Development diff --git a/dist/codex/skills/refactor-deepen/SKILL.md b/dist/codex/skills/refactor-deepen/SKILL.md index 47a069ec..5f1bd796 100644 --- a/dist/codex/skills/refactor-deepen/SKILL.md +++ b/dist/codex/skills/refactor-deepen/SKILL.md @@ -7,7 +7,7 @@ description: >- improvements, or when the user asks "is this module too shallow?" or "where should we deepen this code?" Produces either a read-only report or a PLAN file with candidates, dependency categories, and proposed deepened modules. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Refactor-Deepen diff --git a/dist/codex/skills/reflect/SKILL.md b/dist/codex/skills/reflect/SKILL.md index 85820c59..18fcdf2c 100644 --- a/dist/codex/skills/reflect/SKILL.md +++ b/dist/codex/skills/reflect/SKILL.md @@ -6,7 +6,7 @@ description: >- VISION.md, STRATEGY.md, and ARCHITECTURE.md based on implementation experience. Not for pre-implementation strategy (use strategy) or ADRs (use architecture). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Reflect diff --git a/dist/codex/skills/release/SKILL.md b/dist/codex/skills/release/SKILL.md index d715a88c..676e73a9 100644 --- a/dist/codex/skills/release/SKILL.md +++ b/dist/codex/skills/release/SKILL.md @@ -7,7 +7,7 @@ description: >- a release," "publish a version," "release from main," or asks whether enough landed work should become a release. Not for reviewing or merging a PR (use ship). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Release diff --git a/dist/codex/skills/research/SKILL.md b/dist/codex/skills/research/SKILL.md index 00ba374e..c096cf23 100644 --- a/dist/codex/skills/research/SKILL.md +++ b/dist/codex/skills/research/SKILL.md @@ -6,7 +6,7 @@ description: >- Produces state assessments, research findings with ranked options, or vision change proposals. Not for multi-agent coordination (use orchestration) or implementation. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Research diff --git a/dist/codex/skills/ruby-development/SKILL.md b/dist/codex/skills/ruby-development/SKILL.md index d1f5c277..c5490b1e 100644 --- a/dist/codex/skills/ruby-development/SKILL.md +++ b/dist/codex/skills/ruby-development/SKILL.md @@ -6,7 +6,7 @@ description: >- following Rails patterns. Follows DHH/37signals conventions. Not for database schema design (use database-design) or frontend outside Hotwire (use typescript-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ruby Development diff --git a/dist/codex/skills/security-compliance/SKILL.md b/dist/codex/skills/security-compliance/SKILL.md index 264f50a9..2977f51d 100644 --- a/dist/codex/skills/security-compliance/SKILL.md +++ b/dist/codex/skills/security-compliance/SKILL.md @@ -5,7 +5,7 @@ description: >- verification. Use when reviewing code for security, managing secrets, performing threat analysis, or running compliance audits. Not for debugging (use debugging) or general code review (use foundations). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Security & Compliance diff --git a/dist/codex/skills/shape/SKILL.md b/dist/codex/skills/shape/SKILL.md index 83af82ac..71c40b86 100644 --- a/dist/codex/skills/shape/SKILL.md +++ b/dist/codex/skills/shape/SKILL.md @@ -12,7 +12,7 @@ description: >- conversations, and plain conversation as input. Produces a Change, never a numbered spec or task file. Not for quick capture (use idea) or open-ended divergent thinking before scope exists (use brainstorm). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Shape diff --git a/dist/codex/skills/ship/SKILL.md b/dist/codex/skills/ship/SKILL.md index a257be3e..58a91062 100644 --- a/dist/codex/skills/ship/SKILL.md +++ b/dist/codex/skills/ship/SKILL.md @@ -6,7 +6,7 @@ description: >- final merge gate. Produces a reviewed, squash-merged PR and post-merge cleanup. Not for version bumps, tags, GitHub Releases, or install verification (use release). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ship diff --git a/dist/codex/skills/strategy/SKILL.md b/dist/codex/skills/strategy/SKILL.md index d086d45c..d5cb90db 100644 --- a/dist/codex/skills/strategy/SKILL.md +++ b/dist/codex/skills/strategy/SKILL.md @@ -6,7 +6,7 @@ description: >- personas, market landscape analysis, and problem space definitions. Not for architecture (use architecture) or post-implementation reflection (use reflect). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Strategy diff --git a/dist/codex/skills/triage/SKILL.md b/dist/codex/skills/triage/SKILL.md index c496fafe..cd79118c 100644 --- a/dist/codex/skills/triage/SKILL.md +++ b/dist/codex/skills/triage/SKILL.md @@ -9,7 +9,7 @@ description: >- shape. Not for reading a single known item (use loaf intent show or journal directly), capturing new ideas (use idea), divergent inquiry (use explore), or bounding one chosen direction (use shape). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Triage diff --git a/dist/codex/skills/typescript-development/SKILL.md b/dist/codex/skills/typescript-development/SKILL.md index c3fb216b..fa2e93b6 100644 --- a/dist/codex/skills/typescript-development/SKILL.md +++ b/dist/codex/skills/typescript-development/SKILL.md @@ -5,7 +5,7 @@ description: >- CSS, and Vitest testing. Use when writing TypeScript applications, React components, or Node.js services. Not for UI/UX design (use interface-design), database schema (use database-design), or Python (use python-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # TypeScript Development diff --git a/dist/codex/skills/wrap/SKILL.md b/dist/codex/skills/wrap/SKILL.md index 59794169..fd9772b7 100644 --- a/dist/codex/skills/wrap/SKILL.md +++ b/dist/codex/skills/wrap/SKILL.md @@ -7,7 +7,7 @@ description: >- end of a work session or when the user asks "wrap up." Not for archiving (use housekeeping) or capturing ideas (use idea). Produces a Session Wrap-Up summary and an optional wrap journal entry. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Wrap diff --git a/dist/cursor/.loaf-target-manifest.json b/dist/cursor/.loaf-target-manifest.json index 174f81f5..156c5e0b 100644 --- a/dist/cursor/.loaf-target-manifest.json +++ b/dist/cursor/.loaf-target-manifest.json @@ -1,7 +1,7 @@ { "version": 1, "target": "cursor", - "package_version": "2.0.0-alpha.9", + "package_version": "2.0.0-alpha.10", "capability_contract_version": 3, "adapters": [ "cursor-session-start-v1" diff --git a/dist/cursor/agents/background-runner.md b/dist/cursor/agents/background-runner.md index 8ce9e061..0b9d3f49 100644 --- a/dist/cursor/agents/background-runner.md +++ b/dist/cursor/agents/background-runner.md @@ -155,4 +155,4 @@ Background Agent ID: bg-20260123-143000-auth-security 4. Log completion to the project journal if the `loaf` CLI is available --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/cursor/agents/implementer.md b/dist/cursor/agents/implementer.md index b3bde7d7..c7f2037c 100644 --- a/dist/cursor/agents/implementer.md +++ b/dist/cursor/agents/implementer.md @@ -33,4 +33,4 @@ You are an implementer. You have full write access to the codebase: code, tests, - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/cursor/agents/librarian.md b/dist/cursor/agents/librarian.md index d294f92b..554a38a9 100644 --- a/dist/cursor/agents/librarian.md +++ b/dist/cursor/agents/librarian.md @@ -52,4 +52,4 @@ repository and edit access scoped to `.agents/` only. - Scope all file operations to `.agents/` paths. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/cursor/agents/researcher.md b/dist/cursor/agents/researcher.md index b15469a6..ca95a4c3 100644 --- a/dist/cursor/agents/researcher.md +++ b/dist/cursor/agents/researcher.md @@ -32,4 +32,4 @@ You are a researcher. You have read access to the codebase and web access to the - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/cursor/agents/reviewer.md b/dist/cursor/agents/reviewer.md index d96b29e3..105f529b 100644 --- a/dist/cursor/agents/reviewer.md +++ b/dist/cursor/agents/reviewer.md @@ -30,4 +30,4 @@ You are a reviewer. You have read-only access to the codebase. This is not a lim - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/cursor/skills/architecture/SKILL.md b/dist/cursor/skills/architecture/SKILL.md index 58a58435..f0eb287c 100644 --- a/dist/cursor/skills/architecture/SKILL.md +++ b/dist/cursor/skills/architecture/SKILL.md @@ -12,7 +12,7 @@ description: >- `decision(scope)` entry to the project journal instead). The ADR log is append-only — when circumstances change, write a new ADR that supersedes the old one. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Architecture diff --git a/dist/cursor/skills/bootstrap/SKILL.md b/dist/cursor/skills/bootstrap/SKILL.md index f77b56ac..b3f28be4 100644 --- a/dist/cursor/skills/bootstrap/SKILL.md +++ b/dist/cursor/skills/bootstrap/SKILL.md @@ -6,7 +6,7 @@ description: >- I start a new project?", "set up Loaf," or "bootstrap my project." Produces populated project documents and setup recommendations. Not for shaping features (use shape) or brainstorming ideas (use brainstorm). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Bootstrap diff --git a/dist/cursor/skills/brainstorm/SKILL.md b/dist/cursor/skills/brainstorm/SKILL.md index f2118bf9..adacaff7 100644 --- a/dist/cursor/skills/brainstorm/SKILL.md +++ b/dist/cursor/skills/brainstorm/SKILL.md @@ -6,7 +6,7 @@ description: >- capture. Explore owns the user-facing inquiry lifecycle; reference this technique from it. Not a primary entry point — route "explore this" or "help me think through options" to explore. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Brainstorm diff --git a/dist/cursor/skills/breakdown/SKILL.md b/dist/cursor/skills/breakdown/SKILL.md index a9e9b695..d8cf2d6f 100644 --- a/dist/cursor/skills/breakdown/SKILL.md +++ b/dist/cursor/skills/breakdown/SKILL.md @@ -5,7 +5,7 @@ description: >- Use when the user asks "break this down" or "create tasks for this spec." Produces task files with estimates, dependencies, and acceptance criteria. Not for shaping ideas (use shape) or implementation work (use implement). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Breakdown diff --git a/dist/cursor/skills/council/SKILL.md b/dist/cursor/skills/council/SKILL.md index c862c3e3..aa4cb027 100644 --- a/dist/cursor/skills/council/SKILL.md +++ b/dist/cursor/skills/council/SKILL.md @@ -7,7 +7,7 @@ description: >- the user wants a structured debate between domain-specific viewpoints. Not for single-perspective research (use research) or architectural decisions that don't need multi-agent deliberation (use architecture). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Council diff --git a/dist/cursor/skills/database-design/SKILL.md b/dist/cursor/skills/database-design/SKILL.md index 1cb3549a..99ef9491 100644 --- a/dist/cursor/skills/database-design/SKILL.md +++ b/dist/cursor/skills/database-design/SKILL.md @@ -7,7 +7,7 @@ description: >- database administration and development. Not for ORM usage in application code (use language-specific development skills) or infrastructure orchestration (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Database Skill diff --git a/dist/cursor/skills/debugging/SKILL.md b/dist/cursor/skills/debugging/SKILL.md index c2c46044..de29ad16 100644 --- a/dist/cursor/skills/debugging/SKILL.md +++ b/dist/cursor/skills/debugging/SKILL.md @@ -6,7 +6,7 @@ description: >- flaky tests. Provides methodology for root cause analysis and issue resolution. Not for writing new tests (use development skills) or security analysis (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Debugging diff --git a/dist/cursor/skills/documentation-standards/SKILL.md b/dist/cursor/skills/documentation-standards/SKILL.md index af4e5dff..fc3bde3c 100644 --- a/dist/cursor/skills/documentation-standards/SKILL.md +++ b/dist/cursor/skills/documentation-standards/SKILL.md @@ -6,7 +6,7 @@ description: >- reviewing documentation quality, or creating architecture diagrams. Not for inline code comments (use code style guides) or project READMEs (use project-specific conventions). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Documentation Standards diff --git a/dist/cursor/skills/explore/SKILL.md b/dist/cursor/skills/explore/SKILL.md index 3b34a682..df6e3fdc 100644 --- a/dist/cursor/skills/explore/SKILL.md +++ b/dist/cursor/skills/explore/SKILL.md @@ -10,7 +10,7 @@ description: >- research), continuing implementation or delivery work (use implement), processing the intake queue (use triage), shaping a bounded Change (use shape), or quick capture (use idea). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Explore diff --git a/dist/cursor/skills/foundations/SKILL.md b/dist/cursor/skills/foundations/SKILL.md index 510fa61e..aabe556c 100644 --- a/dist/cursor/skills/foundations/SKILL.md +++ b/dist/cursor/skills/foundations/SKILL.md @@ -6,7 +6,7 @@ description: >- setting up project standards. Covers naming, TDD, verification, and review workflows. Not for git workflow (use git-workflow), debugging (use debugging), or security audits (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Code Standards diff --git a/dist/cursor/skills/git-workflow/SKILL.md b/dist/cursor/skills/git-workflow/SKILL.md index 96b5285d..b62d7417 100644 --- a/dist/cursor/skills/git-workflow/SKILL.md +++ b/dist/cursor/skills/git-workflow/SKILL.md @@ -6,7 +6,7 @@ description: >- PRs, or managing git history. Provides patterns for collaborative git workflows. Not for code style (use foundations) or CI/CD pipelines (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Git Workflow diff --git a/dist/cursor/skills/go-development/SKILL.md b/dist/cursor/skills/go-development/SKILL.md index 92b1f610..7b457502 100644 --- a/dist/cursor/skills/go-development/SKILL.md +++ b/dist/cursor/skills/go-development/SKILL.md @@ -6,7 +6,7 @@ description: >- Follows Effective Go principles and community conventions. Not for database schema design (use database-design) or infrastructure orchestration (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Go Skill diff --git a/dist/cursor/skills/handoff/SKILL.md b/dist/cursor/skills/handoff/SKILL.md index 0827b1b8..d170661f 100644 --- a/dist/cursor/skills/handoff/SKILL.md +++ b/dist/cursor/skills/handoff/SKILL.md @@ -7,7 +7,7 @@ description: >- being parked for later. Not for routine journal continuity (use orchestration) or an end-of-conversation checkpoint (use wrap). Produces a disposable handoff artifact that housekeeping deletes after confirmed deprecation. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Handoff diff --git a/dist/cursor/skills/housekeeping/SKILL.md b/dist/cursor/skills/housekeeping/SKILL.md index b4e07915..9b049dac 100644 --- a/dist/cursor/skills/housekeeping/SKILL.md +++ b/dist/cursor/skills/housekeeping/SKILL.md @@ -7,7 +7,7 @@ description: >- completed work, and ensures extracted knowledge is preserved. Not for strategic reflection (use reflect) or knowledge management (use knowledge-base). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Housekeeping diff --git a/dist/cursor/skills/idea/SKILL.md b/dist/cursor/skills/idea/SKILL.md index a38af73a..a0af9f90 100644 --- a/dist/cursor/skills/idea/SKILL.md +++ b/dist/cursor/skills/idea/SKILL.md @@ -7,7 +7,7 @@ description: >- capture primitives routed through triage, which chooses dispositions such as tracking an Intent. Not for divergent inquiry (use explore), processing the intake queue (use triage), or shaping (use shape). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Idea diff --git a/dist/cursor/skills/implement/SKILL.md b/dist/cursor/skills/implement/SKILL.md index 9c056a03..bf9a01cd 100644 --- a/dist/cursor/skills/implement/SKILL.md +++ b/dist/cursor/skills/implement/SKILL.md @@ -6,7 +6,7 @@ description: >- changes. Logs to the project journal and produces agent spawn plans and progress tracking. Not for shaping (use shape), breakdown (use breakdown), research, or review. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Implement diff --git a/dist/cursor/skills/infrastructure-management/SKILL.md b/dist/cursor/skills/infrastructure-management/SKILL.md index 51a60826..92e0ecbe 100644 --- a/dist/cursor/skills/infrastructure-management/SKILL.md +++ b/dist/cursor/skills/infrastructure-management/SKILL.md @@ -6,7 +6,7 @@ description: >- managing deployments. Provides patterns for infrastructure as code. Not for application code (use development skills), database schema (use database-design), or security audits (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Infrastructure diff --git a/dist/cursor/skills/interface-design/SKILL.md b/dist/cursor/skills/interface-design/SKILL.md index e7289396..e42a253f 100644 --- a/dist/cursor/skills/interface-design/SKILL.md +++ b/dist/cursor/skills/interface-design/SKILL.md @@ -6,7 +6,7 @@ description: >- ensuring accessibility compliance. Not for frontend code (use typescript-development) or API design (use architecture or language-specific skills). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Design Principles diff --git a/dist/cursor/skills/knowledge-base/SKILL.md b/dist/cursor/skills/knowledge-base/SKILL.md index 5f3d0069..38f0bf27 100644 --- a/dist/cursor/skills/knowledge-base/SKILL.md +++ b/dist/cursor/skills/knowledge-base/SKILL.md @@ -6,7 +6,7 @@ description: >- covers: field, and the review workflow. Not for retrieval or search (use QMD directly), architectural decisions (use ADRs), or agent instructions (use AGENTS.md). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Knowledge Base diff --git a/dist/cursor/skills/loaf-reference/SKILL.md b/dist/cursor/skills/loaf-reference/SKILL.md index 97a612be..af7000d0 100644 --- a/dist/cursor/skills/loaf-reference/SKILL.md +++ b/dist/cursor/skills/loaf-reference/SKILL.md @@ -7,7 +7,7 @@ description: >- when asked to upgrade, diagnose, repair, configure, or bring a Loaf project current. Not for workflow guidance (workflow skills own their CLI contracts) or build internals. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Loaf Reference diff --git a/dist/cursor/skills/orchestration/SKILL.md b/dist/cursor/skills/orchestration/SKILL.md index d27001eb..4f6c0fa8 100644 --- a/dist/cursor/skills/orchestration/SKILL.md +++ b/dist/cursor/skills/orchestration/SKILL.md @@ -5,7 +5,7 @@ description: >- integration, and council workflows. Use when delegating to agents or coordinating cross-cutting work across multiple agents. Not for single-task implementation (use direct tool delegation) or solo research (use research). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Orchestration diff --git a/dist/cursor/skills/power-systems-modeling/SKILL.md b/dist/cursor/skills/power-systems-modeling/SKILL.md index 3e36da1d..101b08c6 100644 --- a/dist/cursor/skills/power-systems-modeling/SKILL.md +++ b/dist/cursor/skills/power-systems-modeling/SKILL.md @@ -6,7 +6,7 @@ description: >- thermal calculations, validating conductors, or computing sag and resistance. Not for infrastructure deployment (use infrastructure-management) or system architecture. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Power Systems Reference diff --git a/dist/cursor/skills/python-development/SKILL.md b/dist/cursor/skills/python-development/SKILL.md index dd8592e6..9e350276 100644 --- a/dist/cursor/skills/python-development/SKILL.md +++ b/dist/cursor/skills/python-development/SKILL.md @@ -6,7 +6,7 @@ description: >- models, or tests. Provides patterns for modern Python development. Not for schema design (use database-design), infrastructure (use infrastructure-management), or frontend code (use typescript-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Python Development diff --git a/dist/cursor/skills/refactor-deepen/SKILL.md b/dist/cursor/skills/refactor-deepen/SKILL.md index 47a069ec..5f1bd796 100644 --- a/dist/cursor/skills/refactor-deepen/SKILL.md +++ b/dist/cursor/skills/refactor-deepen/SKILL.md @@ -7,7 +7,7 @@ description: >- improvements, or when the user asks "is this module too shallow?" or "where should we deepen this code?" Produces either a read-only report or a PLAN file with candidates, dependency categories, and proposed deepened modules. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Refactor-Deepen diff --git a/dist/cursor/skills/reflect/SKILL.md b/dist/cursor/skills/reflect/SKILL.md index 85820c59..18fcdf2c 100644 --- a/dist/cursor/skills/reflect/SKILL.md +++ b/dist/cursor/skills/reflect/SKILL.md @@ -6,7 +6,7 @@ description: >- VISION.md, STRATEGY.md, and ARCHITECTURE.md based on implementation experience. Not for pre-implementation strategy (use strategy) or ADRs (use architecture). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Reflect diff --git a/dist/cursor/skills/release/SKILL.md b/dist/cursor/skills/release/SKILL.md index 88d094bc..cd5977c3 100644 --- a/dist/cursor/skills/release/SKILL.md +++ b/dist/cursor/skills/release/SKILL.md @@ -7,7 +7,7 @@ description: >- a release," "publish a version," "release from main," or asks whether enough landed work should become a release. Not for reviewing or merging a PR (use ship). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Release diff --git a/dist/cursor/skills/research/SKILL.md b/dist/cursor/skills/research/SKILL.md index 6d0f086b..e0406d4f 100644 --- a/dist/cursor/skills/research/SKILL.md +++ b/dist/cursor/skills/research/SKILL.md @@ -6,7 +6,7 @@ description: >- Produces state assessments, research findings with ranked options, or vision change proposals. Not for multi-agent coordination (use orchestration) or implementation. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Research diff --git a/dist/cursor/skills/ruby-development/SKILL.md b/dist/cursor/skills/ruby-development/SKILL.md index d1f5c277..c5490b1e 100644 --- a/dist/cursor/skills/ruby-development/SKILL.md +++ b/dist/cursor/skills/ruby-development/SKILL.md @@ -6,7 +6,7 @@ description: >- following Rails patterns. Follows DHH/37signals conventions. Not for database schema design (use database-design) or frontend outside Hotwire (use typescript-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ruby Development diff --git a/dist/cursor/skills/security-compliance/SKILL.md b/dist/cursor/skills/security-compliance/SKILL.md index 264f50a9..2977f51d 100644 --- a/dist/cursor/skills/security-compliance/SKILL.md +++ b/dist/cursor/skills/security-compliance/SKILL.md @@ -5,7 +5,7 @@ description: >- verification. Use when reviewing code for security, managing secrets, performing threat analysis, or running compliance audits. Not for debugging (use debugging) or general code review (use foundations). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Security & Compliance diff --git a/dist/cursor/skills/shape/SKILL.md b/dist/cursor/skills/shape/SKILL.md index 2423c42d..54ffc9c2 100644 --- a/dist/cursor/skills/shape/SKILL.md +++ b/dist/cursor/skills/shape/SKILL.md @@ -12,7 +12,7 @@ description: >- conversations, and plain conversation as input. Produces a Change, never a numbered spec or task file. Not for quick capture (use idea) or open-ended divergent thinking before scope exists (use brainstorm). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Shape diff --git a/dist/cursor/skills/ship/SKILL.md b/dist/cursor/skills/ship/SKILL.md index a257be3e..58a91062 100644 --- a/dist/cursor/skills/ship/SKILL.md +++ b/dist/cursor/skills/ship/SKILL.md @@ -6,7 +6,7 @@ description: >- final merge gate. Produces a reviewed, squash-merged PR and post-merge cleanup. Not for version bumps, tags, GitHub Releases, or install verification (use release). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ship diff --git a/dist/cursor/skills/strategy/SKILL.md b/dist/cursor/skills/strategy/SKILL.md index 4cce416a..74109a38 100644 --- a/dist/cursor/skills/strategy/SKILL.md +++ b/dist/cursor/skills/strategy/SKILL.md @@ -6,7 +6,7 @@ description: >- personas, market landscape analysis, and problem space definitions. Not for architecture (use architecture) or post-implementation reflection (use reflect). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Strategy diff --git a/dist/cursor/skills/triage/SKILL.md b/dist/cursor/skills/triage/SKILL.md index c496fafe..cd79118c 100644 --- a/dist/cursor/skills/triage/SKILL.md +++ b/dist/cursor/skills/triage/SKILL.md @@ -9,7 +9,7 @@ description: >- shape. Not for reading a single known item (use loaf intent show or journal directly), capturing new ideas (use idea), divergent inquiry (use explore), or bounding one chosen direction (use shape). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Triage diff --git a/dist/cursor/skills/typescript-development/SKILL.md b/dist/cursor/skills/typescript-development/SKILL.md index c3fb216b..fa2e93b6 100644 --- a/dist/cursor/skills/typescript-development/SKILL.md +++ b/dist/cursor/skills/typescript-development/SKILL.md @@ -5,7 +5,7 @@ description: >- CSS, and Vitest testing. Use when writing TypeScript applications, React components, or Node.js services. Not for UI/UX design (use interface-design), database schema (use database-design), or Python (use python-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # TypeScript Development diff --git a/dist/cursor/skills/wrap/SKILL.md b/dist/cursor/skills/wrap/SKILL.md index 1e3c958e..6b4c1fa7 100644 --- a/dist/cursor/skills/wrap/SKILL.md +++ b/dist/cursor/skills/wrap/SKILL.md @@ -7,7 +7,7 @@ description: >- end of a work session or when the user asks "wrap up." Not for archiving (use housekeeping) or capturing ideas (use idea). Produces a Session Wrap-Up summary and an optional wrap journal entry. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Wrap diff --git a/dist/opencode/.loaf-target-manifest.json b/dist/opencode/.loaf-target-manifest.json index fccf2299..d420d654 100644 --- a/dist/opencode/.loaf-target-manifest.json +++ b/dist/opencode/.loaf-target-manifest.json @@ -1,7 +1,7 @@ { "version": 1, "target": "opencode", - "package_version": "2.0.0-alpha.9", + "package_version": "2.0.0-alpha.10", "capability_contract_version": 3, "adapters": [ "opencode-plugin-v1" @@ -114,7 +114,7 @@ "kind": "plugin", "source_path": "plugins/hooks.ts", "destination": "plugins/hooks.ts", - "sha256": "e0df59fe6777b3d096e9ad3cde82dbd62bcbaaece274910f36f7c4defd8359c4", + "sha256": "cc3cda00fa14eb98a31ea332caa9dc8f5c7ef90ba926cb5dd3e11bcffb3ba20d", "mode": 420 } ] diff --git a/dist/opencode/agents/background-runner.md b/dist/opencode/agents/background-runner.md index 6acefbbe..666d7ee1 100644 --- a/dist/opencode/agents/background-runner.md +++ b/dist/opencode/agents/background-runner.md @@ -156,4 +156,4 @@ Background Agent ID: bg-20260123-143000-auth-security 4. Log completion to the project journal if the `loaf` CLI is available --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/opencode/agents/implementer.md b/dist/opencode/agents/implementer.md index c66828cc..9f51df2e 100644 --- a/dist/opencode/agents/implementer.md +++ b/dist/opencode/agents/implementer.md @@ -32,4 +32,4 @@ You are an implementer. You have full write access to the codebase: code, tests, - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/opencode/agents/librarian.md b/dist/opencode/agents/librarian.md index e837abb4..12a0cdaf 100644 --- a/dist/opencode/agents/librarian.md +++ b/dist/opencode/agents/librarian.md @@ -53,4 +53,4 @@ repository and edit access scoped to `.agents/` only. - Scope all file operations to `.agents/` paths. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/opencode/agents/researcher.md b/dist/opencode/agents/researcher.md index 0bb07855..ab2aa5f0 100644 --- a/dist/opencode/agents/researcher.md +++ b/dist/opencode/agents/researcher.md @@ -27,4 +27,4 @@ You are a researcher. You have read access to the codebase and web access to the - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/opencode/agents/reviewer.md b/dist/opencode/agents/reviewer.md index 68899b72..ae2db433 100644 --- a/dist/opencode/agents/reviewer.md +++ b/dist/opencode/agents/reviewer.md @@ -27,4 +27,4 @@ You are a reviewer. You have read-only access to the codebase. This is not a lim - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/dist/opencode/commands/architecture.md b/dist/opencode/commands/architecture.md index 8d998649..b70bacd6 100644 --- a/dist/opencode/commands/architecture.md +++ b/dist/opencode/commands/architecture.md @@ -12,7 +12,7 @@ description: >- append-only — when circumstances change, write a new ADR that supersedes the old one. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Architecture diff --git a/dist/opencode/commands/bootstrap.md b/dist/opencode/commands/bootstrap.md index b00f6e5d..d662b5f9 100644 --- a/dist/opencode/commands/bootstrap.md +++ b/dist/opencode/commands/bootstrap.md @@ -5,7 +5,7 @@ description: >- I start a new project?", "set up Loaf," or "bootstrap my project." Produces populated project documents and setup recommendations. Not for shaping features (use shape) or brainstorming ideas (use brainstorm). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Bootstrap diff --git a/dist/opencode/commands/breakdown.md b/dist/opencode/commands/breakdown.md index ba07dc0d..9dbb955a 100644 --- a/dist/opencode/commands/breakdown.md +++ b/dist/opencode/commands/breakdown.md @@ -5,7 +5,7 @@ description: >- Produces task files with estimates, dependencies, and acceptance criteria. Not for shaping ideas (use shape) or implementation work (use implement). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Breakdown diff --git a/dist/opencode/commands/council.md b/dist/opencode/commands/council.md index 01ad045f..1d9524c2 100644 --- a/dist/opencode/commands/council.md +++ b/dist/opencode/commands/council.md @@ -7,7 +7,7 @@ description: >- single-perspective research (use research) or architectural decisions that don't need multi-agent deliberation (use architecture). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Council diff --git a/dist/opencode/commands/debugging.md b/dist/opencode/commands/debugging.md index e96187f7..98765780 100644 --- a/dist/opencode/commands/debugging.md +++ b/dist/opencode/commands/debugging.md @@ -5,7 +5,7 @@ description: >- flaky tests. Provides methodology for root cause analysis and issue resolution. Not for writing new tests (use development skills) or security analysis (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Debugging diff --git a/dist/opencode/commands/explore.md b/dist/opencode/commands/explore.md index 24f370dd..46757468 100644 --- a/dist/opencode/commands/explore.md +++ b/dist/opencode/commands/explore.md @@ -9,7 +9,7 @@ description: >- research), continuing implementation or delivery work (use implement), processing the intake queue (use triage), shaping a bounded Change (use shape), or quick capture (use idea). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Explore diff --git a/dist/opencode/commands/handoff.md b/dist/opencode/commands/handoff.md index a67f7a82..009609ea 100644 --- a/dist/opencode/commands/handoff.md +++ b/dist/opencode/commands/handoff.md @@ -7,7 +7,7 @@ description: >- or an end-of-conversation checkpoint (use wrap). Produces a disposable handoff artifact that housekeeping deletes after confirmed deprecation. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Handoff diff --git a/dist/opencode/commands/housekeeping.md b/dist/opencode/commands/housekeeping.md index 20d379cb..e623efa8 100644 --- a/dist/opencode/commands/housekeeping.md +++ b/dist/opencode/commands/housekeeping.md @@ -7,7 +7,7 @@ description: >- strategic reflection (use reflect) or knowledge management (use knowledge-base). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Housekeeping diff --git a/dist/opencode/commands/idea.md b/dist/opencode/commands/idea.md index d59ee9bd..7627cb4b 100644 --- a/dist/opencode/commands/idea.md +++ b/dist/opencode/commands/idea.md @@ -7,7 +7,7 @@ description: >- tracking an Intent. Not for divergent inquiry (use explore), processing the intake queue (use triage), or shaping (use shape). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Idea diff --git a/dist/opencode/commands/implement.md b/dist/opencode/commands/implement.md index cbe86538..008b2677 100644 --- a/dist/opencode/commands/implement.md +++ b/dist/opencode/commands/implement.md @@ -6,7 +6,7 @@ description: >- progress tracking. Not for shaping (use shape), breakdown (use breakdown), research, or review. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Implement diff --git a/dist/opencode/commands/refactor-deepen.md b/dist/opencode/commands/refactor-deepen.md index c8b45955..a084052b 100644 --- a/dist/opencode/commands/refactor-deepen.md +++ b/dist/opencode/commands/refactor-deepen.md @@ -6,7 +6,7 @@ description: >- improvements, or when the user asks "is this module too shallow?" or "where should we deepen this code?" Produces either a read-only report or a PLAN file with candidates, dependency categories, and proposed deepened modules. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Refactor-Deepen diff --git a/dist/opencode/commands/reflect.md b/dist/opencode/commands/reflect.md index 8c2c6a0a..6c20140b 100644 --- a/dist/opencode/commands/reflect.md +++ b/dist/opencode/commands/reflect.md @@ -6,7 +6,7 @@ description: >- experience. Not for pre-implementation strategy (use strategy) or ADRs (use architecture). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Reflect diff --git a/dist/opencode/commands/release.md b/dist/opencode/commands/release.md index e31e0eba..85cfffee 100644 --- a/dist/opencode/commands/release.md +++ b/dist/opencode/commands/release.md @@ -6,7 +6,7 @@ description: >- a release," "publish a version," "release from main," or asks whether enough landed work should become a release. Not for reviewing or merging a PR (use ship). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Release diff --git a/dist/opencode/commands/research.md b/dist/opencode/commands/research.md index 1d898a3b..8558589c 100644 --- a/dist/opencode/commands/research.md +++ b/dist/opencode/commands/research.md @@ -6,7 +6,7 @@ description: >- change proposals. Not for multi-agent coordination (use orchestration) or implementation. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Research diff --git a/dist/opencode/commands/shape.md b/dist/opencode/commands/shape.md index 3f6b8fb0..b7610937 100644 --- a/dist/opencode/commands/shape.md +++ b/dist/opencode/commands/shape.md @@ -12,7 +12,7 @@ description: >- numbered spec or task file. Not for quick capture (use idea) or open-ended divergent thinking before scope exists (use brainstorm). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Shape diff --git a/dist/opencode/commands/ship.md b/dist/opencode/commands/ship.md index 1c616037..be00e28c 100644 --- a/dist/opencode/commands/ship.md +++ b/dist/opencode/commands/ship.md @@ -5,7 +5,7 @@ description: >- final merge gate. Produces a reviewed, squash-merged PR and post-merge cleanup. Not for version bumps, tags, GitHub Releases, or install verification (use release). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ship diff --git a/dist/opencode/commands/strategy.md b/dist/opencode/commands/strategy.md index 2120849d..3c1f8694 100644 --- a/dist/opencode/commands/strategy.md +++ b/dist/opencode/commands/strategy.md @@ -6,7 +6,7 @@ description: >- architecture (use architecture) or post-implementation reflection (use reflect). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Strategy diff --git a/dist/opencode/commands/triage.md b/dist/opencode/commands/triage.md index 85b0874f..1d0b757f 100644 --- a/dist/opencode/commands/triage.md +++ b/dist/opencode/commands/triage.md @@ -9,7 +9,7 @@ description: >- directly), capturing new ideas (use idea), divergent inquiry (use explore), or bounding one chosen direction (use shape). user-invocable: true -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Triage diff --git a/dist/opencode/commands/wrap.md b/dist/opencode/commands/wrap.md index c7f26b33..c5d84048 100644 --- a/dist/opencode/commands/wrap.md +++ b/dist/opencode/commands/wrap.md @@ -7,7 +7,7 @@ description: >- housekeeping) or capturing ideas (use idea). Produces a Session Wrap-Up summary and an optional wrap journal entry. user-invocable: true -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Wrap diff --git a/dist/opencode/plugins/hooks.ts b/dist/opencode/plugins/hooks.ts index 05628018..47c0855b 100644 --- a/dist/opencode/plugins/hooks.ts +++ b/dist/opencode/plugins/hooks.ts @@ -1,7 +1,7 @@ /** * OpenCode Plugin - Agent Skills Hooks * Auto-generated by loaf build system - * @version 2.0.0-alpha.9 + * @version 2.0.0-alpha.10 */ import { execFile } from 'child_process'; diff --git a/dist/opencode/skills/architecture/SKILL.md b/dist/opencode/skills/architecture/SKILL.md index 6cea5c78..db2eb695 100644 --- a/dist/opencode/skills/architecture/SKILL.md +++ b/dist/opencode/skills/architecture/SKILL.md @@ -13,7 +13,7 @@ description: >- append-only — when circumstances change, write a new ADR that supersedes the old one. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Architecture diff --git a/dist/opencode/skills/bootstrap/SKILL.md b/dist/opencode/skills/bootstrap/SKILL.md index 0f4ef485..ca232e1f 100644 --- a/dist/opencode/skills/bootstrap/SKILL.md +++ b/dist/opencode/skills/bootstrap/SKILL.md @@ -6,7 +6,7 @@ description: >- I start a new project?", "set up Loaf," or "bootstrap my project." Produces populated project documents and setup recommendations. Not for shaping features (use shape) or brainstorming ideas (use brainstorm). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Bootstrap diff --git a/dist/opencode/skills/brainstorm/SKILL.md b/dist/opencode/skills/brainstorm/SKILL.md index 60e60ff2..32eabe0d 100644 --- a/dist/opencode/skills/brainstorm/SKILL.md +++ b/dist/opencode/skills/brainstorm/SKILL.md @@ -7,7 +7,7 @@ description: >- technique from it. Not a primary entry point — route "explore this" or "help me think through options" to explore. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Brainstorm diff --git a/dist/opencode/skills/breakdown/SKILL.md b/dist/opencode/skills/breakdown/SKILL.md index dcfba370..c5c425a3 100644 --- a/dist/opencode/skills/breakdown/SKILL.md +++ b/dist/opencode/skills/breakdown/SKILL.md @@ -6,7 +6,7 @@ description: >- Produces task files with estimates, dependencies, and acceptance criteria. Not for shaping ideas (use shape) or implementation work (use implement). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Breakdown diff --git a/dist/opencode/skills/council/SKILL.md b/dist/opencode/skills/council/SKILL.md index e65d6717..7d0a951f 100644 --- a/dist/opencode/skills/council/SKILL.md +++ b/dist/opencode/skills/council/SKILL.md @@ -8,7 +8,7 @@ description: >- single-perspective research (use research) or architectural decisions that don't need multi-agent deliberation (use architecture). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Council diff --git a/dist/opencode/skills/database-design/SKILL.md b/dist/opencode/skills/database-design/SKILL.md index 1cb3549a..99ef9491 100644 --- a/dist/opencode/skills/database-design/SKILL.md +++ b/dist/opencode/skills/database-design/SKILL.md @@ -7,7 +7,7 @@ description: >- database administration and development. Not for ORM usage in application code (use language-specific development skills) or infrastructure orchestration (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Database Skill diff --git a/dist/opencode/skills/debugging/SKILL.md b/dist/opencode/skills/debugging/SKILL.md index c2c46044..de29ad16 100644 --- a/dist/opencode/skills/debugging/SKILL.md +++ b/dist/opencode/skills/debugging/SKILL.md @@ -6,7 +6,7 @@ description: >- flaky tests. Provides methodology for root cause analysis and issue resolution. Not for writing new tests (use development skills) or security analysis (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Debugging diff --git a/dist/opencode/skills/documentation-standards/SKILL.md b/dist/opencode/skills/documentation-standards/SKILL.md index af4e5dff..fc3bde3c 100644 --- a/dist/opencode/skills/documentation-standards/SKILL.md +++ b/dist/opencode/skills/documentation-standards/SKILL.md @@ -6,7 +6,7 @@ description: >- reviewing documentation quality, or creating architecture diagrams. Not for inline code comments (use code style guides) or project READMEs (use project-specific conventions). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Documentation Standards diff --git a/dist/opencode/skills/explore/SKILL.md b/dist/opencode/skills/explore/SKILL.md index 3b34a682..df6e3fdc 100644 --- a/dist/opencode/skills/explore/SKILL.md +++ b/dist/opencode/skills/explore/SKILL.md @@ -10,7 +10,7 @@ description: >- research), continuing implementation or delivery work (use implement), processing the intake queue (use triage), shaping a bounded Change (use shape), or quick capture (use idea). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Explore diff --git a/dist/opencode/skills/foundations/SKILL.md b/dist/opencode/skills/foundations/SKILL.md index 510fa61e..aabe556c 100644 --- a/dist/opencode/skills/foundations/SKILL.md +++ b/dist/opencode/skills/foundations/SKILL.md @@ -6,7 +6,7 @@ description: >- setting up project standards. Covers naming, TDD, verification, and review workflows. Not for git workflow (use git-workflow), debugging (use debugging), or security audits (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Code Standards diff --git a/dist/opencode/skills/git-workflow/SKILL.md b/dist/opencode/skills/git-workflow/SKILL.md index 96b5285d..b62d7417 100644 --- a/dist/opencode/skills/git-workflow/SKILL.md +++ b/dist/opencode/skills/git-workflow/SKILL.md @@ -6,7 +6,7 @@ description: >- PRs, or managing git history. Provides patterns for collaborative git workflows. Not for code style (use foundations) or CI/CD pipelines (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Git Workflow diff --git a/dist/opencode/skills/go-development/SKILL.md b/dist/opencode/skills/go-development/SKILL.md index 92b1f610..7b457502 100644 --- a/dist/opencode/skills/go-development/SKILL.md +++ b/dist/opencode/skills/go-development/SKILL.md @@ -6,7 +6,7 @@ description: >- Follows Effective Go principles and community conventions. Not for database schema design (use database-design) or infrastructure orchestration (use infrastructure-management). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Go Skill diff --git a/dist/opencode/skills/handoff/SKILL.md b/dist/opencode/skills/handoff/SKILL.md index 112fd2ef..8356686a 100644 --- a/dist/opencode/skills/handoff/SKILL.md +++ b/dist/opencode/skills/handoff/SKILL.md @@ -8,7 +8,7 @@ description: >- or an end-of-conversation checkpoint (use wrap). Produces a disposable handoff artifact that housekeeping deletes after confirmed deprecation. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Handoff diff --git a/dist/opencode/skills/housekeeping/SKILL.md b/dist/opencode/skills/housekeeping/SKILL.md index 43dc8678..ff489d63 100644 --- a/dist/opencode/skills/housekeeping/SKILL.md +++ b/dist/opencode/skills/housekeeping/SKILL.md @@ -8,7 +8,7 @@ description: >- strategic reflection (use reflect) or knowledge management (use knowledge-base). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Housekeeping diff --git a/dist/opencode/skills/idea/SKILL.md b/dist/opencode/skills/idea/SKILL.md index 873364b8..c3b723cb 100644 --- a/dist/opencode/skills/idea/SKILL.md +++ b/dist/opencode/skills/idea/SKILL.md @@ -8,7 +8,7 @@ description: >- tracking an Intent. Not for divergent inquiry (use explore), processing the intake queue (use triage), or shaping (use shape). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Idea diff --git a/dist/opencode/skills/implement/SKILL.md b/dist/opencode/skills/implement/SKILL.md index bdb88713..54976857 100644 --- a/dist/opencode/skills/implement/SKILL.md +++ b/dist/opencode/skills/implement/SKILL.md @@ -7,7 +7,7 @@ description: >- progress tracking. Not for shaping (use shape), breakdown (use breakdown), research, or review. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Implement diff --git a/dist/opencode/skills/infrastructure-management/SKILL.md b/dist/opencode/skills/infrastructure-management/SKILL.md index 51a60826..92e0ecbe 100644 --- a/dist/opencode/skills/infrastructure-management/SKILL.md +++ b/dist/opencode/skills/infrastructure-management/SKILL.md @@ -6,7 +6,7 @@ description: >- managing deployments. Provides patterns for infrastructure as code. Not for application code (use development skills), database schema (use database-design), or security audits (use security-compliance). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Infrastructure diff --git a/dist/opencode/skills/interface-design/SKILL.md b/dist/opencode/skills/interface-design/SKILL.md index e7289396..e42a253f 100644 --- a/dist/opencode/skills/interface-design/SKILL.md +++ b/dist/opencode/skills/interface-design/SKILL.md @@ -6,7 +6,7 @@ description: >- ensuring accessibility compliance. Not for frontend code (use typescript-development) or API design (use architecture or language-specific skills). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Design Principles diff --git a/dist/opencode/skills/knowledge-base/SKILL.md b/dist/opencode/skills/knowledge-base/SKILL.md index 5f3d0069..38f0bf27 100644 --- a/dist/opencode/skills/knowledge-base/SKILL.md +++ b/dist/opencode/skills/knowledge-base/SKILL.md @@ -6,7 +6,7 @@ description: >- covers: field, and the review workflow. Not for retrieval or search (use QMD directly), architectural decisions (use ADRs), or agent instructions (use AGENTS.md). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Knowledge Base diff --git a/dist/opencode/skills/loaf-reference/SKILL.md b/dist/opencode/skills/loaf-reference/SKILL.md index 97a612be..af7000d0 100644 --- a/dist/opencode/skills/loaf-reference/SKILL.md +++ b/dist/opencode/skills/loaf-reference/SKILL.md @@ -7,7 +7,7 @@ description: >- when asked to upgrade, diagnose, repair, configure, or bring a Loaf project current. Not for workflow guidance (workflow skills own their CLI contracts) or build internals. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Loaf Reference diff --git a/dist/opencode/skills/orchestration/SKILL.md b/dist/opencode/skills/orchestration/SKILL.md index 9d85b03d..32319a41 100644 --- a/dist/opencode/skills/orchestration/SKILL.md +++ b/dist/opencode/skills/orchestration/SKILL.md @@ -5,7 +5,7 @@ description: >- integration, and council workflows. Use when delegating to agents or coordinating cross-cutting work across multiple agents. Not for single-task implementation (use direct tool delegation) or solo research (use research). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Orchestration diff --git a/dist/opencode/skills/power-systems-modeling/SKILL.md b/dist/opencode/skills/power-systems-modeling/SKILL.md index 3e36da1d..101b08c6 100644 --- a/dist/opencode/skills/power-systems-modeling/SKILL.md +++ b/dist/opencode/skills/power-systems-modeling/SKILL.md @@ -6,7 +6,7 @@ description: >- thermal calculations, validating conductors, or computing sag and resistance. Not for infrastructure deployment (use infrastructure-management) or system architecture. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Power Systems Reference diff --git a/dist/opencode/skills/python-development/SKILL.md b/dist/opencode/skills/python-development/SKILL.md index dd8592e6..9e350276 100644 --- a/dist/opencode/skills/python-development/SKILL.md +++ b/dist/opencode/skills/python-development/SKILL.md @@ -6,7 +6,7 @@ description: >- models, or tests. Provides patterns for modern Python development. Not for schema design (use database-design), infrastructure (use infrastructure-management), or frontend code (use typescript-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Python Development diff --git a/dist/opencode/skills/refactor-deepen/SKILL.md b/dist/opencode/skills/refactor-deepen/SKILL.md index 47a069ec..5f1bd796 100644 --- a/dist/opencode/skills/refactor-deepen/SKILL.md +++ b/dist/opencode/skills/refactor-deepen/SKILL.md @@ -7,7 +7,7 @@ description: >- improvements, or when the user asks "is this module too shallow?" or "where should we deepen this code?" Produces either a read-only report or a PLAN file with candidates, dependency categories, and proposed deepened modules. -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Refactor-Deepen diff --git a/dist/opencode/skills/reflect/SKILL.md b/dist/opencode/skills/reflect/SKILL.md index ca28119a..f2338aa9 100644 --- a/dist/opencode/skills/reflect/SKILL.md +++ b/dist/opencode/skills/reflect/SKILL.md @@ -7,7 +7,7 @@ description: >- experience. Not for pre-implementation strategy (use strategy) or ADRs (use architecture). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Reflect diff --git a/dist/opencode/skills/release/SKILL.md b/dist/opencode/skills/release/SKILL.md index 604ad14b..55605161 100644 --- a/dist/opencode/skills/release/SKILL.md +++ b/dist/opencode/skills/release/SKILL.md @@ -7,7 +7,7 @@ description: >- a release," "publish a version," "release from main," or asks whether enough landed work should become a release. Not for reviewing or merging a PR (use ship). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Release diff --git a/dist/opencode/skills/research/SKILL.md b/dist/opencode/skills/research/SKILL.md index 48681399..10c0f7f6 100644 --- a/dist/opencode/skills/research/SKILL.md +++ b/dist/opencode/skills/research/SKILL.md @@ -7,7 +7,7 @@ description: >- change proposals. Not for multi-agent coordination (use orchestration) or implementation. subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Research diff --git a/dist/opencode/skills/ruby-development/SKILL.md b/dist/opencode/skills/ruby-development/SKILL.md index d1f5c277..c5490b1e 100644 --- a/dist/opencode/skills/ruby-development/SKILL.md +++ b/dist/opencode/skills/ruby-development/SKILL.md @@ -6,7 +6,7 @@ description: >- following Rails patterns. Follows DHH/37signals conventions. Not for database schema design (use database-design) or frontend outside Hotwire (use typescript-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ruby Development diff --git a/dist/opencode/skills/security-compliance/SKILL.md b/dist/opencode/skills/security-compliance/SKILL.md index 264f50a9..2977f51d 100644 --- a/dist/opencode/skills/security-compliance/SKILL.md +++ b/dist/opencode/skills/security-compliance/SKILL.md @@ -5,7 +5,7 @@ description: >- verification. Use when reviewing code for security, managing secrets, performing threat analysis, or running compliance audits. Not for debugging (use debugging) or general code review (use foundations). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Security & Compliance diff --git a/dist/opencode/skills/shape/SKILL.md b/dist/opencode/skills/shape/SKILL.md index 78550506..0ce2b995 100644 --- a/dist/opencode/skills/shape/SKILL.md +++ b/dist/opencode/skills/shape/SKILL.md @@ -13,7 +13,7 @@ description: >- numbered spec or task file. Not for quick capture (use idea) or open-ended divergent thinking before scope exists (use brainstorm). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Shape diff --git a/dist/opencode/skills/ship/SKILL.md b/dist/opencode/skills/ship/SKILL.md index a257be3e..58a91062 100644 --- a/dist/opencode/skills/ship/SKILL.md +++ b/dist/opencode/skills/ship/SKILL.md @@ -6,7 +6,7 @@ description: >- final merge gate. Produces a reviewed, squash-merged PR and post-merge cleanup. Not for version bumps, tags, GitHub Releases, or install verification (use release). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ship diff --git a/dist/opencode/skills/strategy/SKILL.md b/dist/opencode/skills/strategy/SKILL.md index 25a58227..2e47257d 100644 --- a/dist/opencode/skills/strategy/SKILL.md +++ b/dist/opencode/skills/strategy/SKILL.md @@ -7,7 +7,7 @@ description: >- architecture (use architecture) or post-implementation reflection (use reflect). subtask: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Strategy diff --git a/dist/opencode/skills/triage/SKILL.md b/dist/opencode/skills/triage/SKILL.md index 375b1912..733ea8c9 100644 --- a/dist/opencode/skills/triage/SKILL.md +++ b/dist/opencode/skills/triage/SKILL.md @@ -10,7 +10,7 @@ description: >- directly), capturing new ideas (use idea), divergent inquiry (use explore), or bounding one chosen direction (use shape). user-invocable: true -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Triage diff --git a/dist/opencode/skills/typescript-development/SKILL.md b/dist/opencode/skills/typescript-development/SKILL.md index c3fb216b..fa2e93b6 100644 --- a/dist/opencode/skills/typescript-development/SKILL.md +++ b/dist/opencode/skills/typescript-development/SKILL.md @@ -5,7 +5,7 @@ description: >- CSS, and Vitest testing. Use when writing TypeScript applications, React components, or Node.js services. Not for UI/UX design (use interface-design), database schema (use database-design), or Python (use python-development). -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # TypeScript Development diff --git a/dist/opencode/skills/wrap/SKILL.md b/dist/opencode/skills/wrap/SKILL.md index ba202d66..2ee6eb93 100644 --- a/dist/opencode/skills/wrap/SKILL.md +++ b/dist/opencode/skills/wrap/SKILL.md @@ -8,7 +8,7 @@ description: >- housekeeping) or capturing ideas (use idea). Produces a Session Wrap-Up summary and an optional wrap journal entry. user-invocable: true -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Wrap diff --git a/package.json b/package.json index 62a42bb3..082c3694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loaf", - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.10", "description": "Loaf - An Opinionated Agentic Framework for Claude Code, OpenCode, Cursor, Codex, and Amp", "type": "module", "bin": { diff --git a/plugins/loaf/.claude-plugin/plugin.json b/plugins/loaf/.claude-plugin/plugin.json index 342354d3..a7bb1e8a 100644 --- a/plugins/loaf/.claude-plugin/plugin.json +++ b/plugins/loaf/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "loaf", - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.10", "description": "Loaf - An Opinionated Agentic Framework", "repository": "https://github.com/levifig/loaf", "license": "MIT" diff --git a/plugins/loaf/.loaf-target-manifest.json b/plugins/loaf/.loaf-target-manifest.json index bd06846a..194ace30 100644 --- a/plugins/loaf/.loaf-target-manifest.json +++ b/plugins/loaf/.loaf-target-manifest.json @@ -1,7 +1,7 @@ { "version": 1, "target": "claude-code", - "package_version": "2.0.0-alpha.9", + "package_version": "2.0.0-alpha.10", "capability_contract_version": 3, "adapters": [ "claude-session-start-v1" diff --git a/plugins/loaf/agents/background-runner.md b/plugins/loaf/agents/background-runner.md index 5ee6b0b1..4fa657bc 100644 --- a/plugins/loaf/agents/background-runner.md +++ b/plugins/loaf/agents/background-runner.md @@ -156,4 +156,4 @@ Background Agent ID: bg-20260123-143000-auth-security 4. Log completion to the project journal if the `loaf` CLI is available --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/plugins/loaf/agents/implementer.md b/plugins/loaf/agents/implementer.md index 74e3a536..b30cd23b 100644 --- a/plugins/loaf/agents/implementer.md +++ b/plugins/loaf/agents/implementer.md @@ -31,4 +31,4 @@ You are an implementer. You have full write access to the codebase: code, tests, - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/plugins/loaf/agents/librarian.md b/plugins/loaf/agents/librarian.md index 69592cd8..7a904368 100644 --- a/plugins/loaf/agents/librarian.md +++ b/plugins/loaf/agents/librarian.md @@ -52,4 +52,4 @@ repository and edit access scoped to `.agents/` only. - Scope all file operations to `.agents/` paths. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/plugins/loaf/agents/researcher.md b/plugins/loaf/agents/researcher.md index f4a6f965..b663589a 100644 --- a/plugins/loaf/agents/researcher.md +++ b/plugins/loaf/agents/researcher.md @@ -29,4 +29,4 @@ You are a researcher. You have read access to the codebase and web access to the - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/plugins/loaf/agents/reviewer.md b/plugins/loaf/agents/reviewer.md index 1173fef6..261df46a 100644 --- a/plugins/loaf/agents/reviewer.md +++ b/plugins/loaf/agents/reviewer.md @@ -27,4 +27,4 @@ You are a reviewer. You have read-only access to the codebase. This is not a lim - Do not orchestrate other agents — that is the orchestrator's role. --- -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 diff --git a/plugins/loaf/package.json b/plugins/loaf/package.json index 728d7f99..b8c42273 100644 --- a/plugins/loaf/package.json +++ b/plugins/loaf/package.json @@ -1,4 +1,4 @@ { "name": "loaf", - "version": "2.0.0-alpha.9" + "version": "2.0.0-alpha.10" } \ No newline at end of file diff --git a/plugins/loaf/skills/architecture/SKILL.md b/plugins/loaf/skills/architecture/SKILL.md index db11f6cb..5057db95 100644 --- a/plugins/loaf/skills/architecture/SKILL.md +++ b/plugins/loaf/skills/architecture/SKILL.md @@ -7,7 +7,7 @@ description: >- difficult to reverse. Captures ... user-invocable: true argument-hint: '[topic or decision]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Architecture diff --git a/plugins/loaf/skills/bootstrap/SKILL.md b/plugins/loaf/skills/bootstrap/SKILL.md index 395fb9ab..4fb921ca 100644 --- a/plugins/loaf/skills/bootstrap/SKILL.md +++ b/plugins/loaf/skills/bootstrap/SKILL.md @@ -8,7 +8,7 @@ description: >- user-invocable: true argument-hint: '[brief or path]' allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep, AskUserQuestion' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Bootstrap diff --git a/plugins/loaf/skills/brainstorm/SKILL.md b/plugins/loaf/skills/brainstorm/SKILL.md index 5518090e..533ed4cc 100644 --- a/plugins/loaf/skills/brainstorm/SKILL.md +++ b/plugins/loaf/skills/brainstorm/SKILL.md @@ -7,7 +7,7 @@ description: >- technique from it. Not a ... user-invocable: false argument-hint: '[idea or problem]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Brainstorm diff --git a/plugins/loaf/skills/breakdown/SKILL.md b/plugins/loaf/skills/breakdown/SKILL.md index 7c9ccc46..a0fb2869 100644 --- a/plugins/loaf/skills/breakdown/SKILL.md +++ b/plugins/loaf/skills/breakdown/SKILL.md @@ -7,7 +7,7 @@ description: >- for shaping idea... user-invocable: true argument-hint: '[spec-file or topic]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Breakdown diff --git a/plugins/loaf/skills/council/SKILL.md b/plugins/loaf/skills/council/SKILL.md index 0db22abc..29b01179 100644 --- a/plugins/loaf/skills/council/SKILL.md +++ b/plugins/loaf/skills/council/SKILL.md @@ -7,7 +7,7 @@ description: >- the user wants a st... user-invocable: true argument-hint: '[topic]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Council diff --git a/plugins/loaf/skills/database-design/SKILL.md b/plugins/loaf/skills/database-design/SKILL.md index 949b62b6..12d12dbe 100644 --- a/plugins/loaf/skills/database-design/SKILL.md +++ b/plugins/loaf/skills/database-design/SKILL.md @@ -7,7 +7,7 @@ description: >- database administration ... user-invocable: false allowed-tools: 'Read, Write, Edit, Glob, Grep, Bash(psql:*, sqlite3:*, mysql:*)' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Database Skill diff --git a/plugins/loaf/skills/debugging/SKILL.md b/plugins/loaf/skills/debugging/SKILL.md index c52776be..36be5068 100644 --- a/plugins/loaf/skills/debugging/SKILL.md +++ b/plugins/loaf/skills/debugging/SKILL.md @@ -8,7 +8,7 @@ description: >- user-invocable: true argument-hint: '[issue or error]' allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Debugging diff --git a/plugins/loaf/skills/documentation-standards/SKILL.md b/plugins/loaf/skills/documentation-standards/SKILL.md index ebf19f21..6fb4478e 100644 --- a/plugins/loaf/skills/documentation-standards/SKILL.md +++ b/plugins/loaf/skills/documentation-standards/SKILL.md @@ -7,7 +7,7 @@ description: >- inline code commen... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Documentation Standards diff --git a/plugins/loaf/skills/explore/SKILL.md b/plugins/loaf/skills/explore/SKILL.md index 36382cbf..422a265e 100644 --- a/plugins/loaf/skills/explore/SKILL.md +++ b/plugins/loaf/skills/explore/SKILL.md @@ -7,7 +7,7 @@ description: >- this", "we don't know which... user-invocable: true argument-hint: '[topic or exploration ref]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Explore diff --git a/plugins/loaf/skills/foundations/SKILL.md b/plugins/loaf/skills/foundations/SKILL.md index fe3d4551..4090a13e 100644 --- a/plugins/loaf/skills/foundations/SKILL.md +++ b/plugins/loaf/skills/foundations/SKILL.md @@ -7,7 +7,7 @@ description: >- workflows. Not for git ... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Code Standards diff --git a/plugins/loaf/skills/git-workflow/SKILL.md b/plugins/loaf/skills/git-workflow/SKILL.md index 089b3f73..463cbd03 100644 --- a/plugins/loaf/skills/git-workflow/SKILL.md +++ b/plugins/loaf/skills/git-workflow/SKILL.md @@ -7,7 +7,7 @@ description: >- workflows. Not for code... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Git Workflow diff --git a/plugins/loaf/skills/go-development/SKILL.md b/plugins/loaf/skills/go-development/SKILL.md index 31aa47ed..8070bc4b 100644 --- a/plugins/loaf/skills/go-development/SKILL.md +++ b/plugins/loaf/skills/go-development/SKILL.md @@ -7,7 +7,7 @@ description: >- schema design (use... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Go Skill diff --git a/plugins/loaf/skills/handoff/SKILL.md b/plugins/loaf/skills/handoff/SKILL.md index 41ce6562..893d4580 100644 --- a/plugins/loaf/skills/handoff/SKILL.md +++ b/plugins/loaf/skills/handoff/SKILL.md @@ -7,7 +7,7 @@ description: >- being parked for l... user-invocable: true argument-hint: '[next-session focus]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Handoff diff --git a/plugins/loaf/skills/housekeeping/SKILL.md b/plugins/loaf/skills/housekeeping/SKILL.md index 8754dc98..d9d2b047 100644 --- a/plugins/loaf/skills/housekeeping/SKILL.md +++ b/plugins/loaf/skills/housekeeping/SKILL.md @@ -7,7 +7,7 @@ description: >- completed work, and ens... user-invocable: true argument-hint: '[sessions|specs|plans|drafts|handoffs]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Housekeeping diff --git a/plugins/loaf/skills/idea/SKILL.md b/plugins/loaf/skills/idea/SKILL.md index 6b1123a8..e270fd93 100644 --- a/plugins/loaf/skills/idea/SKILL.md +++ b/plugins/loaf/skills/idea/SKILL.md @@ -7,7 +7,7 @@ description: >- capture primitives ro... user-invocable: true argument-hint: '[idea description]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Idea diff --git a/plugins/loaf/skills/implement/SKILL.md b/plugins/loaf/skills/implement/SKILL.md index 5ee37b33..e1143237 100644 --- a/plugins/loaf/skills/implement/SKILL.md +++ b/plugins/loaf/skills/implement/SKILL.md @@ -7,7 +7,7 @@ description: >- progress tracking. No... user-invocable: true argument-hint: '[TASK-XXX | SPEC-XXX | TASK-XXX..YYY | TASK-XXX,YYY | description]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Implement diff --git a/plugins/loaf/skills/infrastructure-management/SKILL.md b/plugins/loaf/skills/infrastructure-management/SKILL.md index 56462e42..8759d995 100644 --- a/plugins/loaf/skills/infrastructure-management/SKILL.md +++ b/plugins/loaf/skills/infrastructure-management/SKILL.md @@ -7,7 +7,7 @@ description: >- application code ... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Infrastructure diff --git a/plugins/loaf/skills/interface-design/SKILL.md b/plugins/loaf/skills/interface-design/SKILL.md index 8223c603..7afa6444 100644 --- a/plugins/loaf/skills/interface-design/SKILL.md +++ b/plugins/loaf/skills/interface-design/SKILL.md @@ -7,7 +7,7 @@ description: >- typescript-development) or AP... user-invocable: false allowed-tools: 'Read, Write, Edit, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Design Principles diff --git a/plugins/loaf/skills/knowledge-base/SKILL.md b/plugins/loaf/skills/knowledge-base/SKILL.md index 5c6973e7..67e33c01 100644 --- a/plugins/loaf/skills/knowledge-base/SKILL.md +++ b/plugins/loaf/skills/knowledge-base/SKILL.md @@ -7,7 +7,7 @@ description: >- directly), archite... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Knowledge Base diff --git a/plugins/loaf/skills/loaf-reference/SKILL.md b/plugins/loaf/skills/loaf-reference/SKILL.md index 9adedaa9..6cc76d1f 100644 --- a/plugins/loaf/skills/loaf-reference/SKILL.md +++ b/plugins/loaf/skills/loaf-reference/SKILL.md @@ -6,7 +6,7 @@ description: >- when unsure which loaf command to invoke, how to validate project state, or when asked to upg... user-invocable: false -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Loaf Reference diff --git a/plugins/loaf/skills/orchestration/SKILL.md b/plugins/loaf/skills/orchestration/SKILL.md index a9d25652..60f6ac25 100644 --- a/plugins/loaf/skills/orchestration/SKILL.md +++ b/plugins/loaf/skills/orchestration/SKILL.md @@ -7,7 +7,7 @@ description: >- implementation (use direct ... user-invocable: false allowed-tools: 'Read, Write, Edit, Glob, Grep, TodoWrite, TodoRead' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Orchestration diff --git a/plugins/loaf/skills/power-systems-modeling/SKILL.md b/plugins/loaf/skills/power-systems-modeling/SKILL.md index f545e8f1..f081b2ee 100644 --- a/plugins/loaf/skills/power-systems-modeling/SKILL.md +++ b/plugins/loaf/skills/power-systems-modeling/SKILL.md @@ -7,7 +7,7 @@ description: >- Not for infras... user-invocable: false allowed-tools: 'Read, Write, Edit, Glob, Grep, Bash(python:*), Bash(*.sh)' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Power Systems Reference diff --git a/plugins/loaf/skills/python-development/SKILL.md b/plugins/loaf/skills/python-development/SKILL.md index 73901869..2ec4bdc5 100644 --- a/plugins/loaf/skills/python-development/SKILL.md +++ b/plugins/loaf/skills/python-development/SKILL.md @@ -7,7 +7,7 @@ description: >- schema design (use database-... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Python Development diff --git a/plugins/loaf/skills/refactor-deepen/SKILL.md b/plugins/loaf/skills/refactor-deepen/SKILL.md index 0360d2ae..561bebca 100644 --- a/plugins/loaf/skills/refactor-deepen/SKILL.md +++ b/plugins/loaf/skills/refactor-deepen/SKILL.md @@ -7,7 +7,7 @@ description: >- improvements, or when t... user-invocable: true argument-hint: '[module or area]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Refactor-Deepen diff --git a/plugins/loaf/skills/reflect/SKILL.md b/plugins/loaf/skills/reflect/SKILL.md index 7df120f2..6d1ef1dd 100644 --- a/plugins/loaf/skills/reflect/SKILL.md +++ b/plugins/loaf/skills/reflect/SKILL.md @@ -7,7 +7,7 @@ description: >- experience. Not for pre-i... user-invocable: true argument-hint: '[SPEC-ID or topic]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Reflect diff --git a/plugins/loaf/skills/release/SKILL.md b/plugins/loaf/skills/release/SKILL.md index 8819393a..53f8cde6 100644 --- a/plugins/loaf/skills/release/SKILL.md +++ b/plugins/loaf/skills/release/SKILL.md @@ -7,7 +7,7 @@ description: >- a release," "pu... user-invocable: true argument-hint: '[version, base, or release intent]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Release diff --git a/plugins/loaf/skills/research/SKILL.md b/plugins/loaf/skills/research/SKILL.md index 76e441fb..87100546 100644 --- a/plugins/loaf/skills/research/SKILL.md +++ b/plugins/loaf/skills/research/SKILL.md @@ -7,7 +7,7 @@ description: >- change proposa... user-invocable: true argument-hint: '[topic]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Research diff --git a/plugins/loaf/skills/ruby-development/SKILL.md b/plugins/loaf/skills/ruby-development/SKILL.md index c07fc5ce..295249a6 100644 --- a/plugins/loaf/skills/ruby-development/SKILL.md +++ b/plugins/loaf/skills/ruby-development/SKILL.md @@ -7,7 +7,7 @@ description: >- schema design (u... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ruby Development diff --git a/plugins/loaf/skills/security-compliance/SKILL.md b/plugins/loaf/skills/security-compliance/SKILL.md index 62676558..b8e9c4c4 100644 --- a/plugins/loaf/skills/security-compliance/SKILL.md +++ b/plugins/loaf/skills/security-compliance/SKILL.md @@ -7,7 +7,7 @@ description: >- (use debugging) or gener... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Security & Compliance diff --git a/plugins/loaf/skills/shape/SKILL.md b/plugins/loaf/skills/shape/SKILL.md index 01003998..c927f42e 100644 --- a/plugins/loaf/skills/shape/SKILL.md +++ b/plugins/loaf/skills/shape/SKILL.md @@ -7,7 +7,7 @@ description: >- for known unknowns, reaction artifa... user-invocable: true argument-hint: '[messy input to shape into a Change]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Shape diff --git a/plugins/loaf/skills/ship/SKILL.md b/plugins/loaf/skills/ship/SKILL.md index 5120bf5b..61f3bfd6 100644 --- a/plugins/loaf/skills/ship/SKILL.md +++ b/plugins/loaf/skills/ship/SKILL.md @@ -7,7 +7,7 @@ description: >- cleanup. Not for version b... user-invocable: true argument-hint: '[PR number or URL]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Ship diff --git a/plugins/loaf/skills/strategy/SKILL.md b/plugins/loaf/skills/strategy/SKILL.md index d2eff49e..cf428059 100644 --- a/plugins/loaf/skills/strategy/SKILL.md +++ b/plugins/loaf/skills/strategy/SKILL.md @@ -7,7 +7,7 @@ description: >- architecture (use arc... user-invocable: true argument-hint: '[topic]' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Strategy diff --git a/plugins/loaf/skills/triage/SKILL.md b/plugins/loaf/skills/triage/SKILL.md index d6842fc0..ccfbd378 100644 --- a/plugins/loaf/skills/triage/SKILL.md +++ b/plugins/loaf/skills/triage/SKILL.md @@ -6,7 +6,7 @@ description: >- deferrals. Use when the user asks "triage", "process my backlog", or wants dispositions chosen acros... user-invocable: true -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Triage diff --git a/plugins/loaf/skills/typescript-development/SKILL.md b/plugins/loaf/skills/typescript-development/SKILL.md index 6d0bcd7f..23aae59f 100644 --- a/plugins/loaf/skills/typescript-development/SKILL.md +++ b/plugins/loaf/skills/typescript-development/SKILL.md @@ -7,7 +7,7 @@ description: >- database schema (use ... user-invocable: false allowed-tools: 'Read, Write, Edit, Bash, Glob, Grep' -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # TypeScript Development diff --git a/plugins/loaf/skills/wrap/SKILL.md b/plugins/loaf/skills/wrap/SKILL.md index 5359f511..a6f6ffe3 100644 --- a/plugins/loaf/skills/wrap/SKILL.md +++ b/plugins/loaf/skills/wrap/SKILL.md @@ -6,7 +6,7 @@ description: >- entry to the project journal when there is synthesis worth saving. Use at the end of a work s... user-invocable: true -version: 2.0.0-alpha.9 +version: 2.0.0-alpha.10 --- # Wrap From 5e523ce1e7e64fadec20eaa2462aea574754e2ce Mon Sep 17 00:00:00 2001 From: Levi Figueira Date: Sun, 19 Jul 2026 15:47:30 +0100 Subject: [PATCH 3/3] test: refresh installed smoke evidence for the release-stamped artifacts --- .../research/u8-claude-code-2.1.215-candidate-smoke.json | 4 ++-- .../research/u8-codex-0.144.5-isolated-smoke.json | 4 ++-- .../research/u8-opencode-1.18.3-isolated-smoke.json | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/changes/20260710-journal-reliability-foundation/research/u8-claude-code-2.1.215-candidate-smoke.json b/docs/changes/20260710-journal-reliability-foundation/research/u8-claude-code-2.1.215-candidate-smoke.json index 81dea13a..316952e5 100644 --- a/docs/changes/20260710-journal-reliability-foundation/research/u8-claude-code-2.1.215-candidate-smoke.json +++ b/docs/changes/20260710-journal-reliability-foundation/research/u8-claude-code-2.1.215-candidate-smoke.json @@ -1,6 +1,6 @@ { "evidence_version": 2, - "timestamp": "2026-07-19T14:24:39.196Z", + "timestamp": "2026-07-19T14:46:46.425Z", "target": "claude-code", "surface": "cli", "version": "2.1.215", @@ -41,7 +41,7 @@ "stderr_empty": true, "model_visible_marker_observed": true, "assistant_marker_match": true, - "marker": "LOAF_U8_SMOKE_A274C3210AAF", + "marker": "LOAF_U8_SMOKE_FD986900D706", "hook_observation": { "event_name": "SessionStart:startup", "native_json": true, diff --git a/docs/changes/20260710-journal-reliability-foundation/research/u8-codex-0.144.5-isolated-smoke.json b/docs/changes/20260710-journal-reliability-foundation/research/u8-codex-0.144.5-isolated-smoke.json index 1be707b6..1fa67fa7 100644 --- a/docs/changes/20260710-journal-reliability-foundation/research/u8-codex-0.144.5-isolated-smoke.json +++ b/docs/changes/20260710-journal-reliability-foundation/research/u8-codex-0.144.5-isolated-smoke.json @@ -1,6 +1,6 @@ { "evidence_version": 2, - "timestamp": "2026-07-19T14:30:33.466Z", + "timestamp": "2026-07-19T14:46:53.553Z", "target": "codex", "surface": "cli", "version": "0.144.5", @@ -40,7 +40,7 @@ "stderr": "Reading additional input from stdin...", "model_visible_marker_observed": true, "assistant_marker_match": true, - "marker": "LOAF_CODEX_U8_DC6AE6B35C2F", + "marker": "LOAF_CODEX_U8_115B55D70FCE", "hook_observation": { "event_name": "SessionStart:startup", "native_json": true, diff --git a/docs/changes/20260710-journal-reliability-foundation/research/u8-opencode-1.18.3-isolated-smoke.json b/docs/changes/20260710-journal-reliability-foundation/research/u8-opencode-1.18.3-isolated-smoke.json index 85e68878..141f337f 100644 --- a/docs/changes/20260710-journal-reliability-foundation/research/u8-opencode-1.18.3-isolated-smoke.json +++ b/docs/changes/20260710-journal-reliability-foundation/research/u8-opencode-1.18.3-isolated-smoke.json @@ -1,6 +1,6 @@ { "evidence_version": 2, - "timestamp": "2026-07-19T14:24:54.207Z", + "timestamp": "2026-07-19T14:47:03.291Z", "target": "opencode", "surface": "cli", "version": "1.18.3", @@ -39,10 +39,10 @@ "root_session_lookup_proven": true, "no_auth_supplied": true, "cleanup_succeeded": true, - "marker": "LOAF_OPENCODE_U8_A87277CFB64C", + "marker": "LOAF_OPENCODE_U8_BEB48DC58ECC", "candidate_artifacts": { "hooks_path": "dist/opencode/plugins/hooks.ts", - "hooks_sha256": "e0df59fe6777b3d096e9ad3cde82dbd62bcbaaece274910f36f7c4defd8359c4", + "hooks_sha256": "cc3cda00fa14eb98a31ea332caa9dc8f5c7ef90ba926cb5dd3e11bcffb3ba20d", "native_binary_path": "bin/native/darwin-arm64/loaf", "native_binary_sha256": "85f72b257a0655ff24ac5a46e666e5a5c88094db89c7b1afe9466016fa5f9069" }