feat: register sourceos-devtools in canonical topology#71
Merged
Conversation
- Add roleDeveloperToolchain to semantic/repo-ontology.jsonld and context.jsonld - Add examples/repo-descriptor.sourceos-devtools.jsonld - Update semantic/repo.jsonld and examples/repo-descriptor.sourceos-spec.jsonld to connect to devtools - Add docs/adr/ADR-2026-04-devtools-boundary.md establishing the devtools boundary - Update docs/REPO_DESCRIPTOR_GUIDE.md with new role and near-term follow-up entry Closes #70 Agent-Logs-Url: https://github.com/SourceOS-Linux/sourceos-spec/sessions/03c8a0b2-521b-4d59-a431-5d7818e058cd Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create and bootstrap sourceos-devtools repo
feat: register sourceos-devtools in canonical topology
Apr 30, 2026
mdheller
approved these changes
Apr 30, 2026
Contributor
|
Agent triage: scope is bounded to topology, semantic descriptors, and ADR/docs, but this PR is stale against current Please refresh or rebase against current |
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.
Tracks the
SourceOS-Linux/sourceos-devtoolsrepo creation at the spec layer by registering it in the canonical topology and establishing its boundary via ADR. No devtools implementation enterssourceos-spec.Changes
roleDeveloperToolchainadded tosemantic/repo-ontology.jsonldand mapped insemantic/context.jsonld(srcos:role/DeveloperToolchain)examples/repo-descriptor.sourceos-devtools.jsonldregisters the repo with topology role,connectsTo, andnotThisRepoguardssemantic/repo.jsonldandexamples/repo-descriptor.sourceos-spec.jsonldboth gainurn:sourceos:repo:SourceOS-Linux:sourceos-devtoolsinconnectsTodocs/adr/ADR-2026-04-devtools-boundary.mdestablishes the devtools/spec split: devtools owns Nix flakes, NLBoot operator tooling, lab-profile selection, release tooling, local AI governance CLIs, and workstation bootstrap; spec stays normative-onlydocs/REPO_DESCRIPTOR_GUIDE.mdlistsroleDeveloperToolchainin the canonical role set and addssourceos-devtoolsto the near-termsemantic/repo.jsonldfollow-up listKnown gaps
Actual repo creation (
gh repo create SourceOS-Linux/sourceos-devtools …) and seeding its scaffold files (README.md,AGENTS.md,docs/DEVTOOLS_SCOPE.md,repo.maturity.yaml, Makefile) require org-admin access and must happen in the target repo, not here.