fix: Track addressables and observables in root AGENTS.md — gardener maintains lifecycle (#744)

Add mandatory Addressables and Observables sections to AGENTS.md so all
agents have a concrete inventory of what the factory has produced.

- AGENTS.md: add Addressables table (website, repo, skill, GitHub org)
  and empty Observables section
- run-gardener.toml: add portfolio lifecycle duties (add, promote,
  remove, flag) to the grooming step
- run-planner.toml: reference portfolio as planning input
- run-predictor.toml: reference portfolio for weakness detection
This commit is contained in:
openhands 2026-03-26 15:56:10 +00:00
parent a24f1705dc
commit b157cc432b
4 changed files with 45 additions and 0 deletions

View file

@ -119,6 +119,28 @@ prevents merge conflicts between concurrent changes.
---
## Addressables
Concrete artifacts the factory has produced or is building. The gardener
maintains this table during grooming — see `formulas/run-gardener.toml`.
| Artifact | Location | Observable? |
|----------|----------|-------------|
| Website | disinto.ai | No |
| Repo | codeberg.org/johba/disinto | Partial |
| Skill | ClawHub (in progress) | No |
| GitHub org | github.com/Disinto | No |
## Observables
Addressables with measurement wired — the factory can read structured
feedback from these. The gardener promotes addressables here once an
evidence process is connected.
None yet.
---
## Architecture Decisions
Humans write these. Agents read and enforce them.