fix(spec): fold agent knowledge.topics into sources; mark unenforced AI config experimental (#1891, #1893)#3439
Merged
Conversation
…AI config experimental (#1891, #1893) Liveness-audit closeouts (umbrella #1878): - AIKnowledgeSchema folds the deprecated `topics` alias into canonical `sources` at parse time (canonical wins; alias dropped from output, mirroring the visibleWhen normalization). Authoring `topics` was a silent no-op — the renderer reads `sources`. JSDoc example updated; fold covered by new tests. - Author-facing `[EXPERIMENTAL — not enforced]` markers on parsed-but- unconsumed AI config, matching the liveness ledger (ADR-0078): agent memory/guardrails/structuredOutput/lifecycle, tool outputSchema. - Reference docs (agent.mdx / tool.mdx) regenerated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CMaDBhnZEUu1fcw8Rvo6Yq
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 1 package(s): 104 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
os-zhuang
marked this pull request as ready for review
July 24, 2026 15:06
This was referenced Jul 24, 2026
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
Mechanical closeout of the remaining framework-side items of the liveness-audit
P2 issues #1891 (naming drift) and #1893 (aspirational config), umbrella #1878.
Changes
#1891 — agent
knowledge.topics→sourcesAIKnowledgeSchemanow folds the deprecatedtopicsalias into thecanonical
sourcesat parse time (canonical wins; alias dropped from theoutput — mirrors the
visibleWhennormalization, ADR-0089 D2). Authoringtopicswas a silent no-op: the renderer only readssources.sources; new tests lock in the fold + precedence.Agent's inferred output type no longer carriesknowledge.topics;defineAgentinput still accepts it (back-compat).#1893 — author-facing experimental markers (ADR-0078)
[EXPERIMENTAL — not enforced]added to the.describe()of parsed-but-unconsumed config, matching the liveness ledger's existing classification:
agent
memory/guardrails/structuredOutput/lifecycle, and tooloutputSchema(keys folded into the LLM-facing description only — no outputvalidation).
Generated artifacts
ai/agent.mdx,ai/tool.mdx).@objectstack/specpatch.Testing
check:livenessgreen;check:spec-changesgreen;tsc --noEmitgreen;gen:api-surfacereproduces the checked-in snapshot.Pairs with the objectui PR reading spec-canonical dashboard
label+ fieldminLength/maxLength. Part of umbrella #1878.🤖 Generated with Claude Code
Generated by Claude Code