-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo.maturity.yaml
More file actions
43 lines (43 loc) · 1.39 KB
/
repo.maturity.yaml
File metadata and controls
43 lines (43 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
schemaVersion: repo-maturity.v1
repository: SourceOS-Linux/sourceos-devtools
plane: sourceos-devtools
status: active
canonicality: canonical
owners:
- SourceOS-Linux
maturity:
level: M1
targetLevel: M3
evidence:
- README.md defines repo scope.
- docs/DEVTOOLS_SCOPE.md defines owned and non-owned surfaces.
- AGENTS.md and .github/copilot-instructions.md define agent operating behavior.
validation:
commands:
- make validate
ciRequired: true
lastKnownStatus: unknown
integrations:
- repository: SociOS-Linux/nlboot
relationship: consume NLBoot evidence and operator surfaces
required: true
- repository: SourceOS-Linux/sourceos-spec
relationship: consume canonical schemas
required: true
- repository: SourceOS-Linux/sourceos-boot
relationship: consume SourceOS boot/recovery integration semantics
required: true
- repository: SocioProphet/homebrew-prophet
relationship: publish install formula and release path
required: true
- repository: SocioProphet/model-router
relationship: consume model routing client contracts
required: false
- repository: SocioProphet/agent-registry
relationship: consume agent identity and tool-grant contracts
required: false
nextActions:
- Scaffold minimal read-only sourceosctl CLI.
- Add fixture-backed validation.
- Add CI validation.
- Add install path through Homebrew and Nix/devshell.