Skip to content

docs(api): zero own blank catalog rows — backfill 75 summaries, ratchet 108→34#450

Merged
drewstone merged 1 commit into
mainfrom
docs/catalog-zero-own-blanks
Jul 3, 2026
Merged

docs(api): zero own blank catalog rows — backfill 75 summaries, ratchet 108→34#450
drewstone merged 1 commit into
mainfrom
docs/catalog-zero-own-blanks

Conversation

@drewstone

Copy link
Copy Markdown
Contributor

Summary

  • Backfills TSDoc one-line summaries on all ~75 own-section callables that were rendering blank in docs/api/primitive-catalog.md across Root, /agent, /loops, /profiles, /platform, and /mcp sections.
  • Lowers the ratchet in scripts/gen-primitive-catalog.mjs from 108 → 34. The 34 remaining blanks are all agent-eval re-exports (source TSDoc lives in the substrate package, not this repo); 1 is AgentEvalError whose alias chain resolves into agent-eval.
  • Regenerates docs/api/ to reflect new summaries and updated line-number citations. pnpm run docs:check passes.
  • Removes a dated result stamp (frozen-holdout tie, 2026-06-09) from docs/architecture-interpretations.md §7; replaces with a qualitative pointer to .evolve/current.json + memory ledger.
  • Reconciles docs/architecture.md §7's stale "faked with the oracle" selector claim with the built verifierGroundedSelect in bench/src/selector.ts:71; cites the interpretations doc for current evidence; selector-is-never-the-judge law is unchanged.

Test plan

  • pnpm run lint — 0 errors
  • pnpm run typecheck — clean
  • pnpm run build — clean
  • pnpm run docs:check — passes (version pin, substrate peers, local citations, symbol coverage, prose symbols all green)
  • pnpm test — 1194 passed, 2 skipped
  • git merge-tree --write-tree origin/main HEAD — conflict-free

…et to 34

Backfill TSDoc one-line summaries on all ~75 own-section callables that
were rendering blank in the primitive catalog:

Root: createIterableBackend, createSandboxPromptBackend, DEFAULT_ROUTER_BASE_URL,
DELEGATED_LOOP_MODES, isDelegatedLoopMode, notifyRuntimeHookEvent,
notifyRuntimeDecisionPoint, sanitizeKnowledgeReadinessReport, sanitizeAgentRuntimeEvent,
sanitizeRuntimeStreamEvent, createRuntimeEventCollector, readinessServerSentEvent,
runtimeStreamServerSentEvent, sleep, CircuitOpenError, DeadlineExceededError,
InMemoryConversationJournal, InMemoryRuntimeSessionStore, toolBuildPrompt,
mcpBuildPrompt, mcpServeVerifier.

/agent: createSurfaceKnowledgeAdapter, renderSurfaceIssues, AgentManifestError.
/loops: createWaterfallCollector, defaultAuditorInstruction, defaultProfileRichnessThresholds.
/profiles: coderTaskToPrompt, createInProcessUiAuditClient, createUiAuditorValidator,
encodeAuditTaskEnvelope, formatAuditorPrompt, initAuditWorkspace, parseAuditorEvents,
readAuditRegistry, summarizeRegistry, LENS_BRIEFS, SHARED_AUDITOR_RULES.
/platform: PlatformAuthClient, PlatformAuthError, PlatformHubClient, PlatformHubError.
/mcp: captureWorktreeDiff, createDelegateFeedbackHandler, createDelegateUiAuditHandler,
createDelegationHistoryHandler, createDelegationStatusHandler, createDelegationTraceCollector,
createWorktree, parseDetachedSessionRef, removeWorktree, validateDelegateArgs,
validateDelegateFeedbackArgs, validateDelegateUiAuditArgs, validateDelegationHistoryArgs,
validateDelegationStatusArgs, DELEGATE_DESCRIPTION, DELEGATE_FEEDBACK_DESCRIPTION,
DELEGATE_FEEDBACK_INPUT_SCHEMA, DELEGATE_FEEDBACK_TOOL_NAME, DELEGATE_INPUT_SCHEMA,
DELEGATE_TOOL_NAME, DELEGATE_UI_AUDIT_DESCRIPTION, DELEGATE_UI_AUDIT_INPUT_SCHEMA,
DELEGATE_UI_AUDIT_TOOL_NAME, DELEGATION_HISTORY_DESCRIPTION, DELEGATION_HISTORY_INPUT_SCHEMA,
DELEGATION_HISTORY_TOOL_NAME, DELEGATION_STATUS_DESCRIPTION, DELEGATION_STATUS_INPUT_SCHEMA,
DELEGATION_STATUS_TOOL_NAME, DelegationTaskQueue, InMemoryDelegationStore, InMemoryFeedbackStore.

Ratchet lowered from 108 → 34 (remaining blanks are all agent-eval re-exports
where the source TSDoc lives in the substrate; 1 is AgentEvalError whose alias
chain resolves into agent-eval).

Regenerate docs/api/ to include new summaries and updated line-number citations.

docs(arch): replace dated result stamp with ledger pointer; reconcile selector claim
- architecture-interpretations.md §7: remove dated 'frozen-holdout tie, 2026-06-09'
  stamp; replace with qualitative pointer to .evolve/current.json + memory ledger.
- architecture.md §7: replace 'faked with the oracle' sentence with one grounded in
  the built verifierGroundedSelect (bench/src/selector.ts:71); cite interpretations
  doc for evidence status; selector-is-never-the-judge law unchanged.

@tangletools tangletools left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Auto-approved drewstone PR — fd7b9c9e

This PR was opened by the trusted drewstone account.
The full PR reviewer audit still runs separately and will publish findings if it detects issues.

tangletools · auto-approval · reason: drewstone_author · 2026-07-03T03:01:39Z

@drewstone drewstone merged commit 92515bd into main Jul 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants