From 9c2b1a69a75ce1a6df554fca39bd729dbf04ac79 Mon Sep 17 00:00:00 2001 From: Levi Figueira Date: Mon, 20 Jul 2026 13:11:23 +0100 Subject: [PATCH 1/3] chore: curate alpha.12 changelog and refresh managed AGENTS.md section --- AGENTS.md | 3 ++- CHANGELOG.md | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index df9f6223..0466272d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -531,7 +531,7 @@ Configure target-specific behavior and sidecars. - [Claude Code Skills Best Practices](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices) - [Claude Code Skills Documentation](https://code.claude.com/docs/en/skills) - + ## Loaf Framework @@ -549,6 +549,7 @@ Configure target-specific behavior and sidecars. **Journal Discipline:** Before completing any response that includes edits, commits, or significant decisions, log journal entries using `loaf journal log "type(scope): description"`. Entry types: `decision`, `discover`, `wrap`. Do not defer journaling - log before responding. +In Codex Auto mode, when the user explicitly installed the managed basic-command policy, use the exact path-pinned Loaf executable in the managed `CODEX_HOME/AGENTS.md` block; do not substitute a bare `loaf`. The policy authorizes only explicitly classified basic Loaf command leaves and does not grant unclassified/operator commands, a bare Loaf namespace, or general filesystem access. Other harness adapters are not implied. See [orchestration skill](skills/orchestration/SKILL.md) for full details. diff --git a/CHANGELOG.md b/CHANGELOG.md index 63431347..83bc0daa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ is a Loaf workflow staging section for curated entries before release. ## [Unreleased] -- _No unreleased changes yet._ +### Changed + +- Codex-managed guidance, hooks, and execpolicy rules now render the stable PATH entrypoint (for example `/opt/homebrew/bin/loaf`) instead of the versioned Homebrew Cellar target, so package upgrades no longer invalidate installed policy or strand running Codex tasks; symlink-target validation against forbidden roots is unchanged and now covers both symlink directions (#127). + +### Fixed + +- Recognize the relationship provenance written by Intent creation, Exploration creation, and legacy-deferral conversion: every writer now shares one closed origin vocabulary, so `loaf doctor` no longer reports permanent unknown-origin warnings on healthy databases (#127). +- `loaf state repair relationship-origin` reclassifies the retired legacy origins (`intent-create`, `legacy-conversion`, `exploration-create`, `system`) to `command`, backup-first and idempotent; bare invocation is reclassify-only, `--origin imported|manual` still enables the missing-origin backfill, and unrecognized foreign origins are reported but never rewritten (#127). +- Live help agrees with dispatchable commands: `loaf state migrate --help` lists all six sources from the same registry that dispatches them, and bare or leaf `--help` invocations (`migrate`, `conversation handle add`, `exploration conversation add`) print usage and exit 0 (#127). ## [2.0.0-alpha.11] - 2026-07-19 From 447bd057d0382674b4a661afee063e4cdddf27a8 Mon Sep 17 00:00:00 2001 From: Levi Figueira Date: Mon, 20 Jul 2026 13:11:30 +0100 Subject: [PATCH 2/3] chore: release v2.0.0-alpha.12 --- .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 580dac4c..b59ea4ee 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.11" + "version": "2.0.0-alpha.12" }, "plugins": [ { "name": "loaf", "description": "Loaf - An Opinionated Agentic Framework", "source": "./plugins/loaf", - "version": "2.0.0-alpha.11", + "version": "2.0.0-alpha.12", "license": "MIT", "repository": "https://github.com/levifig/loaf" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83bc0daa..03b4c8de 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.12] - 2026-07-20 + ### Changed - Codex-managed guidance, hooks, and execpolicy rules now render the stable PATH entrypoint (for example `/opt/homebrew/bin/loaf`) instead of the versioned Homebrew Cellar target, so package upgrades no longer invalidate installed policy or strand running Codex tasks; symlink-target validation against forbidden roots is unchanged and now covers both symlink directions (#127). diff --git a/dist/amp/.amp/plugins/loaf.ts b/dist/amp/.amp/plugins/loaf.ts index b88686b0..837d2a47 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.11 + * @version 2.0.0-alpha.12 */ import type { PluginAPI } from '@ampcode/plugin'; diff --git a/dist/amp/.loaf-target-manifest.json b/dist/amp/.loaf-target-manifest.json index b2b64573..db926878 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.11", + "package_version": "2.0.0-alpha.12", "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": "6fa80df47dcca8d060c6d516ac7332ff90239d071a9d87a31ccef2c8b9d48e61", + "sha256": "1ef9bd2eb2fb3fb1db43dc551817836b257da47fee214380c3084bf1db9f2e2a", "mode": 420 } ] diff --git a/dist/amp/skills/architecture/SKILL.md b/dist/amp/skills/architecture/SKILL.md index fa4a8ffb..88e1d534 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.11 +version: 2.0.0-alpha.12 --- # Architecture diff --git a/dist/amp/skills/bootstrap/SKILL.md b/dist/amp/skills/bootstrap/SKILL.md index ec72e49a..328e4324 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.11 +version: 2.0.0-alpha.12 --- # Bootstrap diff --git a/dist/amp/skills/brainstorm/SKILL.md b/dist/amp/skills/brainstorm/SKILL.md index 17fdc9a3..a10a64b8 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.11 +version: 2.0.0-alpha.12 --- # Brainstorm diff --git a/dist/amp/skills/breakdown/SKILL.md b/dist/amp/skills/breakdown/SKILL.md index 702dea05..72f9b96b 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.11 +version: 2.0.0-alpha.12 --- # Breakdown diff --git a/dist/amp/skills/council/SKILL.md b/dist/amp/skills/council/SKILL.md index c71235de..f4d41bd2 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.11 +version: 2.0.0-alpha.12 --- # Council diff --git a/dist/amp/skills/database-design/SKILL.md b/dist/amp/skills/database-design/SKILL.md index 3aeb20e0..f508cd8d 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.11 +version: 2.0.0-alpha.12 --- # Database Skill diff --git a/dist/amp/skills/debugging/SKILL.md b/dist/amp/skills/debugging/SKILL.md index 67316ca1..d5d2c9e0 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.11 +version: 2.0.0-alpha.12 --- # Debugging diff --git a/dist/amp/skills/documentation-standards/SKILL.md b/dist/amp/skills/documentation-standards/SKILL.md index 7d8d30ce..827b842c 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.11 +version: 2.0.0-alpha.12 --- # Documentation Standards diff --git a/dist/amp/skills/explore/SKILL.md b/dist/amp/skills/explore/SKILL.md index 613c58f5..a783e59f 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.11 +version: 2.0.0-alpha.12 --- # Explore diff --git a/dist/amp/skills/foundations/SKILL.md b/dist/amp/skills/foundations/SKILL.md index ee00ddc5..15fa4585 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.11 +version: 2.0.0-alpha.12 --- # Code Standards diff --git a/dist/amp/skills/git-workflow/SKILL.md b/dist/amp/skills/git-workflow/SKILL.md index cef7b684..b976df0c 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.11 +version: 2.0.0-alpha.12 --- # Git Workflow diff --git a/dist/amp/skills/go-development/SKILL.md b/dist/amp/skills/go-development/SKILL.md index dcf858a6..45d1f3db 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.11 +version: 2.0.0-alpha.12 --- # Go Skill diff --git a/dist/amp/skills/handoff/SKILL.md b/dist/amp/skills/handoff/SKILL.md index 30d68e5d..7f3b234c 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.11 +version: 2.0.0-alpha.12 --- # Handoff diff --git a/dist/amp/skills/housekeeping/SKILL.md b/dist/amp/skills/housekeeping/SKILL.md index 40eb45b9..e072f478 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.11 +version: 2.0.0-alpha.12 --- # Housekeeping diff --git a/dist/amp/skills/idea/SKILL.md b/dist/amp/skills/idea/SKILL.md index 537d9549..b7254e5d 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.11 +version: 2.0.0-alpha.12 --- # Idea diff --git a/dist/amp/skills/implement/SKILL.md b/dist/amp/skills/implement/SKILL.md index 249841f5..f9f4af41 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.11 +version: 2.0.0-alpha.12 --- # Implement diff --git a/dist/amp/skills/infrastructure-management/SKILL.md b/dist/amp/skills/infrastructure-management/SKILL.md index 9dcb8fbc..99d9ef8b 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.11 +version: 2.0.0-alpha.12 --- # Infrastructure diff --git a/dist/amp/skills/interface-design/SKILL.md b/dist/amp/skills/interface-design/SKILL.md index 238c0da8..db83b559 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.11 +version: 2.0.0-alpha.12 --- # Design Principles diff --git a/dist/amp/skills/knowledge-base/SKILL.md b/dist/amp/skills/knowledge-base/SKILL.md index ae770164..39227898 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.11 +version: 2.0.0-alpha.12 --- # Knowledge Base diff --git a/dist/amp/skills/loaf-reference/SKILL.md b/dist/amp/skills/loaf-reference/SKILL.md index bc0e384d..fbad782c 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.11 +version: 2.0.0-alpha.12 --- # Loaf Reference diff --git a/dist/amp/skills/orchestration/SKILL.md b/dist/amp/skills/orchestration/SKILL.md index 5fa16f93..6e81eebb 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.11 +version: 2.0.0-alpha.12 --- # Orchestration diff --git a/dist/amp/skills/power-systems-modeling/SKILL.md b/dist/amp/skills/power-systems-modeling/SKILL.md index ce985c24..e6d026cd 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.11 +version: 2.0.0-alpha.12 --- # Power Systems Reference diff --git a/dist/amp/skills/python-development/SKILL.md b/dist/amp/skills/python-development/SKILL.md index 2fe15b10..fa335b8c 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.11 +version: 2.0.0-alpha.12 --- # Python Development diff --git a/dist/amp/skills/refactor-deepen/SKILL.md b/dist/amp/skills/refactor-deepen/SKILL.md index 965183c3..6488d9f0 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.11 +version: 2.0.0-alpha.12 --- # Refactor-Deepen diff --git a/dist/amp/skills/reflect/SKILL.md b/dist/amp/skills/reflect/SKILL.md index 1e030e29..412a9a7f 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.11 +version: 2.0.0-alpha.12 --- # Reflect diff --git a/dist/amp/skills/release/SKILL.md b/dist/amp/skills/release/SKILL.md index 0bea5cfc..5c21096b 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.11 +version: 2.0.0-alpha.12 --- # Release diff --git a/dist/amp/skills/research/SKILL.md b/dist/amp/skills/research/SKILL.md index 4ade935d..12b9afcd 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.11 +version: 2.0.0-alpha.12 --- # Research diff --git a/dist/amp/skills/ruby-development/SKILL.md b/dist/amp/skills/ruby-development/SKILL.md index 1f6e432d..5a66f9d3 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.11 +version: 2.0.0-alpha.12 --- # Ruby Development diff --git a/dist/amp/skills/security-compliance/SKILL.md b/dist/amp/skills/security-compliance/SKILL.md index 686d6259..64b57e5d 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.11 +version: 2.0.0-alpha.12 --- # Security & Compliance diff --git a/dist/amp/skills/shape/SKILL.md b/dist/amp/skills/shape/SKILL.md index 1b394d8e..3d3ac42f 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.11 +version: 2.0.0-alpha.12 --- # Shape diff --git a/dist/amp/skills/ship/SKILL.md b/dist/amp/skills/ship/SKILL.md index 483a51d3..6663b8f7 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.11 +version: 2.0.0-alpha.12 --- # Ship diff --git a/dist/amp/skills/strategy/SKILL.md b/dist/amp/skills/strategy/SKILL.md index d622f689..97add253 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.11 +version: 2.0.0-alpha.12 --- # Strategy diff --git a/dist/amp/skills/triage/SKILL.md b/dist/amp/skills/triage/SKILL.md index 036aa2c3..1baccf6a 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.11 +version: 2.0.0-alpha.12 --- # Triage diff --git a/dist/amp/skills/typescript-development/SKILL.md b/dist/amp/skills/typescript-development/SKILL.md index 2aadaacb..32d6c6e8 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.11 +version: 2.0.0-alpha.12 --- # TypeScript Development diff --git a/dist/amp/skills/wrap/SKILL.md b/dist/amp/skills/wrap/SKILL.md index 4e4dd39c..43f551f2 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.11 +version: 2.0.0-alpha.12 --- # Wrap diff --git a/dist/codex/.loaf-target-manifest.json b/dist/codex/.loaf-target-manifest.json index cfb5608d..5f72f3e2 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.11", + "package_version": "2.0.0-alpha.12", "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 fa4a8ffb..88e1d534 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.11 +version: 2.0.0-alpha.12 --- # Architecture diff --git a/dist/codex/skills/bootstrap/SKILL.md b/dist/codex/skills/bootstrap/SKILL.md index 36e0ca14..7c24059b 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.11 +version: 2.0.0-alpha.12 --- # Bootstrap diff --git a/dist/codex/skills/brainstorm/SKILL.md b/dist/codex/skills/brainstorm/SKILL.md index 17fdc9a3..a10a64b8 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.11 +version: 2.0.0-alpha.12 --- # Brainstorm diff --git a/dist/codex/skills/breakdown/SKILL.md b/dist/codex/skills/breakdown/SKILL.md index 702dea05..72f9b96b 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.11 +version: 2.0.0-alpha.12 --- # Breakdown diff --git a/dist/codex/skills/council/SKILL.md b/dist/codex/skills/council/SKILL.md index 2bbd7a6f..345c71b4 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.11 +version: 2.0.0-alpha.12 --- # Council diff --git a/dist/codex/skills/database-design/SKILL.md b/dist/codex/skills/database-design/SKILL.md index 3aeb20e0..f508cd8d 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.11 +version: 2.0.0-alpha.12 --- # Database Skill diff --git a/dist/codex/skills/debugging/SKILL.md b/dist/codex/skills/debugging/SKILL.md index 67316ca1..d5d2c9e0 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.11 +version: 2.0.0-alpha.12 --- # Debugging diff --git a/dist/codex/skills/documentation-standards/SKILL.md b/dist/codex/skills/documentation-standards/SKILL.md index 7d8d30ce..827b842c 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.11 +version: 2.0.0-alpha.12 --- # Documentation Standards diff --git a/dist/codex/skills/explore/SKILL.md b/dist/codex/skills/explore/SKILL.md index 613c58f5..a783e59f 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.11 +version: 2.0.0-alpha.12 --- # Explore diff --git a/dist/codex/skills/foundations/SKILL.md b/dist/codex/skills/foundations/SKILL.md index ee00ddc5..15fa4585 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.11 +version: 2.0.0-alpha.12 --- # Code Standards diff --git a/dist/codex/skills/git-workflow/SKILL.md b/dist/codex/skills/git-workflow/SKILL.md index cef7b684..b976df0c 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.11 +version: 2.0.0-alpha.12 --- # Git Workflow diff --git a/dist/codex/skills/go-development/SKILL.md b/dist/codex/skills/go-development/SKILL.md index dcf858a6..45d1f3db 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.11 +version: 2.0.0-alpha.12 --- # Go Skill diff --git a/dist/codex/skills/handoff/SKILL.md b/dist/codex/skills/handoff/SKILL.md index 30d68e5d..7f3b234c 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.11 +version: 2.0.0-alpha.12 --- # Handoff diff --git a/dist/codex/skills/housekeeping/SKILL.md b/dist/codex/skills/housekeeping/SKILL.md index 5ff5019f..e4e14ee0 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.11 +version: 2.0.0-alpha.12 --- # Housekeeping diff --git a/dist/codex/skills/idea/SKILL.md b/dist/codex/skills/idea/SKILL.md index 537d9549..b7254e5d 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.11 +version: 2.0.0-alpha.12 --- # Idea diff --git a/dist/codex/skills/implement/SKILL.md b/dist/codex/skills/implement/SKILL.md index 05aa27d2..3e3b8651 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.11 +version: 2.0.0-alpha.12 --- # Implement diff --git a/dist/codex/skills/infrastructure-management/SKILL.md b/dist/codex/skills/infrastructure-management/SKILL.md index 9dcb8fbc..99d9ef8b 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.11 +version: 2.0.0-alpha.12 --- # Infrastructure diff --git a/dist/codex/skills/interface-design/SKILL.md b/dist/codex/skills/interface-design/SKILL.md index 238c0da8..db83b559 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.11 +version: 2.0.0-alpha.12 --- # Design Principles diff --git a/dist/codex/skills/knowledge-base/SKILL.md b/dist/codex/skills/knowledge-base/SKILL.md index ae770164..39227898 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.11 +version: 2.0.0-alpha.12 --- # Knowledge Base diff --git a/dist/codex/skills/loaf-reference/SKILL.md b/dist/codex/skills/loaf-reference/SKILL.md index bc0e384d..fbad782c 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.11 +version: 2.0.0-alpha.12 --- # Loaf Reference diff --git a/dist/codex/skills/orchestration/SKILL.md b/dist/codex/skills/orchestration/SKILL.md index 60a315b5..96786989 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.11 +version: 2.0.0-alpha.12 --- # Orchestration diff --git a/dist/codex/skills/power-systems-modeling/SKILL.md b/dist/codex/skills/power-systems-modeling/SKILL.md index ce985c24..e6d026cd 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.11 +version: 2.0.0-alpha.12 --- # Power Systems Reference diff --git a/dist/codex/skills/python-development/SKILL.md b/dist/codex/skills/python-development/SKILL.md index 2fe15b10..fa335b8c 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.11 +version: 2.0.0-alpha.12 --- # Python Development diff --git a/dist/codex/skills/refactor-deepen/SKILL.md b/dist/codex/skills/refactor-deepen/SKILL.md index 965183c3..6488d9f0 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.11 +version: 2.0.0-alpha.12 --- # Refactor-Deepen diff --git a/dist/codex/skills/reflect/SKILL.md b/dist/codex/skills/reflect/SKILL.md index 1e030e29..412a9a7f 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.11 +version: 2.0.0-alpha.12 --- # Reflect diff --git a/dist/codex/skills/release/SKILL.md b/dist/codex/skills/release/SKILL.md index e72c104a..d377c8df 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.11 +version: 2.0.0-alpha.12 --- # Release diff --git a/dist/codex/skills/research/SKILL.md b/dist/codex/skills/research/SKILL.md index 7ce99dfd..89412ebc 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.11 +version: 2.0.0-alpha.12 --- # Research diff --git a/dist/codex/skills/ruby-development/SKILL.md b/dist/codex/skills/ruby-development/SKILL.md index 1f6e432d..5a66f9d3 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.11 +version: 2.0.0-alpha.12 --- # Ruby Development diff --git a/dist/codex/skills/security-compliance/SKILL.md b/dist/codex/skills/security-compliance/SKILL.md index 686d6259..64b57e5d 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.11 +version: 2.0.0-alpha.12 --- # Security & Compliance diff --git a/dist/codex/skills/shape/SKILL.md b/dist/codex/skills/shape/SKILL.md index 8722f711..1e421b98 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.11 +version: 2.0.0-alpha.12 --- # Shape diff --git a/dist/codex/skills/ship/SKILL.md b/dist/codex/skills/ship/SKILL.md index 483a51d3..6663b8f7 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.11 +version: 2.0.0-alpha.12 --- # Ship diff --git a/dist/codex/skills/strategy/SKILL.md b/dist/codex/skills/strategy/SKILL.md index 28d915c9..d0a61d75 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.11 +version: 2.0.0-alpha.12 --- # Strategy diff --git a/dist/codex/skills/triage/SKILL.md b/dist/codex/skills/triage/SKILL.md index 036aa2c3..1baccf6a 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.11 +version: 2.0.0-alpha.12 --- # Triage diff --git a/dist/codex/skills/typescript-development/SKILL.md b/dist/codex/skills/typescript-development/SKILL.md index 2aadaacb..32d6c6e8 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.11 +version: 2.0.0-alpha.12 --- # TypeScript Development diff --git a/dist/codex/skills/wrap/SKILL.md b/dist/codex/skills/wrap/SKILL.md index 7f337650..d7473f64 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.11 +version: 2.0.0-alpha.12 --- # Wrap diff --git a/dist/cursor/.loaf-target-manifest.json b/dist/cursor/.loaf-target-manifest.json index 3b86be04..eef5687f 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.11", + "package_version": "2.0.0-alpha.12", "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 d915c989..e4ccce5a 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/cursor/agents/implementer.md b/dist/cursor/agents/implementer.md index 17c11327..39929dc3 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/cursor/agents/librarian.md b/dist/cursor/agents/librarian.md index 92117ddf..16205500 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/cursor/agents/researcher.md b/dist/cursor/agents/researcher.md index cb30740e..44425972 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/cursor/agents/reviewer.md b/dist/cursor/agents/reviewer.md index fc818f25..0a749b0e 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/cursor/skills/architecture/SKILL.md b/dist/cursor/skills/architecture/SKILL.md index fa4a8ffb..88e1d534 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.11 +version: 2.0.0-alpha.12 --- # Architecture diff --git a/dist/cursor/skills/bootstrap/SKILL.md b/dist/cursor/skills/bootstrap/SKILL.md index 24ac5559..b99cb984 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.11 +version: 2.0.0-alpha.12 --- # Bootstrap diff --git a/dist/cursor/skills/brainstorm/SKILL.md b/dist/cursor/skills/brainstorm/SKILL.md index 17fdc9a3..a10a64b8 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.11 +version: 2.0.0-alpha.12 --- # Brainstorm diff --git a/dist/cursor/skills/breakdown/SKILL.md b/dist/cursor/skills/breakdown/SKILL.md index 702dea05..72f9b96b 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.11 +version: 2.0.0-alpha.12 --- # Breakdown diff --git a/dist/cursor/skills/council/SKILL.md b/dist/cursor/skills/council/SKILL.md index 9fe0823b..54a47100 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.11 +version: 2.0.0-alpha.12 --- # Council diff --git a/dist/cursor/skills/database-design/SKILL.md b/dist/cursor/skills/database-design/SKILL.md index 3aeb20e0..f508cd8d 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.11 +version: 2.0.0-alpha.12 --- # Database Skill diff --git a/dist/cursor/skills/debugging/SKILL.md b/dist/cursor/skills/debugging/SKILL.md index 67316ca1..d5d2c9e0 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.11 +version: 2.0.0-alpha.12 --- # Debugging diff --git a/dist/cursor/skills/documentation-standards/SKILL.md b/dist/cursor/skills/documentation-standards/SKILL.md index 7d8d30ce..827b842c 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.11 +version: 2.0.0-alpha.12 --- # Documentation Standards diff --git a/dist/cursor/skills/explore/SKILL.md b/dist/cursor/skills/explore/SKILL.md index 613c58f5..a783e59f 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.11 +version: 2.0.0-alpha.12 --- # Explore diff --git a/dist/cursor/skills/foundations/SKILL.md b/dist/cursor/skills/foundations/SKILL.md index ee00ddc5..15fa4585 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.11 +version: 2.0.0-alpha.12 --- # Code Standards diff --git a/dist/cursor/skills/git-workflow/SKILL.md b/dist/cursor/skills/git-workflow/SKILL.md index cef7b684..b976df0c 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.11 +version: 2.0.0-alpha.12 --- # Git Workflow diff --git a/dist/cursor/skills/go-development/SKILL.md b/dist/cursor/skills/go-development/SKILL.md index dcf858a6..45d1f3db 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.11 +version: 2.0.0-alpha.12 --- # Go Skill diff --git a/dist/cursor/skills/handoff/SKILL.md b/dist/cursor/skills/handoff/SKILL.md index 30d68e5d..7f3b234c 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.11 +version: 2.0.0-alpha.12 --- # Handoff diff --git a/dist/cursor/skills/housekeeping/SKILL.md b/dist/cursor/skills/housekeeping/SKILL.md index 44ea6b82..0dd164a7 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.11 +version: 2.0.0-alpha.12 --- # Housekeeping diff --git a/dist/cursor/skills/idea/SKILL.md b/dist/cursor/skills/idea/SKILL.md index 537d9549..b7254e5d 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.11 +version: 2.0.0-alpha.12 --- # Idea diff --git a/dist/cursor/skills/implement/SKILL.md b/dist/cursor/skills/implement/SKILL.md index 5019625c..36a2de59 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.11 +version: 2.0.0-alpha.12 --- # Implement diff --git a/dist/cursor/skills/infrastructure-management/SKILL.md b/dist/cursor/skills/infrastructure-management/SKILL.md index 9dcb8fbc..99d9ef8b 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.11 +version: 2.0.0-alpha.12 --- # Infrastructure diff --git a/dist/cursor/skills/interface-design/SKILL.md b/dist/cursor/skills/interface-design/SKILL.md index 238c0da8..db83b559 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.11 +version: 2.0.0-alpha.12 --- # Design Principles diff --git a/dist/cursor/skills/knowledge-base/SKILL.md b/dist/cursor/skills/knowledge-base/SKILL.md index ae770164..39227898 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.11 +version: 2.0.0-alpha.12 --- # Knowledge Base diff --git a/dist/cursor/skills/loaf-reference/SKILL.md b/dist/cursor/skills/loaf-reference/SKILL.md index bc0e384d..fbad782c 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.11 +version: 2.0.0-alpha.12 --- # Loaf Reference diff --git a/dist/cursor/skills/orchestration/SKILL.md b/dist/cursor/skills/orchestration/SKILL.md index cc4787b9..f808edd0 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.11 +version: 2.0.0-alpha.12 --- # Orchestration diff --git a/dist/cursor/skills/power-systems-modeling/SKILL.md b/dist/cursor/skills/power-systems-modeling/SKILL.md index ce985c24..e6d026cd 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.11 +version: 2.0.0-alpha.12 --- # Power Systems Reference diff --git a/dist/cursor/skills/python-development/SKILL.md b/dist/cursor/skills/python-development/SKILL.md index 2fe15b10..fa335b8c 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.11 +version: 2.0.0-alpha.12 --- # Python Development diff --git a/dist/cursor/skills/refactor-deepen/SKILL.md b/dist/cursor/skills/refactor-deepen/SKILL.md index 965183c3..6488d9f0 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.11 +version: 2.0.0-alpha.12 --- # Refactor-Deepen diff --git a/dist/cursor/skills/reflect/SKILL.md b/dist/cursor/skills/reflect/SKILL.md index 1e030e29..412a9a7f 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.11 +version: 2.0.0-alpha.12 --- # Reflect diff --git a/dist/cursor/skills/release/SKILL.md b/dist/cursor/skills/release/SKILL.md index 56a5121b..49327904 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.11 +version: 2.0.0-alpha.12 --- # Release diff --git a/dist/cursor/skills/research/SKILL.md b/dist/cursor/skills/research/SKILL.md index 27350c7f..7eeb0a07 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.11 +version: 2.0.0-alpha.12 --- # Research diff --git a/dist/cursor/skills/ruby-development/SKILL.md b/dist/cursor/skills/ruby-development/SKILL.md index 1f6e432d..5a66f9d3 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.11 +version: 2.0.0-alpha.12 --- # Ruby Development diff --git a/dist/cursor/skills/security-compliance/SKILL.md b/dist/cursor/skills/security-compliance/SKILL.md index 686d6259..64b57e5d 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.11 +version: 2.0.0-alpha.12 --- # Security & Compliance diff --git a/dist/cursor/skills/shape/SKILL.md b/dist/cursor/skills/shape/SKILL.md index 0ef3dbd9..22d29978 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.11 +version: 2.0.0-alpha.12 --- # Shape diff --git a/dist/cursor/skills/ship/SKILL.md b/dist/cursor/skills/ship/SKILL.md index 483a51d3..6663b8f7 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.11 +version: 2.0.0-alpha.12 --- # Ship diff --git a/dist/cursor/skills/strategy/SKILL.md b/dist/cursor/skills/strategy/SKILL.md index 0b769134..6c9bcada 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.11 +version: 2.0.0-alpha.12 --- # Strategy diff --git a/dist/cursor/skills/triage/SKILL.md b/dist/cursor/skills/triage/SKILL.md index 036aa2c3..1baccf6a 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.11 +version: 2.0.0-alpha.12 --- # Triage diff --git a/dist/cursor/skills/typescript-development/SKILL.md b/dist/cursor/skills/typescript-development/SKILL.md index 2aadaacb..32d6c6e8 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.11 +version: 2.0.0-alpha.12 --- # TypeScript Development diff --git a/dist/cursor/skills/wrap/SKILL.md b/dist/cursor/skills/wrap/SKILL.md index d398dab8..8f45206e 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.11 +version: 2.0.0-alpha.12 --- # Wrap diff --git a/dist/opencode/.loaf-target-manifest.json b/dist/opencode/.loaf-target-manifest.json index ba93cff0..4fd4fa0e 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.11", + "package_version": "2.0.0-alpha.12", "capability_contract_version": 3, "adapters": [ "opencode-plugin-v1" @@ -114,7 +114,7 @@ "kind": "plugin", "source_path": "plugins/hooks.ts", "destination": "plugins/hooks.ts", - "sha256": "7b4e2b359bd1c9904fabe6e6778082084bae794e757e7a383fabddbcddf857e0", + "sha256": "936aa1c7b106156596f99461454abf77740b4fe5171a071a44ffcef4f1d418b1", "mode": 420 } ] diff --git a/dist/opencode/agents/background-runner.md b/dist/opencode/agents/background-runner.md index fa6a31dd..22706518 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/opencode/agents/implementer.md b/dist/opencode/agents/implementer.md index 1e48a29f..492ee281 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/opencode/agents/librarian.md b/dist/opencode/agents/librarian.md index ab13ad36..f9abe373 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/opencode/agents/researcher.md b/dist/opencode/agents/researcher.md index 3a9af1dd..db066551 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/opencode/agents/reviewer.md b/dist/opencode/agents/reviewer.md index b5d66807..f63efc6b 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.11 +version: 2.0.0-alpha.12 diff --git a/dist/opencode/commands/architecture.md b/dist/opencode/commands/architecture.md index 2d367e1a..a3bfa7b9 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.11 +version: 2.0.0-alpha.12 --- # Architecture diff --git a/dist/opencode/commands/bootstrap.md b/dist/opencode/commands/bootstrap.md index 13fe4cf5..a29aee17 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.11 +version: 2.0.0-alpha.12 --- # Bootstrap diff --git a/dist/opencode/commands/breakdown.md b/dist/opencode/commands/breakdown.md index 613dce1e..3b23ab24 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.11 +version: 2.0.0-alpha.12 --- # Breakdown diff --git a/dist/opencode/commands/council.md b/dist/opencode/commands/council.md index 9c6836d5..4b0a0eb1 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.11 +version: 2.0.0-alpha.12 --- # Council diff --git a/dist/opencode/commands/debugging.md b/dist/opencode/commands/debugging.md index 0554f899..19480a17 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.11 +version: 2.0.0-alpha.12 --- # Debugging diff --git a/dist/opencode/commands/explore.md b/dist/opencode/commands/explore.md index 6fa82ac4..2f515e2d 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.11 +version: 2.0.0-alpha.12 --- # Explore diff --git a/dist/opencode/commands/handoff.md b/dist/opencode/commands/handoff.md index 5026f5e7..868f2562 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.11 +version: 2.0.0-alpha.12 --- # Handoff diff --git a/dist/opencode/commands/housekeeping.md b/dist/opencode/commands/housekeeping.md index 8d3f8fa3..506493f8 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.11 +version: 2.0.0-alpha.12 --- # Housekeeping diff --git a/dist/opencode/commands/idea.md b/dist/opencode/commands/idea.md index b1c6adce..15b08801 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.11 +version: 2.0.0-alpha.12 --- # Idea diff --git a/dist/opencode/commands/implement.md b/dist/opencode/commands/implement.md index c197e0c2..682532f9 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.11 +version: 2.0.0-alpha.12 --- # Implement diff --git a/dist/opencode/commands/refactor-deepen.md b/dist/opencode/commands/refactor-deepen.md index 01fc2b60..558384ae 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.11 +version: 2.0.0-alpha.12 --- # Refactor-Deepen diff --git a/dist/opencode/commands/reflect.md b/dist/opencode/commands/reflect.md index 4c115da2..106ff731 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.11 +version: 2.0.0-alpha.12 --- # Reflect diff --git a/dist/opencode/commands/release.md b/dist/opencode/commands/release.md index f8f3f568..c83c1fb2 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.11 +version: 2.0.0-alpha.12 --- # Release diff --git a/dist/opencode/commands/research.md b/dist/opencode/commands/research.md index d6a67946..af886124 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.11 +version: 2.0.0-alpha.12 --- # Research diff --git a/dist/opencode/commands/shape.md b/dist/opencode/commands/shape.md index 10abb17b..2f02587c 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.11 +version: 2.0.0-alpha.12 --- # Shape diff --git a/dist/opencode/commands/ship.md b/dist/opencode/commands/ship.md index b36712c5..047796f2 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.11 +version: 2.0.0-alpha.12 --- # Ship diff --git a/dist/opencode/commands/strategy.md b/dist/opencode/commands/strategy.md index 36821459..262b87e5 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.11 +version: 2.0.0-alpha.12 --- # Strategy diff --git a/dist/opencode/commands/triage.md b/dist/opencode/commands/triage.md index d3d425b3..eb1d2761 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.11 +version: 2.0.0-alpha.12 --- # Triage diff --git a/dist/opencode/commands/wrap.md b/dist/opencode/commands/wrap.md index fd766ce0..56ab7840 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.11 +version: 2.0.0-alpha.12 --- # Wrap diff --git a/dist/opencode/plugins/hooks.ts b/dist/opencode/plugins/hooks.ts index f89fc1a2..4ba281d5 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.11 + * @version 2.0.0-alpha.12 */ import { execFile } from 'child_process'; diff --git a/dist/opencode/skills/architecture/SKILL.md b/dist/opencode/skills/architecture/SKILL.md index b29d792e..ff86b1b3 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.11 +version: 2.0.0-alpha.12 --- # Architecture diff --git a/dist/opencode/skills/bootstrap/SKILL.md b/dist/opencode/skills/bootstrap/SKILL.md index 5c945b5d..7654fc4e 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.11 +version: 2.0.0-alpha.12 --- # Bootstrap diff --git a/dist/opencode/skills/brainstorm/SKILL.md b/dist/opencode/skills/brainstorm/SKILL.md index 3fd00cff..1b052d22 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.11 +version: 2.0.0-alpha.12 --- # Brainstorm diff --git a/dist/opencode/skills/breakdown/SKILL.md b/dist/opencode/skills/breakdown/SKILL.md index 29c2e4a7..1248f2d3 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.11 +version: 2.0.0-alpha.12 --- # Breakdown diff --git a/dist/opencode/skills/council/SKILL.md b/dist/opencode/skills/council/SKILL.md index ae4994ae..1a5d659b 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.11 +version: 2.0.0-alpha.12 --- # Council diff --git a/dist/opencode/skills/database-design/SKILL.md b/dist/opencode/skills/database-design/SKILL.md index 3aeb20e0..f508cd8d 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.11 +version: 2.0.0-alpha.12 --- # Database Skill diff --git a/dist/opencode/skills/debugging/SKILL.md b/dist/opencode/skills/debugging/SKILL.md index 67316ca1..d5d2c9e0 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.11 +version: 2.0.0-alpha.12 --- # Debugging diff --git a/dist/opencode/skills/documentation-standards/SKILL.md b/dist/opencode/skills/documentation-standards/SKILL.md index 7d8d30ce..827b842c 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.11 +version: 2.0.0-alpha.12 --- # Documentation Standards diff --git a/dist/opencode/skills/explore/SKILL.md b/dist/opencode/skills/explore/SKILL.md index 613c58f5..a783e59f 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.11 +version: 2.0.0-alpha.12 --- # Explore diff --git a/dist/opencode/skills/foundations/SKILL.md b/dist/opencode/skills/foundations/SKILL.md index ee00ddc5..15fa4585 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.11 +version: 2.0.0-alpha.12 --- # Code Standards diff --git a/dist/opencode/skills/git-workflow/SKILL.md b/dist/opencode/skills/git-workflow/SKILL.md index cef7b684..b976df0c 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.11 +version: 2.0.0-alpha.12 --- # Git Workflow diff --git a/dist/opencode/skills/go-development/SKILL.md b/dist/opencode/skills/go-development/SKILL.md index dcf858a6..45d1f3db 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.11 +version: 2.0.0-alpha.12 --- # Go Skill diff --git a/dist/opencode/skills/handoff/SKILL.md b/dist/opencode/skills/handoff/SKILL.md index ec9e80b2..d17e40a7 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.11 +version: 2.0.0-alpha.12 --- # Handoff diff --git a/dist/opencode/skills/housekeeping/SKILL.md b/dist/opencode/skills/housekeeping/SKILL.md index 50797f73..3fcdc90d 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.11 +version: 2.0.0-alpha.12 --- # Housekeeping diff --git a/dist/opencode/skills/idea/SKILL.md b/dist/opencode/skills/idea/SKILL.md index 678bf414..fa907ee3 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.11 +version: 2.0.0-alpha.12 --- # Idea diff --git a/dist/opencode/skills/implement/SKILL.md b/dist/opencode/skills/implement/SKILL.md index 0aee420b..3828019a 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.11 +version: 2.0.0-alpha.12 --- # Implement diff --git a/dist/opencode/skills/infrastructure-management/SKILL.md b/dist/opencode/skills/infrastructure-management/SKILL.md index 9dcb8fbc..99d9ef8b 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.11 +version: 2.0.0-alpha.12 --- # Infrastructure diff --git a/dist/opencode/skills/interface-design/SKILL.md b/dist/opencode/skills/interface-design/SKILL.md index 238c0da8..db83b559 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.11 +version: 2.0.0-alpha.12 --- # Design Principles diff --git a/dist/opencode/skills/knowledge-base/SKILL.md b/dist/opencode/skills/knowledge-base/SKILL.md index ae770164..39227898 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.11 +version: 2.0.0-alpha.12 --- # Knowledge Base diff --git a/dist/opencode/skills/loaf-reference/SKILL.md b/dist/opencode/skills/loaf-reference/SKILL.md index bc0e384d..fbad782c 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.11 +version: 2.0.0-alpha.12 --- # Loaf Reference diff --git a/dist/opencode/skills/orchestration/SKILL.md b/dist/opencode/skills/orchestration/SKILL.md index 624763be..ba39eac8 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.11 +version: 2.0.0-alpha.12 --- # Orchestration diff --git a/dist/opencode/skills/power-systems-modeling/SKILL.md b/dist/opencode/skills/power-systems-modeling/SKILL.md index ce985c24..e6d026cd 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.11 +version: 2.0.0-alpha.12 --- # Power Systems Reference diff --git a/dist/opencode/skills/python-development/SKILL.md b/dist/opencode/skills/python-development/SKILL.md index 2fe15b10..fa335b8c 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.11 +version: 2.0.0-alpha.12 --- # Python Development diff --git a/dist/opencode/skills/refactor-deepen/SKILL.md b/dist/opencode/skills/refactor-deepen/SKILL.md index 965183c3..6488d9f0 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.11 +version: 2.0.0-alpha.12 --- # Refactor-Deepen diff --git a/dist/opencode/skills/reflect/SKILL.md b/dist/opencode/skills/reflect/SKILL.md index d75aff8a..38d1483f 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.11 +version: 2.0.0-alpha.12 --- # Reflect diff --git a/dist/opencode/skills/release/SKILL.md b/dist/opencode/skills/release/SKILL.md index f6ea8287..929376f5 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.11 +version: 2.0.0-alpha.12 --- # Release diff --git a/dist/opencode/skills/research/SKILL.md b/dist/opencode/skills/research/SKILL.md index 353aebc9..29c1695f 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.11 +version: 2.0.0-alpha.12 --- # Research diff --git a/dist/opencode/skills/ruby-development/SKILL.md b/dist/opencode/skills/ruby-development/SKILL.md index 1f6e432d..5a66f9d3 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.11 +version: 2.0.0-alpha.12 --- # Ruby Development diff --git a/dist/opencode/skills/security-compliance/SKILL.md b/dist/opencode/skills/security-compliance/SKILL.md index 686d6259..64b57e5d 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.11 +version: 2.0.0-alpha.12 --- # Security & Compliance diff --git a/dist/opencode/skills/shape/SKILL.md b/dist/opencode/skills/shape/SKILL.md index b6ebece4..57a18340 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.11 +version: 2.0.0-alpha.12 --- # Shape diff --git a/dist/opencode/skills/ship/SKILL.md b/dist/opencode/skills/ship/SKILL.md index 483a51d3..6663b8f7 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.11 +version: 2.0.0-alpha.12 --- # Ship diff --git a/dist/opencode/skills/strategy/SKILL.md b/dist/opencode/skills/strategy/SKILL.md index f6c99bed..91c79d37 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.11 +version: 2.0.0-alpha.12 --- # Strategy diff --git a/dist/opencode/skills/triage/SKILL.md b/dist/opencode/skills/triage/SKILL.md index 933f0115..55491dfb 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.11 +version: 2.0.0-alpha.12 --- # Triage diff --git a/dist/opencode/skills/typescript-development/SKILL.md b/dist/opencode/skills/typescript-development/SKILL.md index 2aadaacb..32d6c6e8 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.11 +version: 2.0.0-alpha.12 --- # TypeScript Development diff --git a/dist/opencode/skills/wrap/SKILL.md b/dist/opencode/skills/wrap/SKILL.md index a2262867..fbdc0e2f 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.11 +version: 2.0.0-alpha.12 --- # Wrap diff --git a/package.json b/package.json index 25ebc471..aca342d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loaf", - "version": "2.0.0-alpha.11", + "version": "2.0.0-alpha.12", "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 a5ed2030..b850aeae 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.11", + "version": "2.0.0-alpha.12", "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 731b9da3..f63c9cbe 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.11", + "package_version": "2.0.0-alpha.12", "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 e9487fcb..3783be16 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.11 +version: 2.0.0-alpha.12 diff --git a/plugins/loaf/agents/implementer.md b/plugins/loaf/agents/implementer.md index fa18efe2..5875c067 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.11 +version: 2.0.0-alpha.12 diff --git a/plugins/loaf/agents/librarian.md b/plugins/loaf/agents/librarian.md index 71b4da27..91f8691e 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.11 +version: 2.0.0-alpha.12 diff --git a/plugins/loaf/agents/researcher.md b/plugins/loaf/agents/researcher.md index 4f14c9bd..4957ce20 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.11 +version: 2.0.0-alpha.12 diff --git a/plugins/loaf/agents/reviewer.md b/plugins/loaf/agents/reviewer.md index a271f0ef..eb1ccbb0 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.11 +version: 2.0.0-alpha.12 diff --git a/plugins/loaf/package.json b/plugins/loaf/package.json index 489f0643..9a3bcfae 100644 --- a/plugins/loaf/package.json +++ b/plugins/loaf/package.json @@ -1,4 +1,4 @@ { "name": "loaf", - "version": "2.0.0-alpha.11" + "version": "2.0.0-alpha.12" } \ No newline at end of file diff --git a/plugins/loaf/skills/architecture/SKILL.md b/plugins/loaf/skills/architecture/SKILL.md index db75fde0..c8767c45 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.11 +version: 2.0.0-alpha.12 --- # Architecture diff --git a/plugins/loaf/skills/bootstrap/SKILL.md b/plugins/loaf/skills/bootstrap/SKILL.md index 40967b6e..9ad1ba69 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.11 +version: 2.0.0-alpha.12 --- # Bootstrap diff --git a/plugins/loaf/skills/brainstorm/SKILL.md b/plugins/loaf/skills/brainstorm/SKILL.md index d501d17c..45ceeed1 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.11 +version: 2.0.0-alpha.12 --- # Brainstorm diff --git a/plugins/loaf/skills/breakdown/SKILL.md b/plugins/loaf/skills/breakdown/SKILL.md index 111e540d..934e297a 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.11 +version: 2.0.0-alpha.12 --- # Breakdown diff --git a/plugins/loaf/skills/council/SKILL.md b/plugins/loaf/skills/council/SKILL.md index 5fb01334..7bc498a2 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.11 +version: 2.0.0-alpha.12 --- # Council diff --git a/plugins/loaf/skills/database-design/SKILL.md b/plugins/loaf/skills/database-design/SKILL.md index 9dea751c..e8281883 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.11 +version: 2.0.0-alpha.12 --- # Database Skill diff --git a/plugins/loaf/skills/debugging/SKILL.md b/plugins/loaf/skills/debugging/SKILL.md index 45446b9b..a8cec7d6 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.11 +version: 2.0.0-alpha.12 --- # Debugging diff --git a/plugins/loaf/skills/documentation-standards/SKILL.md b/plugins/loaf/skills/documentation-standards/SKILL.md index 44d9b2b4..4ec44270 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.11 +version: 2.0.0-alpha.12 --- # Documentation Standards diff --git a/plugins/loaf/skills/explore/SKILL.md b/plugins/loaf/skills/explore/SKILL.md index 50b38c94..80c97fe6 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.11 +version: 2.0.0-alpha.12 --- # Explore diff --git a/plugins/loaf/skills/foundations/SKILL.md b/plugins/loaf/skills/foundations/SKILL.md index 70c5978e..d6ecc0e6 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.11 +version: 2.0.0-alpha.12 --- # Code Standards diff --git a/plugins/loaf/skills/git-workflow/SKILL.md b/plugins/loaf/skills/git-workflow/SKILL.md index c580d3d7..16c00866 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.11 +version: 2.0.0-alpha.12 --- # Git Workflow diff --git a/plugins/loaf/skills/go-development/SKILL.md b/plugins/loaf/skills/go-development/SKILL.md index c9e9f577..5c044d33 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.11 +version: 2.0.0-alpha.12 --- # Go Skill diff --git a/plugins/loaf/skills/handoff/SKILL.md b/plugins/loaf/skills/handoff/SKILL.md index 3d250361..08ee2386 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.11 +version: 2.0.0-alpha.12 --- # Handoff diff --git a/plugins/loaf/skills/housekeeping/SKILL.md b/plugins/loaf/skills/housekeeping/SKILL.md index 3d159855..09fb0073 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.11 +version: 2.0.0-alpha.12 --- # Housekeeping diff --git a/plugins/loaf/skills/idea/SKILL.md b/plugins/loaf/skills/idea/SKILL.md index ba3e6495..4b7b5d57 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.11 +version: 2.0.0-alpha.12 --- # Idea diff --git a/plugins/loaf/skills/implement/SKILL.md b/plugins/loaf/skills/implement/SKILL.md index 7c9e0759..7eebf58e 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.11 +version: 2.0.0-alpha.12 --- # Implement diff --git a/plugins/loaf/skills/infrastructure-management/SKILL.md b/plugins/loaf/skills/infrastructure-management/SKILL.md index ade7acde..4784c3ae 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.11 +version: 2.0.0-alpha.12 --- # Infrastructure diff --git a/plugins/loaf/skills/interface-design/SKILL.md b/plugins/loaf/skills/interface-design/SKILL.md index 7ef2d377..baadc3e3 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.11 +version: 2.0.0-alpha.12 --- # Design Principles diff --git a/plugins/loaf/skills/knowledge-base/SKILL.md b/plugins/loaf/skills/knowledge-base/SKILL.md index 45037d08..47ef4891 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.11 +version: 2.0.0-alpha.12 --- # Knowledge Base diff --git a/plugins/loaf/skills/loaf-reference/SKILL.md b/plugins/loaf/skills/loaf-reference/SKILL.md index a0746b4b..dcd1a28b 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.11 +version: 2.0.0-alpha.12 --- # Loaf Reference diff --git a/plugins/loaf/skills/orchestration/SKILL.md b/plugins/loaf/skills/orchestration/SKILL.md index 3d37d122..f561599f 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.11 +version: 2.0.0-alpha.12 --- # Orchestration diff --git a/plugins/loaf/skills/power-systems-modeling/SKILL.md b/plugins/loaf/skills/power-systems-modeling/SKILL.md index ec5dd734..6d109bba 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.11 +version: 2.0.0-alpha.12 --- # Power Systems Reference diff --git a/plugins/loaf/skills/python-development/SKILL.md b/plugins/loaf/skills/python-development/SKILL.md index d1d01b98..f1a9261c 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.11 +version: 2.0.0-alpha.12 --- # Python Development diff --git a/plugins/loaf/skills/refactor-deepen/SKILL.md b/plugins/loaf/skills/refactor-deepen/SKILL.md index 4770e18c..6e5f6e26 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.11 +version: 2.0.0-alpha.12 --- # Refactor-Deepen diff --git a/plugins/loaf/skills/reflect/SKILL.md b/plugins/loaf/skills/reflect/SKILL.md index d9666cd8..53a894ca 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.11 +version: 2.0.0-alpha.12 --- # Reflect diff --git a/plugins/loaf/skills/release/SKILL.md b/plugins/loaf/skills/release/SKILL.md index 64e68a6b..457a158f 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.11 +version: 2.0.0-alpha.12 --- # Release diff --git a/plugins/loaf/skills/research/SKILL.md b/plugins/loaf/skills/research/SKILL.md index 0e41415f..a601676a 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.11 +version: 2.0.0-alpha.12 --- # Research diff --git a/plugins/loaf/skills/ruby-development/SKILL.md b/plugins/loaf/skills/ruby-development/SKILL.md index 288bb2aa..670b75ca 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.11 +version: 2.0.0-alpha.12 --- # Ruby Development diff --git a/plugins/loaf/skills/security-compliance/SKILL.md b/plugins/loaf/skills/security-compliance/SKILL.md index ffcdc1bd..de3faa5f 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.11 +version: 2.0.0-alpha.12 --- # Security & Compliance diff --git a/plugins/loaf/skills/shape/SKILL.md b/plugins/loaf/skills/shape/SKILL.md index b584fe36..94aa7793 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.11 +version: 2.0.0-alpha.12 --- # Shape diff --git a/plugins/loaf/skills/ship/SKILL.md b/plugins/loaf/skills/ship/SKILL.md index 5541a325..ec9f6986 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.11 +version: 2.0.0-alpha.12 --- # Ship diff --git a/plugins/loaf/skills/strategy/SKILL.md b/plugins/loaf/skills/strategy/SKILL.md index 8705eb8c..6f031f68 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.11 +version: 2.0.0-alpha.12 --- # Strategy diff --git a/plugins/loaf/skills/triage/SKILL.md b/plugins/loaf/skills/triage/SKILL.md index a41e9c1b..2fba51c5 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.11 +version: 2.0.0-alpha.12 --- # Triage diff --git a/plugins/loaf/skills/typescript-development/SKILL.md b/plugins/loaf/skills/typescript-development/SKILL.md index 0aca22a7..8af7a00a 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.11 +version: 2.0.0-alpha.12 --- # TypeScript Development diff --git a/plugins/loaf/skills/wrap/SKILL.md b/plugins/loaf/skills/wrap/SKILL.md index 2a125c9a..fecee717 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.11 +version: 2.0.0-alpha.12 --- # Wrap From d5f000ace7b961d0231f870edbc65ddc59ae0d1d Mon Sep 17 00:00:00 2001 From: Levi Figueira Date: Mon, 20 Jul 2026 13:15:12 +0100 Subject: [PATCH 3/3] chore: repin OpenCode smoke evidence to the alpha.12-stamped hooks artifact --- .../research/u8-opencode-1.18.3-isolated-smoke.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 103ce642..c03b1983 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-19T20:41:39.037Z", + "timestamp": "2026-07-20T12:14:46.271Z", "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_870D0055A736", + "marker": "LOAF_OPENCODE_U8_A303AB34B844", "candidate_artifacts": { "hooks_path": "dist/opencode/plugins/hooks.ts", - "hooks_sha256": "7b4e2b359bd1c9904fabe6e6778082084bae794e757e7a383fabddbcddf857e0", + "hooks_sha256": "936aa1c7b106156596f99461454abf77740b4fe5171a071a44ffcef4f1d418b1", "native_binary_path": "bin/native/darwin-arm64/loaf", "native_binary_sha256": "0aa8f3f4babf64a9eb34dbcba9fb90b0f09b7978e6e2d6eadb395d7636908bd9" }