Doc updates, new artciles, LLMs.txt for agent discovery#89
Merged
Conversation
Companion to "Coding Agents Need Runtime Budget Authority" covering the business-layer governance problem: whether work is worth funding, where scope should stop, and what deserves budget next. Both articles now cross-reference each other. https://claude.ai/code/session_015H9edMpZTSvNUpHxZsjVmg
Add trailing ` ` for deliberate <br> line breaks matching site convention used in existing concept articles. https://claude.ai/code/session_015H9edMpZTSvNUpHxZsjVmg
Add llms.txt (hand-crafted navigation index) served at /llms.txt so coding agents can discover Cycles when developers ask for budget enforcement. Add build-time script to auto-generate llms-full.txt (complete docs in single file) for deep context ingestion. Update robots.txt with LLMs-Txt reference. https://claude.ai/code/session_015H9edMpZTSvNUpHxZsjVmg
Added SpEL expression reference, API key management, custom field resolvers, and OpenClaw integration. All 73 doc pages now covered. https://claude.ai/code/session_015H9edMpZTSvNUpHxZsjVmg
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.
Here's the summary:
1.
d3e5508— Add concept article: Why Coding Agents Do Not Replace CyclesNew companion article to "Coding Agents Need Runtime Budget Authority." Covers the business-layer governance problem — why teams still need Cycles to decide what work is worth funding, even when coding agents make execution cheap. Both articles now cross-reference each other (intro + next steps). Registered in sidebar adjacent to the runtime article.
2.
880ebf0— Fix missing trailing-space line breaksAdded 11 trailing
markers to the new article for deliberate<br>line breaks (e.g., the "Add the extra edge case. / Support one more path. / ..." sequences). Without these, VitePress would merge them into single paragraphs. Matches the convention used across all existing concept articles.3.
3ba33e5— Add llms.txt and llms-full.txt for LLM discoverabilityThe "SEO for coding agents" commit. Created
public/llms.txt(hand-crafted navigation index following the llmstxt.org spec) so coding agents can discover Cycles when developers ask for budget enforcement. Addedscripts/generate-llms-full.shto auto-generatellms-full.txt(complete docs in a single 717KB file) at build time. Updatedrobots.txtwithLLMs-Txt:directive. Updatedpackage.jsonbuild pipeline.4.
8ef2b3d— Add 4 missing doc pages to llms.txtCaught during review — 4 pages were missing from the index: SpEL expression reference, API key management, custom field resolvers, and OpenClaw integration. All 73 doc pages now covered with zero gaps.