docs: humility pass - frame as exploration, not declaration
- Remove "IDE of 2026" and "Integrated Delegation Engine" claims - Rename "Core Innovations" to "Ideas We're Exploring" - Remove "Universal" from data plane and propulsion docs - Add experimental status badges - Frame concepts as discovery, invite others to explore Closes gt-qvn7.5.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
# Beads: The Universal Data Plane
|
||||
# Beads as Data Plane
|
||||
|
||||
> **Status**: Canonical Architecture Documentation
|
||||
> **Status**: Design documentation
|
||||
> **See also**: [pinned-beads-design.md](pinned-beads-design.md), [propulsion-principle.md](propulsion-principle.md)
|
||||
|
||||
## Overview
|
||||
|
||||
Gas Town agents coordinate through a single, unified data store: **Beads**. Every
|
||||
piece of agent state - work assignments, mail messages, molecules, hooks - lives
|
||||
in beads as issues with consistent field semantics.
|
||||
Gas Town agents coordinate through **Beads** - a git-backed issue tracker.
|
||||
We store agent state (work assignments, mail, molecules, hooks) as beads issues.
|
||||
|
||||
This document explains the universal data model that powers agent coordination.
|
||||
## How We Use It
|
||||
|
||||
## The Core Insight
|
||||
|
||||
Beads is not just an issue tracker. It's a **universal data plane** where:
|
||||
We're treating beads as more than an issue tracker:
|
||||
|
||||
- **Work molecules** are issues with steps as child issues
|
||||
- **Mail messages** are issues with sender/recipient encoded in fields
|
||||
|
||||
Reference in New Issue
Block a user