disinto/exec
johba 3c97ddb255 vision: factory primitives — resources, addressables, observables (#708)
## What

Rewrites the factory lifecycle model in VISION.md around three primitives:

- **Resources** — what the factory can use
- **Addressables** — artifacts reachable by users (the outbound path)
- **Observables** — addressables with signal flowing back (the return path)

## The lifecycle

```
Resources → build → Addressable → promote → Observable → experiment → learn → build
```

## Key ideas

- **Three folds** (Build, Ship, Learn) as concurrent capabilities, not sequential phases
- **Vault-gated fold transitions** — dormant infrastructure activates on human approval
- **"It's not shipped until it's measured"** — observable-by-default principle
- **Assumptions register** over variation surfaces — track beliefs, challenge them with data
- **Signal detection** — follow the energy, not the hypothesis
- **Maximum contact with reality** — vary the audience, instrument everything, notice surprises

## Milestone updates

- Added Ship (Fold 2) and Learn (Fold 3) milestones
- Updated Adoption milestone to reflect containerization
- Added knowledge graph to Foundation
- Added observable-by-default to design principles

Co-designed in conversation, 2026-03-25.

Co-authored-by: openhands <openhands@all-hands.dev>
Reviewed-on: https://codeberg.org/johba/disinto/pulls/708
Reviewed-by: Disinto_bot <disinto_bot@noreply.codeberg.org>
2026-03-26 07:37:55 +01:00
..
journal feat: add exec agent — interactive executive assistant 2026-03-25 15:28:29 +00:00
AGENTS.md chore: gardener housekeeping 2026-03-26 2026-03-26 00:05:34 +00:00
CHARACTER.md vision: factory primitives — resources, addressables, observables (#708) 2026-03-26 07:37:55 +01:00
COMPASS.md.example refactor: compress compass to 12 lines 2026-03-25 15:51:49 +00:00
exec-briefing.sh refactor: cherry-pick improvements from dev-agent's PR #700 2026-03-25 16:15:10 +00:00
exec-inject.sh refactor: cherry-pick improvements from dev-agent's PR #700 2026-03-25 16:15:10 +00:00
exec-session.sh fix: rewrite journal loading to avoid duplicate detection (CI) 2026-03-25 16:22:15 +00:00
MEMORY.md feat: add exec agent — interactive executive assistant 2026-03-25 15:28:29 +00:00
PROMPT.md refactor: cherry-pick improvements from dev-agent's PR #700 2026-03-25 16:15:10 +00:00