docs: align README, AGENTS.md and llms.txt with current SuperPlane positioning - #202
Open
arunimshukla wants to merge 4 commits into
Open
Conversation
Signed-off-by: Arunim Shukla <54760103+arunimshukla@users.noreply.github.com>
Signed-off-by: Arunim Shukla <54760103+arunimshukla@users.noreply.github.com>
Signed-off-by: Arunim Shukla <54760103+arunimshukla@users.noreply.github.com>
Signed-off-by: Arunim Shukla <54760103+arunimshukla@users.noreply.github.com>
arunimshukla
added a commit
to arunimshukla/superplane-docs
that referenced
this pull request
Sep 7, 2026
…ry-positioning Opened against this fork by mistake. Superseded by superplanehq#202, which targets the upstream repository from the same branch. Closing this one.
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.
Summary
The repository describes SuperPlane as a DevOps control plane. superplane.com describes SuperPlane as an AI software factory for one-shot engineering. This PR aligns the repository text with the site.
Site copy today:
Repository copy today:
README.md: "the open source DevOps control plane"AGENTS.md: "an open source DevOps control plane"scripts/generate-llms.mjs: "SuperPlane is an open source DevOps control plane for long-lived, event-driven workflows."Changes
README.mdandAGENTS.mdnow describe SuperPlane as an open source AI software factory, and state the split of responsibility between agents and workflows.scripts/generate-llms.mjsupdates the two hardcoded description strings that ship to/llms.txtand/llms-full.txt. Those two lines are the machine-readable summary that AI assistants read when someone asks what SuperPlane is, and today they answer "DevOps control plane".Validation
npm run buildcompletes and generates 94 pages, including the regenerated/llms.txtand/llms-full.txt.Left unchanged on purpose
src/content/docs/concepts/glossary.mdandsrc/content/docs/concepts/superplane-apps.mdxdescribe a SuperPlane app as "a control plane for long-lived, event-driven software engineering workflows". That reads as product terminology rather than positioning, so this PR does not touch it. Happy to align it in a follow-up if you want that.Two things a PR cannot change
superplanehq/superplaneREADME still opens with "an open source control plane for platform engineering". I can send the same alignment there if it is useful.