docs: simplify the README around a verified starter - #26
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The README mixed the initial compile path with deployment, development, publication, and internal lifecycle contracts. Replace that sequence with one verified single-agent starter, then introduce teams through a small valid YAML example and link the deployment and reference guides.
Add a compact ASCII compiler flow, keep the existing artwork, and show only implemented runtime adapters. The entry path explicitly distinguishes compiled configuration from running agents. Only README.md changes.
Validation:
Existing issues observed, outside this README change: adding two agents leaves duplicate default manifest names and fails readiness validation; the checked-in Daimon runtime image pin does not attest the current compiler contract. The README leads with the verified OpenClaw starter and does not present either failing path as the quickstart.
The review follow-up states the compiler benefit in the tagline, explains the separate team Spawnfile and
init --team, assigns wake schedules to individual agents, and names subscription CLI engines. The added team scaffold command was run in a fresh directory and validated. Independent Fable 5.1 re-review passed.