docs(sentinel): fix status enum, mode semantics, link, endpoint count (audit 4/4) - #110
Merged
Conversation
June 2026 docs audit, part 4/4 (#96). Reconciles the SENTINEL docs with the sipher implementation. - status enum: rest-api `approved` -> real lifecycle pending -> executing -> executed | cancelled (matches db.ts + audit-log) - mode semantics: config.mdx "block only in yolo" was wrong; block rejects in ALL modes; yolo auto-executes non-blocked, advisory never moves funds, off skips (matches core.ts/prompts.ts + overview mermaid) - broken link: config.mdx ./README.md#operating-modes -> /sipher/sentinel/overview/#operating-modes - endpoint count: 10 -> 11; documented the missing GET /api/sentinel/config route - blacklist autonomy default: tools.mdx false -> true (SENTINEL_BLACKLIST_AUTONOMY !== 'false') - bumped "Last synced" 2026-05-04 -> 2026-06-06; tidied filename link text Tool count 14 (7 read + 7 action) verified correct. astro build green. Closes #96.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Part 4 of 4 (final) of the June 2026 docs audit — sipher SENTINEL doc consistency, reconciled against the sipher implementation (
packages/agent/src/sentinel). Closes #96.What's fixed (5 files)
approved(doesn't exist). Real lifecycle ispending → executing → executed | cancelled(db.ts); now matches audit-log.mdx.blockonly in yolo" (wrong). Per core.ts/prompts.ts:blockrejects in all modes;yoloauto-executes non-blocked actions;advisorynever moves funds (pause/alert + human review);offskips. config now matches the overview decision-flow + code../README.md#operating-modes(404) →/sipher/sentinel/overview/#operating-modes.GET /api/sentinel/configadmin route (returns the config snapshot); bumped the count in overview + rest-api.false, butSENTINEL_BLACKLIST_AUTONOMY !== 'false'makes the defaulttrue(config.ts) — now consistent with config.mdx.Tool count 14 (7 read + 7 action) verified correct against
src/sentinel/tools/— left as-is.⚑ Upstream follow-up (separate sipher PR)
These docs-sip pages mirror
sipher/docs/sentinel/*.md. The upstream has the sameapprovedstatus error, the same missing GET /config, and the same blacklist-autonomyfalseerror — a future doc-sync would reintroduce them here. Recommend a matching sipher PR.Verification
astro buildgreen — 1277 pages.Series complete
PR1 (#107) code + #1073 · PR2 (#108) staleness · PR3 (#109) security-crypto · PR4 (this) sentinel → Closes #96.
Closes #96