Skip to content

fix(lavish): make surfaced answer commands independently runnable - #65

Merged
ruby-dlee merged 1 commit into
mainfrom
fm/lavish-surface-runnable-command
Aug 1, 2026
Merged

fix(lavish): make surfaced answer commands independently runnable#65
ruby-dlee merged 1 commit into
mainfrom
fm/lavish-surface-runnable-command

Conversation

@ruby-dlee

Copy link
Copy Markdown
Owner

Intent

Fix Firstmate's captain-facing Lavish decision command so every surfaced answer command runs from a shell where FM_HOME is unset, while preserving Lavish's fail-closed requirement to identify the fleet home. Always emit --home with the resolved, shell-quoted absolute home path instead of asking the captain to export FM_HOME once, because each durable decision must be independently runnable without hidden setup despite the slightly longer command. Update the authoritative lavish-decisions skill and keep the human README consistent without creating a second contract owner; find and fix any other producer of the defective captain-facing short form. Prove behavior by executing the actual surfaced command with FM_HOME unset, without touching the eight live decision boards. Do not run the repository's full local test suite because it drives real agent lifecycle tooling against a live fleet; skip the local test pipeline step and rely on clean-runner GitHub CI. The PR body must record the chosen always-explicit --home design and its reasoning.

What Changed

  • Make lavish-axi create emit captain-facing answer commands with a shell-quoted, resolved absolute --home path so each command runs independently with FM_HOME unset.
  • Update the authoritative Lavish decision skill and README to require the always-explicit home design, avoiding hidden shell setup while preserving fail-closed fleet-home resolution.
  • Add coverage that executes the surfaced command in a captain-like shell with FM_HOME removed and verifies the answer is saved.

Risk Assessment

✅ Low: The change is narrowly scoped, emits a correctly shell-quoted explicit absolute home path, updates the authoritative skill and supporting README consistently, and adds source-level coverage that executes the surfaced command with FM_HOME unset.

Testing

  • ⏭️ Test - skipped

Pipeline

Updates from git push no-mistakes

✅ **intent** - passed

✅ No issues found.

✅ **Rebase** - passed

✅ No issues found.

✅ **Review** - passed

✅ No issues found.

⏭️ **Test** - skipped

Step was skipped.

✅ **Document** - passed

✅ No issues found.

✅ **Lint** - passed

✅ No issues found.

✅ **Push** - passed

✅ No issues found.

@ruby-dlee
ruby-dlee merged commit 6f4dd5a into main Aug 1, 2026
5 checks passed
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