Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .agents/skills/boatstack-autoplan/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ from file presence, authentication, or prior conversation. If the source remains
unverifiable, record it as conclusively rejected and fail closed; do not retry it
again for the same receipt.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
6 changes: 4 additions & 2 deletions .agents/skills/boatstack-run/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ from file presence, authentication, or prior conversation. If the source remains
unverifiable, record it as conclusively rejected and fail closed; do not retry it
again for the same receipt.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
19 changes: 16 additions & 3 deletions .agents/skills/boatstack-update/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Apply a checksum-verified Boatstack update. Use only when the user

# Boatstack Update

Select the `installation.update` transition. This trigger does not reclassify or advance a product delivery.
Select `installation.update` or, after exact human acceptance of program drift, `installation.reconcile-update`. This trigger does not reclassify or advance a product delivery.

Run `boatstack status --repo . --format json` once for observation. An authority-free
`FRONTIER` from status is diagnostic only and cannot terminate this selected operation.
Expand All @@ -21,8 +21,21 @@ For this operation, request only checksum-verified installation authority. Do no
request or materialize repository, provider, publication, product-delivery, or
merge authority. Installation receipts cannot be reused to broaden this scope.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
If the candidate reports exact compiled-program drift, preserve the healthy old
launcher and present the prior program fingerprint, candidate program
fingerprint, and program-delta fingerprint. Do not accept the delta implicitly.
After explicit human acceptance, rerun the same checksum-bound update with
`--accept-program-change` so the Kernel uses the single atomic
`installation.reconcile-update` boundary. If the update has an interrupted local
transaction and `recovery.rollback` is permitted, carry the same human authority
through that rollback, preserve its complete receipt, and retry once from the
restored healthy old state. Never acquire repository authority to escape an
update recovery frontier.

Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
6 changes: 4 additions & 2 deletions .claude/skills/boatstack-autoplan/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ from file presence, authentication, or prior conversation. If the source remains
unverifiable, record it as conclusively rejected and fail closed; do not retry it
again for the same receipt.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
6 changes: 4 additions & 2 deletions .claude/skills/boatstack-run/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ from file presence, authentication, or prior conversation. If the source remains
unverifiable, record it as conclusively rejected and fail closed; do not retry it
again for the same receipt.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
19 changes: 16 additions & 3 deletions .claude/skills/boatstack-update/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Apply a checksum-verified Boatstack update. Use only when the user

# Boatstack Update

Select the `installation.update` transition. This trigger does not reclassify or advance a product delivery.
Select `installation.update` or, after exact human acceptance of program drift, `installation.reconcile-update`. This trigger does not reclassify or advance a product delivery.

Run `boatstack status --repo . --format json` once for observation. An authority-free
`FRONTIER` from status is diagnostic only and cannot terminate this selected operation.
Expand All @@ -21,8 +21,21 @@ For this operation, request only checksum-verified installation authority. Do no
request or materialize repository, provider, publication, product-delivery, or
merge authority. Installation receipts cannot be reused to broaden this scope.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
If the candidate reports exact compiled-program drift, preserve the healthy old
launcher and present the prior program fingerprint, candidate program
fingerprint, and program-delta fingerprint. Do not accept the delta implicitly.
After explicit human acceptance, rerun the same checksum-bound update with
`--accept-program-change` so the Kernel uses the single atomic
`installation.reconcile-update` boundary. If the update has an interrupted local
transaction and `recovery.rollback` is permitted, carry the same human authority
through that rollback, preserve its complete receipt, and retry once from the
restored healthy old state. Never acquire repository authority to escape an
update recovery frontier.

Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
6 changes: 4 additions & 2 deletions .cursor/commands/boatstack-autoplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ from file presence, authentication, or prior conversation. If the source remains
unverifiable, record it as conclusively rejected and fail closed; do not retry it
again for the same receipt.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
6 changes: 4 additions & 2 deletions .cursor/commands/boatstack-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ from file presence, authentication, or prior conversation. If the source remains
unverifiable, record it as conclusively rejected and fail closed; do not retry it
again for the same receipt.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
19 changes: 16 additions & 3 deletions .cursor/commands/boatstack-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Apply a checksum-verified Boatstack update. Use only when the user

