diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index bc3eae0d..acc041b0 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.8" + "version": "2.0.0-alpha.9" }, "plugins": [ { "name": "loaf", "description": "Loaf - An Opinionated Agentic Framework", "source": "./plugins/loaf", - "version": "2.0.0-alpha.8", + "version": "2.0.0-alpha.9", "license": "MIT", "repository": "https://github.com/levifig/loaf" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d25874..258d0ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ is a Loaf workflow staging section for curated entries before release. - _No unreleased changes yet._ +## [2.0.0-alpha.9] - 2026-07-18 + +### Fixed + +- Use the installed executable's packaged distribution for version reporting, upgrades, configuration maintenance, and diagnostics, preventing stale source checkouts from silently downgrading managed installations while preserving explicit source-checkout builds (#120). + ## [2.0.0-alpha.8] - 2026-07-18 ### Added diff --git a/bin/native/darwin-x64/loaf b/bin/native/darwin-x64/loaf index e42ac8e7..3b9fc121 100755 Binary files a/bin/native/darwin-x64/loaf and b/bin/native/darwin-x64/loaf differ diff --git a/bin/native/linux-arm64/loaf b/bin/native/linux-arm64/loaf index 0d1602b1..0aead24f 100755 Binary files a/bin/native/linux-arm64/loaf and b/bin/native/linux-arm64/loaf differ diff --git a/bin/native/linux-x64/loaf b/bin/native/linux-x64/loaf index f06640d0..14bbe2da 100755 Binary files a/bin/native/linux-x64/loaf and b/bin/native/linux-x64/loaf differ diff --git a/bin/native/win32-arm64/loaf.exe b/bin/native/win32-arm64/loaf.exe index 3934f001..f8f81de8 100755 Binary files a/bin/native/win32-arm64/loaf.exe and b/bin/native/win32-arm64/loaf.exe differ diff --git a/bin/native/win32-x64/loaf.exe b/bin/native/win32-x64/loaf.exe index 97ec4736..a84c2db0 100755 Binary files a/bin/native/win32-x64/loaf.exe and b/bin/native/win32-x64/loaf.exe differ diff --git a/dist/amp/.amp/plugins/loaf.ts b/dist/amp/.amp/plugins/loaf.ts index e6cdd3e2..96a2376d 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.8 + * @version 2.0.0-alpha.9 */ import type { PluginAPI } from '@ampcode/plugin'; diff --git a/dist/amp/.loaf-target-manifest.json b/dist/amp/.loaf-target-manifest.json index 5aecd78b..63e87fcb 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.8", + "package_version": "2.0.0-alpha.9", "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": "ec92e3f83aff8ce38944506a7a30f0499e55a51eb435afdde7001422b179e080", + "sha256": "74c4c40bb72bcb5aae5c9c6fae4d2f9d1557d9ffe083d63893961a5194d49013", "mode": 420 } ] diff --git a/dist/amp/skills/architecture/SKILL.md b/dist/amp/skills/architecture/SKILL.md index 4dd6d775..58a58435 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.8 +version: 2.0.0-alpha.9 --- # Architecture diff --git a/dist/amp/skills/bootstrap/SKILL.md b/dist/amp/skills/bootstrap/SKILL.md index 2b0b4c8a..f3c6c504 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.8 +version: 2.0.0-alpha.9 --- # Bootstrap diff --git a/dist/amp/skills/brainstorm/SKILL.md b/dist/amp/skills/brainstorm/SKILL.md index cbf9a510..d4c15f81 100644 --- a/dist/amp/skills/brainstorm/SKILL.md +++ b/dist/amp/skills/brainstorm/SKILL.md @@ -5,7 +5,7 @@ description: >- analysis. Use when the user asks "help me think through this," "what are the options," or is exploring tradeoffs. Produces docs with sparks. Not for quick ideas or shaping. -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Brainstorm diff --git a/dist/amp/skills/breakdown/SKILL.md b/dist/amp/skills/breakdown/SKILL.md index 3b4bb88b..a9e9b695 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.8 +version: 2.0.0-alpha.9 --- # Breakdown diff --git a/dist/amp/skills/council/SKILL.md b/dist/amp/skills/council/SKILL.md index a832d754..c7a5d666 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.8 +version: 2.0.0-alpha.9 --- # Council diff --git a/dist/amp/skills/database-design/SKILL.md b/dist/amp/skills/database-design/SKILL.md index 6f1cdc3e..1cb3549a 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.8 +version: 2.0.0-alpha.9 --- # Database Skill diff --git a/dist/amp/skills/debugging/SKILL.md b/dist/amp/skills/debugging/SKILL.md index 921fc11a..c2c46044 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.8 +version: 2.0.0-alpha.9 --- # Debugging diff --git a/dist/amp/skills/documentation-standards/SKILL.md b/dist/amp/skills/documentation-standards/SKILL.md index 05de948b..af4e5dff 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.8 +version: 2.0.0-alpha.9 --- # Documentation Standards diff --git a/dist/amp/skills/foundations/SKILL.md b/dist/amp/skills/foundations/SKILL.md index c43d13ff..510fa61e 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.8 +version: 2.0.0-alpha.9 --- # Code Standards diff --git a/dist/amp/skills/git-workflow/SKILL.md b/dist/amp/skills/git-workflow/SKILL.md index b1657ddb..96b5285d 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.8 +version: 2.0.0-alpha.9 --- # Git Workflow diff --git a/dist/amp/skills/go-development/SKILL.md b/dist/amp/skills/go-development/SKILL.md index 94054428..92b1f610 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.8 +version: 2.0.0-alpha.9 --- # Go Skill diff --git a/dist/amp/skills/handoff/SKILL.md b/dist/amp/skills/handoff/SKILL.md index ca76f61e..0827b1b8 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.8 +version: 2.0.0-alpha.9 --- # Handoff diff --git a/dist/amp/skills/housekeeping/SKILL.md b/dist/amp/skills/housekeeping/SKILL.md index 890a2e6e..7da868dc 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.8 +version: 2.0.0-alpha.9 --- # Housekeeping diff --git a/dist/amp/skills/idea/SKILL.md b/dist/amp/skills/idea/SKILL.md index a0dbd22d..ca0dd17c 100644 --- a/dist/amp/skills/idea/SKILL.md +++ b/dist/amp/skills/idea/SKILL.md @@ -6,7 +6,7 @@ description: >- actionable concept crystallizes during conversation. For reviewing and processing the intake queue (sparks + raw ideas), use triage instead. Not for deep exploration (use brainstorm) or shaping (use shape). -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Idea diff --git a/dist/amp/skills/implement/SKILL.md b/dist/amp/skills/implement/SKILL.md index 453e0c72..50ac555b 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.8 +version: 2.0.0-alpha.9 --- # Implement diff --git a/dist/amp/skills/infrastructure-management/SKILL.md b/dist/amp/skills/infrastructure-management/SKILL.md index e2c9aeb8..51a60826 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.8 +version: 2.0.0-alpha.9 --- # Infrastructure diff --git a/dist/amp/skills/interface-design/SKILL.md b/dist/amp/skills/interface-design/SKILL.md index 04cf9e75..e7289396 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.8 +version: 2.0.0-alpha.9 --- # Design Principles diff --git a/dist/amp/skills/knowledge-base/SKILL.md b/dist/amp/skills/knowledge-base/SKILL.md index 9691d26f..5f3d0069 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.8 +version: 2.0.0-alpha.9 --- # Knowledge Base diff --git a/dist/amp/skills/loaf-reference/SKILL.md b/dist/amp/skills/loaf-reference/SKILL.md index dfcd1d87..fa6f7c4e 100644 --- a/dist/amp/skills/loaf-reference/SKILL.md +++ b/dist/amp/skills/loaf-reference/SKILL.md @@ -6,7 +6,7 @@ description: >- when unsure which loaf command to invoke or how to validate project state. Not for workflow guidance (workflow skills own their CLI contracts) or build internals. -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Loaf Reference diff --git a/dist/amp/skills/orchestration/SKILL.md b/dist/amp/skills/orchestration/SKILL.md index 50f994e2..75d0d78f 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.8 +version: 2.0.0-alpha.9 --- # Orchestration diff --git a/dist/amp/skills/power-systems-modeling/SKILL.md b/dist/amp/skills/power-systems-modeling/SKILL.md index fb2f5149..3e36da1d 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.8 +version: 2.0.0-alpha.9 --- # Power Systems Reference diff --git a/dist/amp/skills/python-development/SKILL.md b/dist/amp/skills/python-development/SKILL.md index 666a0a73..dd8592e6 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.8 +version: 2.0.0-alpha.9 --- # Python Development diff --git a/dist/amp/skills/refactor-deepen/SKILL.md b/dist/amp/skills/refactor-deepen/SKILL.md index baba5adc..47a069ec 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.8 +version: 2.0.0-alpha.9 --- # Refactor-Deepen diff --git a/dist/amp/skills/reflect/SKILL.md b/dist/amp/skills/reflect/SKILL.md index 0bff20b0..85820c59 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.8 +version: 2.0.0-alpha.9 --- # Reflect diff --git a/dist/amp/skills/release/SKILL.md b/dist/amp/skills/release/SKILL.md index 7f224510..218f7e03 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.8 +version: 2.0.0-alpha.9 --- # Release diff --git a/dist/amp/skills/research/SKILL.md b/dist/amp/skills/research/SKILL.md index 0c1353b3..be3ebf9d 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.8 +version: 2.0.0-alpha.9 --- # Research diff --git a/dist/amp/skills/ruby-development/SKILL.md b/dist/amp/skills/ruby-development/SKILL.md index 775a9d41..d1f5c277 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.8 +version: 2.0.0-alpha.9 --- # Ruby Development diff --git a/dist/amp/skills/security-compliance/SKILL.md b/dist/amp/skills/security-compliance/SKILL.md index d8bcc9f7..264f50a9 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.8 +version: 2.0.0-alpha.9 --- # Security & Compliance diff --git a/dist/amp/skills/shape/SKILL.md b/dist/amp/skills/shape/SKILL.md index 302ed9af..7e8dbd00 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.8 +version: 2.0.0-alpha.9 --- # Shape diff --git a/dist/amp/skills/ship/SKILL.md b/dist/amp/skills/ship/SKILL.md index 21c8c61d..a257be3e 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.8 +version: 2.0.0-alpha.9 --- # Ship diff --git a/dist/amp/skills/strategy/SKILL.md b/dist/amp/skills/strategy/SKILL.md index a06c1144..e742f16f 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.8 +version: 2.0.0-alpha.9 --- # Strategy diff --git a/dist/amp/skills/triage/SKILL.md b/dist/amp/skills/triage/SKILL.md index f647846f..c2d5b735 100644 --- a/dist/amp/skills/triage/SKILL.md +++ b/dist/amp/skills/triage/SKILL.md @@ -7,7 +7,7 @@ description: >- "what's in my backlog?" Produces promoted ideas, archived discards, and resolve(spark) journal entries. Not for capturing new ideas (use idea) or shaping (use shape). -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Triage diff --git a/dist/amp/skills/typescript-development/SKILL.md b/dist/amp/skills/typescript-development/SKILL.md index beda72ca..c3fb216b 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.8 +version: 2.0.0-alpha.9 --- # TypeScript Development diff --git a/dist/amp/skills/wrap/SKILL.md b/dist/amp/skills/wrap/SKILL.md index 568e1202..2b68d3a3 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.8 +version: 2.0.0-alpha.9 --- # Wrap diff --git a/dist/codex/.loaf-target-manifest.json b/dist/codex/.loaf-target-manifest.json index 23dd2655..26b859d7 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.8", + "package_version": "2.0.0-alpha.9", "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 4dd6d775..58a58435 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.8 +version: 2.0.0-alpha.9 --- # Architecture diff --git a/dist/codex/skills/bootstrap/SKILL.md b/dist/codex/skills/bootstrap/SKILL.md index a56ddbec..adfae2e0 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.8 +version: 2.0.0-alpha.9 --- # Bootstrap diff --git a/dist/codex/skills/brainstorm/SKILL.md b/dist/codex/skills/brainstorm/SKILL.md index cbf9a510..d4c15f81 100644 --- a/dist/codex/skills/brainstorm/SKILL.md +++ b/dist/codex/skills/brainstorm/SKILL.md @@ -5,7 +5,7 @@ description: >- analysis. Use when the user asks "help me think through this," "what are the options," or is exploring tradeoffs. Produces docs with sparks. Not for quick ideas or shaping. -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Brainstorm diff --git a/dist/codex/skills/breakdown/SKILL.md b/dist/codex/skills/breakdown/SKILL.md index 3b4bb88b..a9e9b695 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.8 +version: 2.0.0-alpha.9 --- # Breakdown diff --git a/dist/codex/skills/council/SKILL.md b/dist/codex/skills/council/SKILL.md index 05291c4b..af5cdbdc 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.8 +version: 2.0.0-alpha.9 --- # Council diff --git a/dist/codex/skills/database-design/SKILL.md b/dist/codex/skills/database-design/SKILL.md index 6f1cdc3e..1cb3549a 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.8 +version: 2.0.0-alpha.9 --- # Database Skill diff --git a/dist/codex/skills/debugging/SKILL.md b/dist/codex/skills/debugging/SKILL.md index 921fc11a..c2c46044 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.8 +version: 2.0.0-alpha.9 --- # Debugging diff --git a/dist/codex/skills/documentation-standards/SKILL.md b/dist/codex/skills/documentation-standards/SKILL.md index 05de948b..af4e5dff 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.8 +version: 2.0.0-alpha.9 --- # Documentation Standards diff --git a/dist/codex/skills/foundations/SKILL.md b/dist/codex/skills/foundations/SKILL.md index c43d13ff..510fa61e 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.8 +version: 2.0.0-alpha.9 --- # Code Standards diff --git a/dist/codex/skills/git-workflow/SKILL.md b/dist/codex/skills/git-workflow/SKILL.md index b1657ddb..96b5285d 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.8 +version: 2.0.0-alpha.9 --- # Git Workflow diff --git a/dist/codex/skills/go-development/SKILL.md b/dist/codex/skills/go-development/SKILL.md index 94054428..92b1f610 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.8 +version: 2.0.0-alpha.9 --- # Go Skill diff --git a/dist/codex/skills/handoff/SKILL.md b/dist/codex/skills/handoff/SKILL.md index ca76f61e..0827b1b8 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.8 +version: 2.0.0-alpha.9 --- # Handoff diff --git a/dist/codex/skills/housekeeping/SKILL.md b/dist/codex/skills/housekeeping/SKILL.md index fab9c7be..bc5e7533 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.8 +version: 2.0.0-alpha.9 --- # Housekeeping diff --git a/dist/codex/skills/idea/SKILL.md b/dist/codex/skills/idea/SKILL.md index a0dbd22d..ca0dd17c 100644 --- a/dist/codex/skills/idea/SKILL.md +++ b/dist/codex/skills/idea/SKILL.md @@ -6,7 +6,7 @@ description: >- actionable concept crystallizes during conversation. For reviewing and processing the intake queue (sparks + raw ideas), use triage instead. Not for deep exploration (use brainstorm) or shaping (use shape). -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Idea diff --git a/dist/codex/skills/implement/SKILL.md b/dist/codex/skills/implement/SKILL.md index aaff1a91..ced9a064 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.8 +version: 2.0.0-alpha.9 --- # Implement diff --git a/dist/codex/skills/infrastructure-management/SKILL.md b/dist/codex/skills/infrastructure-management/SKILL.md index e2c9aeb8..51a60826 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.8 +version: 2.0.0-alpha.9 --- # Infrastructure diff --git a/dist/codex/skills/interface-design/SKILL.md b/dist/codex/skills/interface-design/SKILL.md index 04cf9e75..e7289396 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.8 +version: 2.0.0-alpha.9 --- # Design Principles diff --git a/dist/codex/skills/knowledge-base/SKILL.md b/dist/codex/skills/knowledge-base/SKILL.md index 9691d26f..5f3d0069 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.8 +version: 2.0.0-alpha.9 --- # Knowledge Base diff --git a/dist/codex/skills/loaf-reference/SKILL.md b/dist/codex/skills/loaf-reference/SKILL.md index dfcd1d87..fa6f7c4e 100644 --- a/dist/codex/skills/loaf-reference/SKILL.md +++ b/dist/codex/skills/loaf-reference/SKILL.md @@ -6,7 +6,7 @@ description: >- when unsure which loaf command to invoke or how to validate project state. Not for workflow guidance (workflow skills own their CLI contracts) or build internals. -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Loaf Reference diff --git a/dist/codex/skills/orchestration/SKILL.md b/dist/codex/skills/orchestration/SKILL.md index d664050d..1e4227bb 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.8 +version: 2.0.0-alpha.9 --- # Orchestration diff --git a/dist/codex/skills/power-systems-modeling/SKILL.md b/dist/codex/skills/power-systems-modeling/SKILL.md index fb2f5149..3e36da1d 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.8 +version: 2.0.0-alpha.9 --- # Power Systems Reference diff --git a/dist/codex/skills/python-development/SKILL.md b/dist/codex/skills/python-development/SKILL.md index 666a0a73..dd8592e6 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.8 +version: 2.0.0-alpha.9 --- # Python Development diff --git a/dist/codex/skills/refactor-deepen/SKILL.md b/dist/codex/skills/refactor-deepen/SKILL.md index baba5adc..47a069ec 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.8 +version: 2.0.0-alpha.9 --- # Refactor-Deepen diff --git a/dist/codex/skills/reflect/SKILL.md b/dist/codex/skills/reflect/SKILL.md index 0bff20b0..85820c59 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.8 +version: 2.0.0-alpha.9 --- # Reflect diff --git a/dist/codex/skills/release/SKILL.md b/dist/codex/skills/release/SKILL.md index acf30263..d715a88c 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.8 +version: 2.0.0-alpha.9 --- # Release diff --git a/dist/codex/skills/research/SKILL.md b/dist/codex/skills/research/SKILL.md index 925343c4..00ba374e 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.8 +version: 2.0.0-alpha.9 --- # Research diff --git a/dist/codex/skills/ruby-development/SKILL.md b/dist/codex/skills/ruby-development/SKILL.md index 775a9d41..d1f5c277 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.8 +version: 2.0.0-alpha.9 --- # Ruby Development diff --git a/dist/codex/skills/security-compliance/SKILL.md b/dist/codex/skills/security-compliance/SKILL.md index d8bcc9f7..264f50a9 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.8 +version: 2.0.0-alpha.9 --- # Security & Compliance diff --git a/dist/codex/skills/shape/SKILL.md b/dist/codex/skills/shape/SKILL.md index df244967..83af82ac 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.8 +version: 2.0.0-alpha.9 --- # Shape diff --git a/dist/codex/skills/ship/SKILL.md b/dist/codex/skills/ship/SKILL.md index 21c8c61d..a257be3e 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.8 +version: 2.0.0-alpha.9 --- # Ship diff --git a/dist/codex/skills/strategy/SKILL.md b/dist/codex/skills/strategy/SKILL.md index 312498bc..d086d45c 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.8 +version: 2.0.0-alpha.9 --- # Strategy diff --git a/dist/codex/skills/triage/SKILL.md b/dist/codex/skills/triage/SKILL.md index f647846f..c2d5b735 100644 --- a/dist/codex/skills/triage/SKILL.md +++ b/dist/codex/skills/triage/SKILL.md @@ -7,7 +7,7 @@ description: >- "what's in my backlog?" Produces promoted ideas, archived discards, and resolve(spark) journal entries. Not for capturing new ideas (use idea) or shaping (use shape). -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Triage diff --git a/dist/codex/skills/typescript-development/SKILL.md b/dist/codex/skills/typescript-development/SKILL.md index beda72ca..c3fb216b 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.8 +version: 2.0.0-alpha.9 --- # TypeScript Development diff --git a/dist/codex/skills/wrap/SKILL.md b/dist/codex/skills/wrap/SKILL.md index e4459142..59794169 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.8 +version: 2.0.0-alpha.9 --- # Wrap diff --git a/dist/cursor/.loaf-target-manifest.json b/dist/cursor/.loaf-target-manifest.json index f680160f..174f81f5 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.8", + "package_version": "2.0.0-alpha.9", "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 c38ef772..8ce9e061 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/cursor/agents/implementer.md b/dist/cursor/agents/implementer.md index fa2b92a5..b3bde7d7 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/cursor/agents/librarian.md b/dist/cursor/agents/librarian.md index 89a62d37..d294f92b 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/cursor/agents/researcher.md b/dist/cursor/agents/researcher.md index 1f2140fc..b15469a6 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/cursor/agents/reviewer.md b/dist/cursor/agents/reviewer.md index 29c2c454..d96b29e3 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/cursor/skills/architecture/SKILL.md b/dist/cursor/skills/architecture/SKILL.md index 4dd6d775..58a58435 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.8 +version: 2.0.0-alpha.9 --- # Architecture diff --git a/dist/cursor/skills/bootstrap/SKILL.md b/dist/cursor/skills/bootstrap/SKILL.md index 666ec59b..f77b56ac 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.8 +version: 2.0.0-alpha.9 --- # Bootstrap diff --git a/dist/cursor/skills/brainstorm/SKILL.md b/dist/cursor/skills/brainstorm/SKILL.md index cbf9a510..d4c15f81 100644 --- a/dist/cursor/skills/brainstorm/SKILL.md +++ b/dist/cursor/skills/brainstorm/SKILL.md @@ -5,7 +5,7 @@ description: >- analysis. Use when the user asks "help me think through this," "what are the options," or is exploring tradeoffs. Produces docs with sparks. Not for quick ideas or shaping. -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Brainstorm diff --git a/dist/cursor/skills/breakdown/SKILL.md b/dist/cursor/skills/breakdown/SKILL.md index 3b4bb88b..a9e9b695 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.8 +version: 2.0.0-alpha.9 --- # Breakdown diff --git a/dist/cursor/skills/council/SKILL.md b/dist/cursor/skills/council/SKILL.md index efe69a22..c862c3e3 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.8 +version: 2.0.0-alpha.9 --- # Council diff --git a/dist/cursor/skills/database-design/SKILL.md b/dist/cursor/skills/database-design/SKILL.md index 6f1cdc3e..1cb3549a 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.8 +version: 2.0.0-alpha.9 --- # Database Skill diff --git a/dist/cursor/skills/debugging/SKILL.md b/dist/cursor/skills/debugging/SKILL.md index 921fc11a..c2c46044 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.8 +version: 2.0.0-alpha.9 --- # Debugging diff --git a/dist/cursor/skills/documentation-standards/SKILL.md b/dist/cursor/skills/documentation-standards/SKILL.md index 05de948b..af4e5dff 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.8 +version: 2.0.0-alpha.9 --- # Documentation Standards diff --git a/dist/cursor/skills/foundations/SKILL.md b/dist/cursor/skills/foundations/SKILL.md index c43d13ff..510fa61e 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.8 +version: 2.0.0-alpha.9 --- # Code Standards diff --git a/dist/cursor/skills/git-workflow/SKILL.md b/dist/cursor/skills/git-workflow/SKILL.md index b1657ddb..96b5285d 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.8 +version: 2.0.0-alpha.9 --- # Git Workflow diff --git a/dist/cursor/skills/go-development/SKILL.md b/dist/cursor/skills/go-development/SKILL.md index 94054428..92b1f610 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.8 +version: 2.0.0-alpha.9 --- # Go Skill diff --git a/dist/cursor/skills/handoff/SKILL.md b/dist/cursor/skills/handoff/SKILL.md index ca76f61e..0827b1b8 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.8 +version: 2.0.0-alpha.9 --- # Handoff diff --git a/dist/cursor/skills/housekeeping/SKILL.md b/dist/cursor/skills/housekeeping/SKILL.md index 19f8206f..b4e07915 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.8 +version: 2.0.0-alpha.9 --- # Housekeeping diff --git a/dist/cursor/skills/idea/SKILL.md b/dist/cursor/skills/idea/SKILL.md index a0dbd22d..ca0dd17c 100644 --- a/dist/cursor/skills/idea/SKILL.md +++ b/dist/cursor/skills/idea/SKILL.md @@ -6,7 +6,7 @@ description: >- actionable concept crystallizes during conversation. For reviewing and processing the intake queue (sparks + raw ideas), use triage instead. Not for deep exploration (use brainstorm) or shaping (use shape). -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Idea diff --git a/dist/cursor/skills/implement/SKILL.md b/dist/cursor/skills/implement/SKILL.md index dcf47a93..9c056a03 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.8 +version: 2.0.0-alpha.9 --- # Implement diff --git a/dist/cursor/skills/infrastructure-management/SKILL.md b/dist/cursor/skills/infrastructure-management/SKILL.md index e2c9aeb8..51a60826 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.8 +version: 2.0.0-alpha.9 --- # Infrastructure diff --git a/dist/cursor/skills/interface-design/SKILL.md b/dist/cursor/skills/interface-design/SKILL.md index 04cf9e75..e7289396 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.8 +version: 2.0.0-alpha.9 --- # Design Principles diff --git a/dist/cursor/skills/knowledge-base/SKILL.md b/dist/cursor/skills/knowledge-base/SKILL.md index 9691d26f..5f3d0069 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.8 +version: 2.0.0-alpha.9 --- # Knowledge Base diff --git a/dist/cursor/skills/loaf-reference/SKILL.md b/dist/cursor/skills/loaf-reference/SKILL.md index dfcd1d87..fa6f7c4e 100644 --- a/dist/cursor/skills/loaf-reference/SKILL.md +++ b/dist/cursor/skills/loaf-reference/SKILL.md @@ -6,7 +6,7 @@ description: >- when unsure which loaf command to invoke or how to validate project state. Not for workflow guidance (workflow skills own their CLI contracts) or build internals. -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Loaf Reference diff --git a/dist/cursor/skills/orchestration/SKILL.md b/dist/cursor/skills/orchestration/SKILL.md index 20e4e779..d27001eb 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.8 +version: 2.0.0-alpha.9 --- # Orchestration diff --git a/dist/cursor/skills/power-systems-modeling/SKILL.md b/dist/cursor/skills/power-systems-modeling/SKILL.md index fb2f5149..3e36da1d 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.8 +version: 2.0.0-alpha.9 --- # Power Systems Reference diff --git a/dist/cursor/skills/python-development/SKILL.md b/dist/cursor/skills/python-development/SKILL.md index 666a0a73..dd8592e6 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.8 +version: 2.0.0-alpha.9 --- # Python Development diff --git a/dist/cursor/skills/refactor-deepen/SKILL.md b/dist/cursor/skills/refactor-deepen/SKILL.md index baba5adc..47a069ec 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.8 +version: 2.0.0-alpha.9 --- # Refactor-Deepen diff --git a/dist/cursor/skills/reflect/SKILL.md b/dist/cursor/skills/reflect/SKILL.md index 0bff20b0..85820c59 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.8 +version: 2.0.0-alpha.9 --- # Reflect diff --git a/dist/cursor/skills/release/SKILL.md b/dist/cursor/skills/release/SKILL.md index 9c8266bd..88d094bc 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.8 +version: 2.0.0-alpha.9 --- # Release diff --git a/dist/cursor/skills/research/SKILL.md b/dist/cursor/skills/research/SKILL.md index 437af169..6d0f086b 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.8 +version: 2.0.0-alpha.9 --- # Research diff --git a/dist/cursor/skills/ruby-development/SKILL.md b/dist/cursor/skills/ruby-development/SKILL.md index 775a9d41..d1f5c277 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.8 +version: 2.0.0-alpha.9 --- # Ruby Development diff --git a/dist/cursor/skills/security-compliance/SKILL.md b/dist/cursor/skills/security-compliance/SKILL.md index d8bcc9f7..264f50a9 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.8 +version: 2.0.0-alpha.9 --- # Security & Compliance diff --git a/dist/cursor/skills/shape/SKILL.md b/dist/cursor/skills/shape/SKILL.md index f50b1bb6..2423c42d 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.8 +version: 2.0.0-alpha.9 --- # Shape diff --git a/dist/cursor/skills/ship/SKILL.md b/dist/cursor/skills/ship/SKILL.md index 21c8c61d..a257be3e 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.8 +version: 2.0.0-alpha.9 --- # Ship diff --git a/dist/cursor/skills/strategy/SKILL.md b/dist/cursor/skills/strategy/SKILL.md index b3b6987f..4cce416a 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.8 +version: 2.0.0-alpha.9 --- # Strategy diff --git a/dist/cursor/skills/triage/SKILL.md b/dist/cursor/skills/triage/SKILL.md index f647846f..c2d5b735 100644 --- a/dist/cursor/skills/triage/SKILL.md +++ b/dist/cursor/skills/triage/SKILL.md @@ -7,7 +7,7 @@ description: >- "what's in my backlog?" Produces promoted ideas, archived discards, and resolve(spark) journal entries. Not for capturing new ideas (use idea) or shaping (use shape). -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Triage diff --git a/dist/cursor/skills/typescript-development/SKILL.md b/dist/cursor/skills/typescript-development/SKILL.md index beda72ca..c3fb216b 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.8 +version: 2.0.0-alpha.9 --- # TypeScript Development diff --git a/dist/cursor/skills/wrap/SKILL.md b/dist/cursor/skills/wrap/SKILL.md index f5635fc5..1e3c958e 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.8 +version: 2.0.0-alpha.9 --- # Wrap diff --git a/dist/opencode/.loaf-target-manifest.json b/dist/opencode/.loaf-target-manifest.json index b0991eaa..fccf2299 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.8", + "package_version": "2.0.0-alpha.9", "capability_contract_version": 3, "adapters": [ "opencode-plugin-v1" @@ -114,7 +114,7 @@ "kind": "plugin", "source_path": "plugins/hooks.ts", "destination": "plugins/hooks.ts", - "sha256": "4d71c088c9c0ec609725f3d9e216411c975920d24704e35c4e70edf1d008a767", + "sha256": "e0df59fe6777b3d096e9ad3cde82dbd62bcbaaece274910f36f7c4defd8359c4", "mode": 420 } ] diff --git a/dist/opencode/agents/background-runner.md b/dist/opencode/agents/background-runner.md index 09b97804..6acefbbe 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/opencode/agents/implementer.md b/dist/opencode/agents/implementer.md index ff38c687..c66828cc 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/opencode/agents/librarian.md b/dist/opencode/agents/librarian.md index 7e7d7c85..e837abb4 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/opencode/agents/researcher.md b/dist/opencode/agents/researcher.md index ab6e5a09..0bb07855 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/opencode/agents/reviewer.md b/dist/opencode/agents/reviewer.md index b3e49ede..68899b72 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.8 +version: 2.0.0-alpha.9 diff --git a/dist/opencode/commands/architecture.md b/dist/opencode/commands/architecture.md index 4d906876..8d998649 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.8 +version: 2.0.0-alpha.9 --- # Architecture diff --git a/dist/opencode/commands/bootstrap.md b/dist/opencode/commands/bootstrap.md index 685e30ba..b00f6e5d 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.8 +version: 2.0.0-alpha.9 --- # Bootstrap diff --git a/dist/opencode/commands/brainstorm.md b/dist/opencode/commands/brainstorm.md index 0297a526..23611921 100644 --- a/dist/opencode/commands/brainstorm.md +++ b/dist/opencode/commands/brainstorm.md @@ -5,7 +5,7 @@ description: >- options," or is exploring tradeoffs. Produces docs with sparks. Not for quick ideas or shaping. subtask: false -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Brainstorm diff --git a/dist/opencode/commands/breakdown.md b/dist/opencode/commands/breakdown.md index 93d2c2ea..ba07dc0d 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.8 +version: 2.0.0-alpha.9 --- # Breakdown diff --git a/dist/opencode/commands/council.md b/dist/opencode/commands/council.md index ffd4b309..01ad045f 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.8 +version: 2.0.0-alpha.9 --- # Council diff --git a/dist/opencode/commands/debugging.md b/dist/opencode/commands/debugging.md index 8525f0ac..e96187f7 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.8 +version: 2.0.0-alpha.9 --- # Debugging diff --git a/dist/opencode/commands/handoff.md b/dist/opencode/commands/handoff.md index 21acd1bb..a67f7a82 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.8 +version: 2.0.0-alpha.9 --- # Handoff diff --git a/dist/opencode/commands/housekeeping.md b/dist/opencode/commands/housekeeping.md index 87c99f21..20d379cb 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.8 +version: 2.0.0-alpha.9 --- # Housekeeping diff --git a/dist/opencode/commands/idea.md b/dist/opencode/commands/idea.md index 6558db09..59be9d24 100644 --- a/dist/opencode/commands/idea.md +++ b/dist/opencode/commands/idea.md @@ -6,7 +6,7 @@ description: >- processing the intake queue (sparks + raw ideas), use triage instead. Not for deep exploration (use brainstorm) or shaping (use shape). subtask: false -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Idea diff --git a/dist/opencode/commands/implement.md b/dist/opencode/commands/implement.md index ac5057e2..cbe86538 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.8 +version: 2.0.0-alpha.9 --- # Implement diff --git a/dist/opencode/commands/refactor-deepen.md b/dist/opencode/commands/refactor-deepen.md index 5cb983e0..c8b45955 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.8 +version: 2.0.0-alpha.9 --- # Refactor-Deepen diff --git a/dist/opencode/commands/reflect.md b/dist/opencode/commands/reflect.md index ad374dda..8c2c6a0a 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.8 +version: 2.0.0-alpha.9 --- # Reflect diff --git a/dist/opencode/commands/release.md b/dist/opencode/commands/release.md index 0c8097ad..e31e0eba 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.8 +version: 2.0.0-alpha.9 --- # Release diff --git a/dist/opencode/commands/research.md b/dist/opencode/commands/research.md index 7e52682c..1d898a3b 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.8 +version: 2.0.0-alpha.9 --- # Research diff --git a/dist/opencode/commands/shape.md b/dist/opencode/commands/shape.md index b21947ce..3f6b8fb0 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.8 +version: 2.0.0-alpha.9 --- # Shape diff --git a/dist/opencode/commands/ship.md b/dist/opencode/commands/ship.md index 00bbc4e4..1c616037 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.8 +version: 2.0.0-alpha.9 --- # Ship diff --git a/dist/opencode/commands/strategy.md b/dist/opencode/commands/strategy.md index 60bdc8f3..2120849d 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.8 +version: 2.0.0-alpha.9 --- # Strategy diff --git a/dist/opencode/commands/triage.md b/dist/opencode/commands/triage.md index 2174c382..6cc4fb0a 100644 --- a/dist/opencode/commands/triage.md +++ b/dist/opencode/commands/triage.md @@ -7,7 +7,7 @@ description: >- resolve(spark) journal entries. Not for capturing new ideas (use idea) or shaping (use shape). user-invocable: true -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Triage diff --git a/dist/opencode/commands/wrap.md b/dist/opencode/commands/wrap.md index 4ea99e92..c7f26b33 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.8 +version: 2.0.0-alpha.9 --- # Wrap diff --git a/dist/opencode/plugins/hooks.ts b/dist/opencode/plugins/hooks.ts index d69e74f8..05628018 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.8 + * @version 2.0.0-alpha.9 */ import { execFile } from 'child_process'; diff --git a/dist/opencode/skills/architecture/SKILL.md b/dist/opencode/skills/architecture/SKILL.md index ba3cb737..6cea5c78 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.8 +version: 2.0.0-alpha.9 --- # Architecture diff --git a/dist/opencode/skills/bootstrap/SKILL.md b/dist/opencode/skills/bootstrap/SKILL.md index ed979a11..0f4ef485 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.8 +version: 2.0.0-alpha.9 --- # Bootstrap diff --git a/dist/opencode/skills/brainstorm/SKILL.md b/dist/opencode/skills/brainstorm/SKILL.md index 1728d0ef..122fa0b8 100644 --- a/dist/opencode/skills/brainstorm/SKILL.md +++ b/dist/opencode/skills/brainstorm/SKILL.md @@ -6,7 +6,7 @@ description: >- options," or is exploring tradeoffs. Produces docs with sparks. Not for quick ideas or shaping. subtask: false -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Brainstorm diff --git a/dist/opencode/skills/breakdown/SKILL.md b/dist/opencode/skills/breakdown/SKILL.md index c223c3c6..dcfba370 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.8 +version: 2.0.0-alpha.9 --- # Breakdown diff --git a/dist/opencode/skills/council/SKILL.md b/dist/opencode/skills/council/SKILL.md index 81174bef..e65d6717 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.8 +version: 2.0.0-alpha.9 --- # Council diff --git a/dist/opencode/skills/database-design/SKILL.md b/dist/opencode/skills/database-design/SKILL.md index 6f1cdc3e..1cb3549a 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.8 +version: 2.0.0-alpha.9 --- # Database Skill diff --git a/dist/opencode/skills/debugging/SKILL.md b/dist/opencode/skills/debugging/SKILL.md index 921fc11a..c2c46044 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.8 +version: 2.0.0-alpha.9 --- # Debugging diff --git a/dist/opencode/skills/documentation-standards/SKILL.md b/dist/opencode/skills/documentation-standards/SKILL.md index 05de948b..af4e5dff 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.8 +version: 2.0.0-alpha.9 --- # Documentation Standards diff --git a/dist/opencode/skills/foundations/SKILL.md b/dist/opencode/skills/foundations/SKILL.md index c43d13ff..510fa61e 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.8 +version: 2.0.0-alpha.9 --- # Code Standards diff --git a/dist/opencode/skills/git-workflow/SKILL.md b/dist/opencode/skills/git-workflow/SKILL.md index b1657ddb..96b5285d 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.8 +version: 2.0.0-alpha.9 --- # Git Workflow diff --git a/dist/opencode/skills/go-development/SKILL.md b/dist/opencode/skills/go-development/SKILL.md index 94054428..92b1f610 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.8 +version: 2.0.0-alpha.9 --- # Go Skill diff --git a/dist/opencode/skills/handoff/SKILL.md b/dist/opencode/skills/handoff/SKILL.md index d99ad163..112fd2ef 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.8 +version: 2.0.0-alpha.9 --- # Handoff diff --git a/dist/opencode/skills/housekeeping/SKILL.md b/dist/opencode/skills/housekeeping/SKILL.md index 17280013..43dc8678 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.8 +version: 2.0.0-alpha.9 --- # Housekeeping diff --git a/dist/opencode/skills/idea/SKILL.md b/dist/opencode/skills/idea/SKILL.md index bf3f69b9..f84db0be 100644 --- a/dist/opencode/skills/idea/SKILL.md +++ b/dist/opencode/skills/idea/SKILL.md @@ -7,7 +7,7 @@ description: >- processing the intake queue (sparks + raw ideas), use triage instead. Not for deep exploration (use brainstorm) or shaping (use shape). subtask: false -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Idea diff --git a/dist/opencode/skills/implement/SKILL.md b/dist/opencode/skills/implement/SKILL.md index b0c9acc8..bdb88713 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.8 +version: 2.0.0-alpha.9 --- # Implement diff --git a/dist/opencode/skills/infrastructure-management/SKILL.md b/dist/opencode/skills/infrastructure-management/SKILL.md index e2c9aeb8..51a60826 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.8 +version: 2.0.0-alpha.9 --- # Infrastructure diff --git a/dist/opencode/skills/interface-design/SKILL.md b/dist/opencode/skills/interface-design/SKILL.md index 04cf9e75..e7289396 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.8 +version: 2.0.0-alpha.9 --- # Design Principles diff --git a/dist/opencode/skills/knowledge-base/SKILL.md b/dist/opencode/skills/knowledge-base/SKILL.md index 9691d26f..5f3d0069 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.8 +version: 2.0.0-alpha.9 --- # Knowledge Base diff --git a/dist/opencode/skills/loaf-reference/SKILL.md b/dist/opencode/skills/loaf-reference/SKILL.md index dfcd1d87..fa6f7c4e 100644 --- a/dist/opencode/skills/loaf-reference/SKILL.md +++ b/dist/opencode/skills/loaf-reference/SKILL.md @@ -6,7 +6,7 @@ description: >- when unsure which loaf command to invoke or how to validate project state. Not for workflow guidance (workflow skills own their CLI contracts) or build internals. -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Loaf Reference diff --git a/dist/opencode/skills/orchestration/SKILL.md b/dist/opencode/skills/orchestration/SKILL.md index 469e2d36..9d85b03d 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.8 +version: 2.0.0-alpha.9 --- # Orchestration diff --git a/dist/opencode/skills/power-systems-modeling/SKILL.md b/dist/opencode/skills/power-systems-modeling/SKILL.md index fb2f5149..3e36da1d 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.8 +version: 2.0.0-alpha.9 --- # Power Systems Reference diff --git a/dist/opencode/skills/python-development/SKILL.md b/dist/opencode/skills/python-development/SKILL.md index 666a0a73..dd8592e6 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.8 +version: 2.0.0-alpha.9 --- # Python Development diff --git a/dist/opencode/skills/refactor-deepen/SKILL.md b/dist/opencode/skills/refactor-deepen/SKILL.md index baba5adc..47a069ec 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.8 +version: 2.0.0-alpha.9 --- # Refactor-Deepen diff --git a/dist/opencode/skills/reflect/SKILL.md b/dist/opencode/skills/reflect/SKILL.md index b81d21d8..ca28119a 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.8 +version: 2.0.0-alpha.9 --- # Reflect diff --git a/dist/opencode/skills/release/SKILL.md b/dist/opencode/skills/release/SKILL.md index 1061031a..604ad14b 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.8 +version: 2.0.0-alpha.9 --- # Release diff --git a/dist/opencode/skills/research/SKILL.md b/dist/opencode/skills/research/SKILL.md index 4c7eb954..48681399 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.8 +version: 2.0.0-alpha.9 --- # Research diff --git a/dist/opencode/skills/ruby-development/SKILL.md b/dist/opencode/skills/ruby-development/SKILL.md index 775a9d41..d1f5c277 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.8 +version: 2.0.0-alpha.9 --- # Ruby Development diff --git a/dist/opencode/skills/security-compliance/SKILL.md b/dist/opencode/skills/security-compliance/SKILL.md index d8bcc9f7..264f50a9 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.8 +version: 2.0.0-alpha.9 --- # Security & Compliance diff --git a/dist/opencode/skills/shape/SKILL.md b/dist/opencode/skills/shape/SKILL.md index a27b2456..78550506 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.8 +version: 2.0.0-alpha.9 --- # Shape diff --git a/dist/opencode/skills/ship/SKILL.md b/dist/opencode/skills/ship/SKILL.md index 21c8c61d..a257be3e 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.8 +version: 2.0.0-alpha.9 --- # Ship diff --git a/dist/opencode/skills/strategy/SKILL.md b/dist/opencode/skills/strategy/SKILL.md index 16e16dd7..25a58227 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.8 +version: 2.0.0-alpha.9 --- # Strategy diff --git a/dist/opencode/skills/triage/SKILL.md b/dist/opencode/skills/triage/SKILL.md index 7522d993..3cb53389 100644 --- a/dist/opencode/skills/triage/SKILL.md +++ b/dist/opencode/skills/triage/SKILL.md @@ -8,7 +8,7 @@ description: >- resolve(spark) journal entries. Not for capturing new ideas (use idea) or shaping (use shape). user-invocable: true -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Triage diff --git a/dist/opencode/skills/typescript-development/SKILL.md b/dist/opencode/skills/typescript-development/SKILL.md index beda72ca..c3fb216b 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.8 +version: 2.0.0-alpha.9 --- # TypeScript Development diff --git a/dist/opencode/skills/wrap/SKILL.md b/dist/opencode/skills/wrap/SKILL.md index 3e738e42..ba202d66 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.8 +version: 2.0.0-alpha.9 --- # Wrap diff --git a/docs/changes/20260710-journal-reliability-foundation/research/u8-claude-code-2.1.207-candidate-smoke.json b/docs/changes/20260710-journal-reliability-foundation/research/u8-claude-code-2.1.207-candidate-smoke.json index 6f4ae1bb..e83f638c 100644 --- a/docs/changes/20260710-journal-reliability-foundation/research/u8-claude-code-2.1.207-candidate-smoke.json +++ b/docs/changes/20260710-journal-reliability-foundation/research/u8-claude-code-2.1.207-candidate-smoke.json @@ -1,6 +1,6 @@ { "evidence_version": 2, - "timestamp": "2026-07-18T20:20:02.709Z", + "timestamp": "2026-07-18T22:10:06.984Z", "target": "claude-code", "surface": "cli", "version": "2.1.207", @@ -41,7 +41,7 @@ "stderr_empty": true, "model_visible_marker_observed": true, "assistant_marker_match": true, - "marker": "LOAF_U8_SMOKE_A0E48BBB016D", + "marker": "LOAF_U8_SMOKE_9D87567A9298", "hook_observation": { "event_name": "SessionStart:startup", "native_json": true, diff --git a/docs/changes/20260710-journal-reliability-foundation/research/u8-codex-0.144.1-isolated-smoke.json b/docs/changes/20260710-journal-reliability-foundation/research/u8-codex-0.144.1-isolated-smoke.json index b6c83b28..61fb2491 100644 --- a/docs/changes/20260710-journal-reliability-foundation/research/u8-codex-0.144.1-isolated-smoke.json +++ b/docs/changes/20260710-journal-reliability-foundation/research/u8-codex-0.144.1-isolated-smoke.json @@ -1,6 +1,6 @@ { "evidence_version": 2, - "timestamp": "2026-07-18T20:20:13.650Z", + "timestamp": "2026-07-18T22:10:30.596Z", "target": "codex", "surface": "cli", "version": "0.144.1", @@ -39,7 +39,7 @@ "stderr": "Reading additional input from stdin...", "model_visible_marker_observed": true, "assistant_marker_match": true, - "marker": "LOAF_CODEX_U8_F97EDD94E710", + "marker": "LOAF_CODEX_U8_A72DEEEB44A4", "hook_observation": { "event_name": "SessionStart:startup", "native_json": true, diff --git a/docs/changes/20260710-journal-reliability-foundation/research/u8-opencode-1.17.18-isolated-smoke.json b/docs/changes/20260710-journal-reliability-foundation/research/u8-opencode-1.17.18-isolated-smoke.json index 139bf412..a5b5a16b 100644 --- a/docs/changes/20260710-journal-reliability-foundation/research/u8-opencode-1.17.18-isolated-smoke.json +++ b/docs/changes/20260710-journal-reliability-foundation/research/u8-opencode-1.17.18-isolated-smoke.json @@ -1,6 +1,6 @@ { "evidence_version": 2, - "timestamp": "2026-07-18T20:20:33.088Z", + "timestamp": "2026-07-18T22:10:54.386Z", "target": "opencode", "surface": "cli", "version": "1.17.18", @@ -39,10 +39,10 @@ "root_session_lookup_proven": true, "no_auth_supplied": true, "cleanup_succeeded": true, - "marker": "LOAF_OPENCODE_U8_9E0B4A1D1C95", + "marker": "LOAF_OPENCODE_U8_33FE552B7792", "candidate_artifacts": { "hooks_path": "dist/opencode/plugins/hooks.ts", - "hooks_sha256": "4d71c088c9c0ec609725f3d9e216411c975920d24704e35c4e70edf1d008a767", + "hooks_sha256": "e0df59fe6777b3d096e9ad3cde82dbd62bcbaaece274910f36f7c4defd8359c4", "native_binary_path": "bin/native/darwin-arm64/loaf", "native_binary_sha256": "5b76b90e835834bea3f4208cb8fa4e344951e43ab90f986837f09ac3d6eb2519" } diff --git a/package-lock.json b/package-lock.json index c6e94e00..c6a86424 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "loaf", - "version": "2.0.0-alpha.8", + "version": "2.0.0-alpha.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "loaf", - "version": "2.0.0-alpha.8", + "version": "2.0.0-alpha.9", "license": "MIT", "bin": { "loaf": "bin/loaf" diff --git a/package.json b/package.json index 511fd17f..62a42bb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loaf", - "version": "2.0.0-alpha.8", + "version": "2.0.0-alpha.9", "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 9b9fa693..342354d3 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.8", + "version": "2.0.0-alpha.9", "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 bb5cadca..bd06846a 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.8", + "package_version": "2.0.0-alpha.9", "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 690ebdcb..5ee6b0b1 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.8 +version: 2.0.0-alpha.9 diff --git a/plugins/loaf/agents/implementer.md b/plugins/loaf/agents/implementer.md index 05df19c3..74e3a536 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.8 +version: 2.0.0-alpha.9 diff --git a/plugins/loaf/agents/librarian.md b/plugins/loaf/agents/librarian.md index f4cfb621..69592cd8 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.8 +version: 2.0.0-alpha.9 diff --git a/plugins/loaf/agents/researcher.md b/plugins/loaf/agents/researcher.md index 7f36367d..f4a6f965 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.8 +version: 2.0.0-alpha.9 diff --git a/plugins/loaf/agents/reviewer.md b/plugins/loaf/agents/reviewer.md index 84c4b493..1173fef6 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.8 +version: 2.0.0-alpha.9 diff --git a/plugins/loaf/bin/native/darwin-x64/loaf b/plugins/loaf/bin/native/darwin-x64/loaf index e42ac8e7..3b9fc121 100755 Binary files a/plugins/loaf/bin/native/darwin-x64/loaf and b/plugins/loaf/bin/native/darwin-x64/loaf differ diff --git a/plugins/loaf/bin/native/linux-arm64/loaf b/plugins/loaf/bin/native/linux-arm64/loaf index 0d1602b1..0aead24f 100755 Binary files a/plugins/loaf/bin/native/linux-arm64/loaf and b/plugins/loaf/bin/native/linux-arm64/loaf differ diff --git a/plugins/loaf/bin/native/linux-x64/loaf b/plugins/loaf/bin/native/linux-x64/loaf index f06640d0..14bbe2da 100755 Binary files a/plugins/loaf/bin/native/linux-x64/loaf and b/plugins/loaf/bin/native/linux-x64/loaf differ diff --git a/plugins/loaf/bin/native/win32-arm64/loaf.exe b/plugins/loaf/bin/native/win32-arm64/loaf.exe index 3934f001..f8f81de8 100755 Binary files a/plugins/loaf/bin/native/win32-arm64/loaf.exe and b/plugins/loaf/bin/native/win32-arm64/loaf.exe differ diff --git a/plugins/loaf/bin/native/win32-x64/loaf.exe b/plugins/loaf/bin/native/win32-x64/loaf.exe index 97ec4736..a84c2db0 100755 Binary files a/plugins/loaf/bin/native/win32-x64/loaf.exe and b/plugins/loaf/bin/native/win32-x64/loaf.exe differ diff --git a/plugins/loaf/package.json b/plugins/loaf/package.json index 9138df42..728d7f99 100644 --- a/plugins/loaf/package.json +++ b/plugins/loaf/package.json @@ -1,4 +1,4 @@ { "name": "loaf", - "version": "2.0.0-alpha.8" + "version": "2.0.0-alpha.9" } \ No newline at end of file diff --git a/plugins/loaf/skills/architecture/SKILL.md b/plugins/loaf/skills/architecture/SKILL.md index ab284c53..db11f6cb 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.8 +version: 2.0.0-alpha.9 --- # Architecture diff --git a/plugins/loaf/skills/bootstrap/SKILL.md b/plugins/loaf/skills/bootstrap/SKILL.md index c0e2fafc..7f724206 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.8 +version: 2.0.0-alpha.9 --- # Bootstrap diff --git a/plugins/loaf/skills/brainstorm/SKILL.md b/plugins/loaf/skills/brainstorm/SKILL.md index e8d8a0fd..1b328448 100644 --- a/plugins/loaf/skills/brainstorm/SKILL.md +++ b/plugins/loaf/skills/brainstorm/SKILL.md @@ -7,7 +7,7 @@ description: >- ideas or shaping. user-invocable: true argument-hint: '[idea or problem]' -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Brainstorm diff --git a/plugins/loaf/skills/breakdown/SKILL.md b/plugins/loaf/skills/breakdown/SKILL.md index d6efbc85..7c9ccc46 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.8 +version: 2.0.0-alpha.9 --- # Breakdown diff --git a/plugins/loaf/skills/council/SKILL.md b/plugins/loaf/skills/council/SKILL.md index 4f6a8c6f..0db22abc 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.8 +version: 2.0.0-alpha.9 --- # Council diff --git a/plugins/loaf/skills/database-design/SKILL.md b/plugins/loaf/skills/database-design/SKILL.md index 4de30210..949b62b6 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.8 +version: 2.0.0-alpha.9 --- # Database Skill diff --git a/plugins/loaf/skills/debugging/SKILL.md b/plugins/loaf/skills/debugging/SKILL.md index 6f7b6c7d..c52776be 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.8 +version: 2.0.0-alpha.9 --- # Debugging diff --git a/plugins/loaf/skills/documentation-standards/SKILL.md b/plugins/loaf/skills/documentation-standards/SKILL.md index 84e929e8..ebf19f21 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.8 +version: 2.0.0-alpha.9 --- # Documentation Standards diff --git a/plugins/loaf/skills/foundations/SKILL.md b/plugins/loaf/skills/foundations/SKILL.md index 8cfa780d..fe3d4551 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.8 +version: 2.0.0-alpha.9 --- # Code Standards diff --git a/plugins/loaf/skills/git-workflow/SKILL.md b/plugins/loaf/skills/git-workflow/SKILL.md index 3e1992ff..089b3f73 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.8 +version: 2.0.0-alpha.9 --- # Git Workflow diff --git a/plugins/loaf/skills/go-development/SKILL.md b/plugins/loaf/skills/go-development/SKILL.md index e38d645d..31aa47ed 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.8 +version: 2.0.0-alpha.9 --- # Go Skill diff --git a/plugins/loaf/skills/handoff/SKILL.md b/plugins/loaf/skills/handoff/SKILL.md index 37461999..41ce6562 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.8 +version: 2.0.0-alpha.9 --- # Handoff diff --git a/plugins/loaf/skills/housekeeping/SKILL.md b/plugins/loaf/skills/housekeeping/SKILL.md index 27a50fb7..8754dc98 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.8 +version: 2.0.0-alpha.9 --- # Housekeeping diff --git a/plugins/loaf/skills/idea/SKILL.md b/plugins/loaf/skills/idea/SKILL.md index 969ae003..0bbf2ad9 100644 --- a/plugins/loaf/skills/idea/SKILL.md +++ b/plugins/loaf/skills/idea/SKILL.md @@ -7,7 +7,7 @@ description: >- processing the intake qu... user-invocable: true argument-hint: '[idea description]' -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Idea diff --git a/plugins/loaf/skills/implement/SKILL.md b/plugins/loaf/skills/implement/SKILL.md index 6fc330c4..5ee37b33 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.8 +version: 2.0.0-alpha.9 --- # Implement diff --git a/plugins/loaf/skills/infrastructure-management/SKILL.md b/plugins/loaf/skills/infrastructure-management/SKILL.md index 57f71e9b..56462e42 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.8 +version: 2.0.0-alpha.9 --- # Infrastructure diff --git a/plugins/loaf/skills/interface-design/SKILL.md b/plugins/loaf/skills/interface-design/SKILL.md index cae29129..8223c603 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.8 +version: 2.0.0-alpha.9 --- # Design Principles diff --git a/plugins/loaf/skills/knowledge-base/SKILL.md b/plugins/loaf/skills/knowledge-base/SKILL.md index 8a672d2b..5c6973e7 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.8 +version: 2.0.0-alpha.9 --- # Knowledge Base diff --git a/plugins/loaf/skills/loaf-reference/SKILL.md b/plugins/loaf/skills/loaf-reference/SKILL.md index 78e89f62..b19165a1 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 or how to validate project state. Not for workflow ... user-invocable: false -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Loaf Reference diff --git a/plugins/loaf/skills/orchestration/SKILL.md b/plugins/loaf/skills/orchestration/SKILL.md index 88dec7e5..a9d25652 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.8 +version: 2.0.0-alpha.9 --- # Orchestration diff --git a/plugins/loaf/skills/power-systems-modeling/SKILL.md b/plugins/loaf/skills/power-systems-modeling/SKILL.md index 2b1f77b1..f545e8f1 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.8 +version: 2.0.0-alpha.9 --- # Power Systems Reference diff --git a/plugins/loaf/skills/python-development/SKILL.md b/plugins/loaf/skills/python-development/SKILL.md index b627dcfd..73901869 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.8 +version: 2.0.0-alpha.9 --- # Python Development diff --git a/plugins/loaf/skills/refactor-deepen/SKILL.md b/plugins/loaf/skills/refactor-deepen/SKILL.md index 1b078dad..0360d2ae 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.8 +version: 2.0.0-alpha.9 --- # Refactor-Deepen diff --git a/plugins/loaf/skills/reflect/SKILL.md b/plugins/loaf/skills/reflect/SKILL.md index 6b654b3f..7df120f2 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.8 +version: 2.0.0-alpha.9 --- # Reflect diff --git a/plugins/loaf/skills/release/SKILL.md b/plugins/loaf/skills/release/SKILL.md index 337a9a72..8819393a 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.8 +version: 2.0.0-alpha.9 --- # Release diff --git a/plugins/loaf/skills/research/SKILL.md b/plugins/loaf/skills/research/SKILL.md index 0c4fe752..76e441fb 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.8 +version: 2.0.0-alpha.9 --- # Research diff --git a/plugins/loaf/skills/ruby-development/SKILL.md b/plugins/loaf/skills/ruby-development/SKILL.md index c33f73fd..c07fc5ce 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.8 +version: 2.0.0-alpha.9 --- # Ruby Development diff --git a/plugins/loaf/skills/security-compliance/SKILL.md b/plugins/loaf/skills/security-compliance/SKILL.md index 07a9519e..62676558 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.8 +version: 2.0.0-alpha.9 --- # Security & Compliance diff --git a/plugins/loaf/skills/shape/SKILL.md b/plugins/loaf/skills/shape/SKILL.md index b4955300..01003998 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.8 +version: 2.0.0-alpha.9 --- # Shape diff --git a/plugins/loaf/skills/ship/SKILL.md b/plugins/loaf/skills/ship/SKILL.md index 26d53bf6..5120bf5b 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.8 +version: 2.0.0-alpha.9 --- # Ship diff --git a/plugins/loaf/skills/strategy/SKILL.md b/plugins/loaf/skills/strategy/SKILL.md index 228b9dab..d2eff49e 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.8 +version: 2.0.0-alpha.9 --- # Strategy diff --git a/plugins/loaf/skills/triage/SKILL.md b/plugins/loaf/skills/triage/SKILL.md index 4c751d2f..d04d33e3 100644 --- a/plugins/loaf/skills/triage/SKILL.md +++ b/plugins/loaf/skills/triage/SKILL.md @@ -6,7 +6,7 @@ description: >- the user asks "what sparks do I have?", "review my ideas", "triage", or "what's in my backlo... user-invocable: true -version: 2.0.0-alpha.8 +version: 2.0.0-alpha.9 --- # Triage diff --git a/plugins/loaf/skills/typescript-development/SKILL.md b/plugins/loaf/skills/typescript-development/SKILL.md index 15359205..6d0bcd7f 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.8 +version: 2.0.0-alpha.9 --- # TypeScript Development diff --git a/plugins/loaf/skills/wrap/SKILL.md b/plugins/loaf/skills/wrap/SKILL.md index 842282a1..5359f511 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.8 +version: 2.0.0-alpha.9 --- # Wrap