docs: land AX-SCHEDULE-001 spec + remove CIPHER_TEST cruft#26
Merged
Conversation
The shared PID file (server.pid) caused the second agent to kill the
first when multiple Claude Code agents ran on the same machine. Now
uses server.{agent_name}.pid so each agent only kills its own stale
instances.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ER_TEST cruft AX-SCHEDULE-001/spec.md was sitting untracked for 3 days (authors @orion @Anvil, dated 2026-04-06). Exact example of the paper-trail breakdown madtank flagged 2026-04-09 — a real spec sitting in the working tree with no git trail. Landing it. Also removing CIPHER_TEST.md, which was a filesystem-write-access smoke test from backend_sentinel. Cruft, not meant to ship. Part of the post-cleanup hygiene pass to get ax-cli primary checkout clean on main. The worktree-audit.sh script caught this — untracked files on the primary checkout are a lint error.
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.
Summary
specs/AX-SCHEDULE-001/spec.md— the Agent Wake-Up Scheduler spec that orion + anvil drafted 2026-04-06. The file had been sitting untracked on the primary ax-cli checkout for 3 days. Exact example of the paper-trail breakdown madtank flagged 2026-04-09.CIPHER_TEST.md— leftover filesystem-write-access smoke test from backend_sentinel, not meant to ship.Part of the post-cleanup hygiene pass. The new
worktree-audit.shscript inshared/staging/caught this as a lint error — untracked files on the primary checkout are a warning/fail signal in the audit.Test plan
git statuson ax-cli primary checkout is clean after this merges (verified pre-merge; after merge the audit will show ax-cli green)🤖 Generated with Claude Code