Skip to content

Boatstack: export operation-specific agent skills - #301

Merged
bigboateng merged 1 commit into
mainfrom
fix/boatstack-operation-bundle
Aug 6, 2026
Merged

Boatstack: export operation-specific agent skills#301
bigboateng merged 1 commit into
mainfrom
fix/boatstack-operation-bundle

Conversation

@bigboateng

Copy link
Copy Markdown
Contributor

Why

Detached agent sessions received Boatstack state and helper primitives, but not the canonical operation procedures. A connected StationKeep run therefore reached the right state and executed preflight at the wrong stage.

What changed

  • export operation-specific skills for the agent adapter
  • derive every skill from Boatstack's existing canonical operation map
  • prove NOT_STARTED routes to auto-plan and planning does not run delivery preflight
  • retain strict host-specific skill frontmatter validation

Boundary conformance

Boundary: Boatstack release to coding-host operation driver.
Control law: every advertised operation ships its canonical procedure from the same release.
Failure behavior: export and conformance tests fail closed when a procedure is absent.

Verification

  • go test ./...
  • go vet ./...
  • go build ./...
  • python3 -m unittest tests.test_product_loop
  • release-note validation and preflight

Release note

Added 2026-08-05-codex-operation-skills.md.

Disclosure-Reviewed: reviewed — public-safe only, private facet kept out of this commit
@bigboateng
bigboateng merged commit 3c9ed10 into main Aug 6, 2026
12 checks passed
@bigboateng
bigboateng deleted the fix/boatstack-operation-bundle branch August 6, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant