Scope work accross repos

This commit is contained in:
2026-05-01 12:23:04 +02:00
parent 1505511af9
commit 054979f5ab
4 changed files with 26 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ SCOPE_SECTIONS = [
"Current State",
"How It Fits",
"Terminology",
"Related / Overlapping Repositories",
"Related / Overlapping",
"Getting Oriented",
"Provided Capabilities",
"Notes",
@@ -47,7 +47,7 @@ class ScopeGenerator:
"Current State": self._current_state(repository.status, facts),
"How It Fits": self._how_it_fits(ability_map),
"Terminology": self._terminology(ability_map, facts),
"Related / Overlapping Repositories": self._curator_stub(),
"Related / Overlapping": self._curator_stub(),
"Getting Oriented": self._getting_oriented(ability_map, facts),
"Provided Capabilities": self._provided_capabilities(ability_map),
"Notes": self._curator_stub(),