chore: remove sandcastle AFK triage runner and related deps#138
Merged
Conversation
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 & why
The sandcastle-driven AFK Triage runner is no longer in use, so this removes it and everything that existed only to support it:
.sandcastle/(batch runner, lib, vendored Coder provider, triage prompt) andtest/unit/sandcastle/(10 unit test files).@ai-hero/sandcastleand the@effect/cluster/@effect/rpc/@effect/sqltrio, which existed solely as sandcastle's peer-dependency workaround (per the deleteddocs/agents/afk-triage.md). Lockfile regenerated withaube install(~530 lines removed)..sandcastle/**/*.tsinclude fromtsconfig.json, the.sandcastle/vendor/**ignore from.oxlintrc.json, and the Sandcastle block from.gitignore.docs/agents/afk-triage.md(operational guide for the removed runner); trimmed the "driven by sandcastle" wording from the AFK Triage glossary entry inCONTEXT.md.ink/reactare untouched — they're used bysrc/dashboard, not sandcastle. ADR 0004 andCHANGELOG.mdkeep their sandcastle mentions as historical records.Behavior changes
None to the CLI/automation surface. Only the repo-internal AFK triage tooling is removed.
Validation
npm run format:check✓npm run lint✓ (0 warnings/errors)npm run typecheck✓npm run test:unit✓ (117 files, 1268 tests)tscbuild via install prepare script ✓Generated with
mux• Model:anthropic:claude-fable-5• Thinking:high