docs: reposition README for agentic-as-primitive-layer story#90
Merged
Conversation
Headline change: 'In-loop primitives for agents that run more than once.' Adds 'Why this exists' and 'What Agentic is not' sections that mirror the framework-boundaries memo (#87/#88). Links to the full boundary design. Simplifies quick start by removing compat alias from the flow. The package description remains 'Executable toolbelt for agent self-improvement' in package.json (that's a fine npm tagline). The README now tells the project-level story. Refs: #87
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.
Repositions the README to tell the project-level story instead of listing commands.
What changed:
spores initcompat alias from the getting-started flow (the compat note at the top covers it)Why: Bridge notes "0 stars — README and landing page story are the gap, not capability." The current README is a CLI reference with a tagline. This rewrite tells the story of why someone should use Agentic and what it deliberately does not try to be, which is the positioning from the #87 boundary memo.
Refs #87