Uh oh!
There was an error while loading. Please reload this page.
docs(adr): two agents bound by surface (revise ADR-0063) + ADR-0064 tool scoping - #2167
Merged
Merged
Conversation
…64 tool scoping Reverses ADR-0040's unified single-assistant core (merged first cut of ADR-0063 in #2164 kept it). ask and build are two products for different needs — like Claude Chat vs Claude Code — bound by the surface the user is in, not a per-turn intent classifier or a roster. Keeps ADR-0040's "user never picks", re-grounded as surface binding. - ADR-0063 (revised): two agents (ask ≈ Chat, free/OSS; build ≈ Code, paid/cloud); skills (+tools/MCP) are the only third-party extension primitive; *.agent.ts closed to third parties; skill→agent surface affinity; ask/build canonical naming; supersedes ADR-0040 core + §3. - ADR-0064 (new): tool scoping — an agent's tools = the union of its skills' tools; remove the global fall-through; resolves ADR-0040 §4. - Assessment: four-repo touchpoint inventory + findings that drove D2. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
13 tasks
xuyushun441-sys
commented
Jun 22, 2026
ContributorAuthor
Implementation tracked in #2168. |
Uh oh!
There was an error while loading. Please reload this page.
os-zhuang added a commit
that referenced
this pull request
Jul 2, 2026
fix(studio): label the Form sub-modes' data source — draft vs published (#2167) objectui@00e77359c012585c7e430cafd385fa07f6dae399
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 freeto 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.
No description provided.