chore: prompt agents to report blockers instead of going silent #16
No reviewers
Labels
No labels
agent
build
agent
dev
agent
new
agent
release
agent
review
agent
test
agent
working
priority
high
priority
low
priority
medium
risk
high
risk
low
risk
medium
type
bug
type
chore
type
feature
type
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tfks/fjx!16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/blocker-reporting-in-bootstraps"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds a "Blockers" section to each role's bootstrap prompt (
dev,test,pm). Pattern:fjxinvocation, read the actual error, check workflow logs, re-read the brief.Status: blocked(or PM-ledger Note), applyagent/blockedviafjx issue label <N> -A agent/blocked, and exit cleanly.Motivated by the agent reflection quoted in the issue:
deno run jsr:@tfks/fjxfailed, the agent treated it as a blocker without trying the globally installedfjx, and quietly stopped instead of escalating.Test plan
just validateclean (92 tests pass — no code changes, prompt-only)fjx dev prompt bootstrap,fjx test prompt bootstrap,fjx pm prompt default(or equivalent) — the Blockers section renders inline.fjx <role> ledger --status blocked,fjx issue label <N> -A agent/blocked).Refs #1