docs(api): zero own blank catalog rows — backfill 75 summaries, ratchet 108→34#450
Merged
Conversation
…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
approved these changes
Jul 3, 2026
tangletools
left a comment
Contributor
There was a problem hiding this comment.
✅ 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
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
docs/api/primitive-catalog.mdacross Root,/agent,/loops,/profiles,/platform, and/mcpsections.scripts/gen-primitive-catalog.mjsfrom 108 → 34. The 34 remaining blanks are all agent-eval re-exports (source TSDoc lives in the substrate package, not this repo); 1 isAgentEvalErrorwhose alias chain resolves into agent-eval.docs/api/to reflect new summaries and updated line-number citations.pnpm run docs:checkpasses.(frozen-holdout tie, 2026-06-09)fromdocs/architecture-interpretations.md§7; replaces with a qualitative pointer to.evolve/current.json+ memory ledger.docs/architecture.md§7's stale "faked with the oracle" selector claim with the builtverifierGroundedSelectinbench/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 errorspnpm run typecheck— cleanpnpm run build— cleanpnpm run docs:check— passes (version pin, substrate peers, local citations, symbol coverage, prose symbols all green)pnpm test— 1194 passed, 2 skippedgit merge-tree --write-tree origin/main HEAD— conflict-free