docs: update public positioning for Gas Town

- Rewrite vision.md with enterprise cognitive processing framing
- Expand README with comprehensive project overview
- Remove internal strategic references from merge-queue-design.md
- Position Gas Town as "IDE of 2026" for AI agent orchestration

Key messaging:
- Enterprise-grade cognitive processing machine
- Molecules as structured workflow guardrails
- Nondeterministic idempotence for crash recovery
- Beads as unified control/data plane
- Hierarchical auditability and observability

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Steve Yegge
2025-12-20 00:21:18 -08:00
parent 71d313ed60
commit f43c01de4e
4 changed files with 328 additions and 180 deletions

View File

@@ -348,25 +348,25 @@ bd list --type=merge-request --assignee=Nux
└─────────────────┴─────────┘
```
## Integration with HOP
## Audit and Observability
In the HOP framing, the merge queue is a **validation layer**:
The merge queue creates a complete audit trail for all integrated work:
| MQ Concept | HOP Concept |
|------------|-------------|
| Merge request | Work completion claim |
| Engineer | Validator node |
| Merge commit | Validation record |
| Tests passing | Quality proof |
| Rejection | Stake loss (reputation) |
| MQ Event | Record Created |
|----------|----------------|
| Merge request submitted | Work completion claim with author |
| Tests pass | Quality verification record |
| Refinery approves | Validation with reviewer attribution |
| Merge commit | Immutable integration record |
| Rejection | Feedback record with reason |
Every merge creates an immutable record:
- Who did the work (entity chain entry)
- Who validated it (Engineer attestation)
- Who did the work (author attribution)
- Who validated it (Refinery attestation)
- When it landed (timestamp)
- What changed (commit diff)
This is the foundation for skill embeddings - successful merges build your chain.
This enables full work attribution and quality tracking across the swarm.
## Configuration