# Boatstack Update

Select the `installation.update` transition. This trigger does not reclassify or advance a product delivery.
Select `installation.update` or, after exact human acceptance of program drift, `installation.reconcile-update`. This trigger does not reclassify or advance a product delivery.

Run `boatstack status --repo . --format json` once for observation. An authority-free
`FRONTIER` from status is diagnostic only and cannot terminate this selected operation.
Expand All @@ -21,8 +21,21 @@ For this operation, request only checksum-verified installation authority. Do no
request or materialize repository, provider, publication, product-delivery, or
merge authority. Installation receipts cannot be reused to broaden this scope.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
If the candidate reports exact compiled-program drift, preserve the healthy old
launcher and present the prior program fingerprint, candidate program
fingerprint, and program-delta fingerprint. Do not accept the delta implicitly.
After explicit human acceptance, rerun the same checksum-bound update with
`--accept-program-change` so the Kernel uses the single atomic
`installation.reconcile-update` boundary. If the update has an interrupted local
transaction and `recovery.rollback` is permitted, carry the same human authority
through that rollback, preserve its complete receipt, and retry once from the
restored healthy old state. Never acquire repository authority to escape an
update recovery frontier.

Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
6 changes: 4 additions & 2 deletions .gemini/skills/boatstack-autoplan/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ from file presence, authentication, or prior conversation. If the source remains
unverifiable, record it as conclusively rejected and fail closed; do not retry it
again for the same receipt.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
6 changes: 4 additions & 2 deletions .gemini/skills/boatstack-run/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ from file presence, authentication, or prior conversation. If the source remains
unverifiable, record it as conclusively rejected and fail closed; do not retry it
again for the same receipt.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
19 changes: 16 additions & 3 deletions .gemini/skills/boatstack-update/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Apply a checksum-verified Boatstack update. Use only when the user

# Boatstack Update

Select the `installation.update` transition. This trigger does not reclassify or advance a product delivery.
Select `installation.update` or, after exact human acceptance of program drift, `installation.reconcile-update`. This trigger does not reclassify or advance a product delivery.

Run `boatstack status --repo . --format json` once for observation. An authority-free
`FRONTIER` from status is diagnostic only and cannot terminate this selected operation.
Expand All @@ -21,8 +21,21 @@ For this operation, request only checksum-verified installation authority. Do no
request or materialize repository, provider, publication, product-delivery, or
merge authority. Installation receipts cannot be reused to broaden this scope.

Begin each cycle with an untargeted authority-bearing `next`. Apply only the
stable transition ID from the immediately preceding prescription and only its
If the candidate reports exact compiled-program drift, preserve the healthy old
launcher and present the prior program fingerprint, candidate program
fingerprint, and program-delta fingerprint. Do not accept the delta implicitly.
After explicit human acceptance, rerun the same checksum-bound update with
`--accept-program-change` so the Kernel uses the single atomic
`installation.reconcile-update` boundary. If the update has an interrupted local
transaction and `recovery.rollback` is permitted, carry the same human authority
through that rollback, preserve its complete receipt, and retry once from the
restored healthy old state. Never acquire repository authority to escape an
update recovery frontier.

Begin each cycle with an untargeted authority-bearing `next`. A `CANDIDATE`
identifies the next transition but is not permission to apply it: bind only its
declared parameters and re-resolve that exact transition. Apply only the stable
transition ID from the immediately preceding `PRESCRIBED` result and only its
declared parameters. Preserve the complete apply response and stderr, including
admission, receipt, postcondition, error, recovery, and transaction fields.
Re-resolve with the same context after every complete receipt.
Expand Down
Loading