Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions adrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ npm run rss:search "RECON decisions"

## Updating ADRs

### Authors

`authors` records **who wrote the decision** (human accountability), not repo ownership.
For this repository, use **`erik.gallmann`**. Do not use `ste-runtime`, `system`, or package
names — ownership is already expressed in `PROJECT.yaml` and `architecture_namespace`.

After `adr scaffold` or generator commands, set `authors` before committing.

1. Edit YAML file directly
2. Validate: `python -m adr_kit.validator adrs/logical/ADR-L-0001.yaml`
3. Regenerate manifest: `python -m adr_kit.generators.manifest_generator adrs/`
Expand Down
114 changes: 113 additions & 1 deletion adrs/entities/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@ entities:
depends_on: []
implements: []
realizes: []
- entity_id: CAP-0021
entity_type: capability
name: Experimental MVC-D to MVC-S candidate emission
introduced_by: ADR-L-0021
lifecycle_stage: proposed
source_path: adrs/logical/ADR-L-0021-experimental-mvc-d-to-mvc-s-contract-consumption.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements: []
realizes: []
- entity_id: COMP-0001
entity_type: component
name: MCP Server and Tool Registry
Expand Down Expand Up @@ -374,7 +386,7 @@ entities:
realizes: []
- entity_id: DEC-0010
entity_type: decision
name: ste init is the canonical one-command install experience
name: ste setup is the canonical one-command install experience
introduced_by: ADR-L-0010
lifecycle_stage: proposed
source_path: adrs/logical/ADR-L-0010-bootstrap-and-init-capability.yaml
Expand Down Expand Up @@ -538,6 +550,34 @@ entities:
- INV-0027
- INV-0028
- INV-0029
- entity_id: DEC-0023
entity_type: decision
name: Add an experimental contract-consumption builder for MVC-D to MVC-S fixtures
introduced_by: ADR-L-0021
lifecycle_stage: proposed
source_path: adrs/logical/ADR-L-0021-experimental-mvc-d-to-mvc-s-contract-consumption.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements:
- CAP-0021
realizes:
- INV-0030
- INV-0031
- INV-0032
- entity_id: DEC-0024
entity_type: decision
name: ste-runtime orchestrates workspace federation via adr-kit CLI after workspace RECON
introduced_by: ADR-L-0022
lifecycle_stage: active
source_path: adrs/logical/ADR-L-0022-workspace-attribution-federation-consumption.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements: []
realizes: []
- entity_id: INV-0001
entity_type: invariant
name: INV-0001
Expand Down Expand Up @@ -826,6 +866,18 @@ entities:
depends_on: []
implements: []
realizes: []
- entity_id: INV-0025
entity_type: invariant
name: INV-0025
introduced_by: ADR-L-0016
lifecycle_stage: proposed
source_path: adrs/logical/ADR-L-0016-workspace-graph-slice-schema-contract.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements: []
realizes: []
- entity_id: INV-0027
entity_type: invariant
name: INV-0027
Expand Down Expand Up @@ -862,3 +914,63 @@ entities:
depends_on: []
implements: []
realizes: []
- entity_id: INV-0030
entity_type: invariant
name: INV-0030
introduced_by: ADR-L-0021
lifecycle_stage: proposed
source_path: adrs/logical/ADR-L-0021-experimental-mvc-d-to-mvc-s-contract-consumption.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements: []
realizes: []
- entity_id: INV-0031
entity_type: invariant
name: INV-0031
introduced_by: ADR-L-0021
lifecycle_stage: proposed
source_path: adrs/logical/ADR-L-0021-experimental-mvc-d-to-mvc-s-contract-consumption.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements: []
realizes: []
- entity_id: INV-0032
entity_type: invariant
name: INV-0032
introduced_by: ADR-L-0021
lifecycle_stage: proposed
source_path: adrs/logical/ADR-L-0021-experimental-mvc-d-to-mvc-s-contract-consumption.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements: []
realizes: []
- entity_id: INV-0033
entity_type: invariant
name: INV-0033
introduced_by: ADR-L-0022
lifecycle_stage: active
source_path: adrs/logical/ADR-L-0022-workspace-attribution-federation-consumption.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements: []
realizes: []
- entity_id: INV-0034
entity_type: invariant
name: INV-0034
introduced_by: ADR-L-0022
lifecycle_stage: active
source_path: adrs/logical/ADR-L-0022-workspace-attribution-federation-consumption.yaml
source_artifact_type: logical_adr
related_adrs: []
relationships:
depends_on: []
implements: []
realizes: []
5 changes: 3 additions & 2 deletions adrs/index/architecture-index.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: '1.1'
type: architecture_index
architecture_namespace: ste-runtime
generated_at: '2026-05-27T05:44:06Z'
generated_at: '2026-06-02T04:30:56Z'
generator: adr-architecture-index
entity_registry_path: adrs/index/entity-registry.yaml
relationship_registry_path: adrs/index/relationship-registry.yaml
Expand All @@ -11,12 +11,13 @@ capability_registry_path: adrs/index/capability-registry.yaml
invariant_registry_path: adrs/index/invariant-registry.yaml
component_registry_path: adrs/index/component-registry.yaml
system_registry_path: adrs/index/system-registry.yaml
rule_registry_path: adrs/index/rule-registry.yaml
validation_summary:
hard_failures: 0
warnings: 0
unresolved_entries: 0
source_coverage:
logical_adrs: 19
logical_adrs: 21
physical_adrs: 5
physical_system_adrs: 2
physical_component_adrs: 11
Expand Down
Loading
Loading