feat(ten-lane-highway): v2 — width pin, tmux socket isolation, escalation ladder, infra ledger + close gate, quickstart - #289
Merged
Conversation
…pose, quickstart, visibility
Items 1-7 of the process-doc lane:
1. Infra ledger (infra_ledger.sh add/sweep, infra.tsv) — instruments row,
Phase 2 goal-composition instruction, Phase 7 close gate, Rule 14.
2. Width pin (.width authoritative) + HIGHWAY_TMUX_SOCKET (-L hw on watchdog
and Phase 7 kill) + HIGHWAY ESCALATION wake handling.
3. Pre-compose the whole priority queue into BATCH_DIR/goals/ (Phase 2);
refills become bare launch_lane.sh calls; weave-in items composed on entry.
4. 'First run (~15 minutes)' quickstart near the top; bulk in examples/first-run.md.
5. Frontmatter visibility{priority,summary} + 3 new trigger phrases.
6. Known-limits refreshed to the still-true set.
7. goal-batch description points to ten-lane-highway for refill-on-drain work.
…ladder, infra ledger, test-edit flag
- WIDTH PIN: BATCH_DIR/.width (single integer) overrides positional WIDTH in
highway_status.sh and highway_watchdog.sh; each reports width_source=file|arg.
Watchdog re-reads .width every poll.
- SOCKET: every tmux call becomes tmux -L "${HIGHWAY_TMUX_SOCKET:-hw}" across
all scripts (prose comments reworded so grep 'tmux ' shows only -L forms).
- ESCALATION LADDER (highway_watchdog.sh): counts consecutive polls where
live<width AND live did not increase; resets on increase or deficit-clear.
At HIGHWAY_ESCALATE_AFTER (default 3): touch escalation-needed and switch the
resume wake prompt to a 'HIGHWAY ESCALATION (watchdog):' banner carrying the
ineffective-wake count, live, and width. Normal wakes keep current text.
- infra_ledger.sh (new): add|list|sweep over BATCH_DIR/infra.tsv (sole writer);
sweep runs open rows' destroy_cmd, marks swept on rc=0, leaves failures open,
exits nonzero while any remain open, and never re-runs swept rows.
- TEST-EDIT FLAG (verify_lane.sh): from the three-dot name list, always prints
'TEST-EDITS: <n> file(s)' (+ paths when n>0), matching (^|/)tests?/|test_|_test.
Backward-compatible arg interfaces; no push/PR/merge.
…s, quickstart, visibility frontmatter)
…r, infra_ledger.sh, test-edit flag
- ten-lane-highway: shorten description, remove visibility.priority (keep summary) - goal-batch: shorten description, add visibility.summary pointing to ten-lane-highway - goalify, amplifier-config: tighten description first sentence, preserve triggers/boundaries
Collaborator
Author
|
Paired with: microsoft/amplifier-bundle-skills#63 (token-budget catalog) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Usage-review-driven v2 of the ten-lane-highway skill.
Scripts:
-L "${HIGHWAY_TMUX_SOCKET:-hw}"(structurally isolated from user sessions)SKILL.md:
visibilitysummary frontmatter (priority deliberately NOT set)Validation
Paired With
Cross-link with: amplifier-bundle-skills PR (after both exist)