docs(adr): introduce agent-system as new schema family [T0-4] - #234
Merged
Conversation
ADR-0014 documents the decision to introduce agent-system (host-level process classification) as a new schema family, complementary to the Agent Plane (workflow execution). Canonical schemas AgentPassport (T0-1) + SeamDefinition (T0-2); vocab seed agent-system-vocabulary.jsonld (T0-3). Status: Accepted. Closes #233
There was a problem hiding this comment.
🟢 Ready to approve
The change is a docs-only ADR addition that matches the linked issue scope and follows the repository’s ADR structure and section conventions.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Adds ADR-0014 to document the decision to introduce agent-system as a new schema family in sourceos-spec, anchoring host-level agent classification separately from the workflow/session-oriented Agent Plane family and providing a stable cross-repo vocabulary reference (T0-4, closes #233).
Changes:
- Introduces a new accepted ADR covering Context / Decision / Alternatives / Consequences for the agent-system schema family.
- Records tranche references to T0-1 (AgentPassport), T0-2 (SeamDefinition), and T0-3 (agent-system vocabulary seed), plus related ADR references.
File summaries
| File | Description |
|---|---|
| docs/adr/0014-agent-system-domain.md | New ADR defining rationale, boundaries, and references for the agent-system schema family. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
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.
Implements T0-4 — completes Tranche 0. Adds
docs/adr/0014-agent-system-domain.md(Status: Accepted; Context/Decision/Alternatives/Consequences; references T0-1/2/3). Docs-only;make validate→ OK. Closes #233