Alive24/shea-symphony · openwiki
Bundle OKF 0.1 · 7 conceitos · Alive24/shea-symphony
Open source Repository Open in the app JSON README (API)
About
# Files
> Freshness notice: this generated snapshot predates the current App + global
> `setup-shea` public-entrypoint decision and the repository documentation
> cleanup. Use [`docs/README.md`](../docs/README.md) to resolve authoritative
> coding-agent context until OpenWiki is regenerated through `shea-docs`.
- [Build, run, and recovery guidance](operations.md) - Practical current-main and protected-2606 setup, execution, readiness, diagnostics, and recovery guidance for Shea Symphony.
- [Shea Symphony code wiki](quickstart.md) - Entry point to Shea Symphony's architecture, lifecycle, operator workflows, source map, operations, testing, and 2607 hardening status.
- [Repository source and documentation map](source-map.md) - Practical navigation map for Shea Symphony runtime code, operator app, workflow contracts, milestone design, tests, and known source/document drift.
- [Test strategy and verification map](testing.md) - Rust, Temporal, tracker, Tauri, Svelte, and operator workflow
Details
- Kind
- OKF bundles
- Topic
- Developer tools
- Publisher
- alive24
- Origin
- okf_github
- Category
- dados
- Version
- 0.1
- Stars
- 1
- Open pull requests
- 2
- Last push
- 2026-08-20T15:47:37Z
- Repository state
- ativo
- Language
- Rust
- Added
- 2026-09-08 22:13:12
- Updated
- 2026-09-08 22:13:12
- Origin id
Alive24/shea-symphony:openwiki/index.md
README
# Shea Symphony Shea Symphony: An opinionated and extended Rust implementation with GUI of OpenAI Symphony orchestration system to make it also work for powerusers or small engineer teams that want to build AI-native engineering workflows in a responsible and manageable way. It adds higher configurability, observability, recoverability, and also new workflow nodes including issue forge, team-aware claiming and processing with boundaries, guided human review and approval, reflective backlogging, docs, improve code base, HALO, etc. ## Operator cockpit The Shea Symphony App keeps lane queues, human decisions, local worktrees, and issue-level evidence visible in one foreground workspace.  Shea Symphony helps an operator: - shape rough intent into tracker-backed, executable issue contracts; - move implementation through separate Main, Agent Review, Human Review, and Merge boundaries; and - understand and recover interrupted work from durable evidence instead of reconstructing an agent session from scratch. <details> <summary>More App views</summary> The Lanes view brings the current human queue, active lane work, and local issue worktrees together.  The issue view connects tracker state with worktree provenance, handoff links, and lifecycle evidence.  </details> ## Public entrypoints - Use the global [`setup-shea`](.agents/skills/setup-shea/SKILL.md) Skill to onboard or reconcile a repository. It installs an immutable release-selected contract while leaving the resulting repository resources customizable. `setup-shea` itself is not vendored into the target repository. - Use the [Shea Symphony App](app/README.md) as the normal operator surface. The Legacy CLI is an internal compatibility adapter used by the App, Skills, and bounded recovery paths; it is not the normal user interface. ## Documentation - [OpenWiki](openwiki/index.md) is the public documentation and navigation surface. Its [freshness metadata](openwiki/.last-update.json) must be checked before treating a generated page as current. - [`docs/README.md`](docs/README.md) routes coding agents to the smallest authoritative repository context for a task. OpenWiki is derived. Source code, tests, workflow configuration, repository contracts, accepted decisions, and the live tracker remain authoritative for their respective facts. ## Runtime transition The protected 2606 MVP remains a behavior and recovery baseline while 2607 replaces its hand-rolled orchestration with Temporal. On current `main`, the default `shea-symphony` executable is the Temporal worker. The App temporarily uses the separately identified `shea-symphony-legacy` sidecar for compatibility operations; see [`docs/legacy-runtime-distribution.md`](docs/legacy-runtime-distribution.md). The active design and dated implementation snapshot live under [`docs/milestones/2607-hardening/`](docs/milestones/2607-hardening/). ## Development checks ```bash cargo fmt --check cargo clippy --all-targets --all-features -- -D warnings cargo test npm --prefix app test npm --prefix app run check ```