Remove tg-init-trustgraph, superceded by bootstrap processor

This commit is contained in:
Cyber MacGeddon 2026-04-22 18:01:28 +01:00
parent 207235fbcd
commit c21b1c202c
4 changed files with 3 additions and 275 deletions

View file

@ -286,8 +286,9 @@ the general rule and its enforcement.
## Operational Notes
- Running the bootstrapper as a processor-group entry replaces the
`tg-init-trustgraph` container. The script remains CLI-invocable
for standalone testing (`Processor.launch(...)` pattern).
previous `tg-init-trustgraph` container. The bootstrapper is also
CLI-invocable directly for standalone testing via
`Processor.launch(...)`.
- First-boot convergence is typically a handful of short cycles
followed by a transition to the steady cadence. Deployments
should expect the first few minutes of logs to show

View file

@ -848,7 +848,6 @@ service, not in the config service. Reasons:
- **API key scoping.** API keys could be scoped to specific collections
within a workspace rather than granting workspace-wide access. To be
designed when the need arises.
- **tg-init-trustgraph** only initialises a single workspace.
## References