feat: add cornerstone-docs-writer agent definition#1609
Merged
Conversation
Introduces a new .claude/agents/cornerstone-docs-writer.md agent definition that serves as the dedicated documentation writer for the Cornerstone project. Key differences from the existing docs-writer agent: - Updated name to cornerstone-docs-writer for project-namespaced identity - Corrected docs site URL to https://cornerstone.steiler.dev/ - Config files documented as .js (not .ts) per current implementation - Embedded known page inventory from agent memory (EPIC-13 state) - Added known build caveat for worktree environments - Incorporated sidebar_position guidance and double-dash convention - Added explicit memory-read step at workflow start - Clarified broken image ref policy (use admonitions, not broken refs) - Added docs branch naming convention (docs/<issue>-<desc>) Co-Authored-By: Claude backend-developer (Haiku 4.5) <noreply@anthropic.com>
Contributor
|
🎉 This PR is included in version 2.7.0-beta.30 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
steilerDev
added a commit
that referenced
this pull request
May 29, 2026
Introduces a new .claude/agents/cornerstone-docs-writer.md agent definition that serves as the dedicated documentation writer for the Cornerstone project. Key differences from the existing docs-writer agent: - Updated name to cornerstone-docs-writer for project-namespaced identity - Corrected docs site URL to https://cornerstone.steiler.dev/ - Config files documented as .js (not .ts) per current implementation - Embedded known page inventory from agent memory (EPIC-13 state) - Added known build caveat for worktree environments - Incorporated sidebar_position guidance and double-dash convention - Added explicit memory-read step at workflow start - Clarified broken image ref policy (use admonitions, not broken refs) - Added docs branch naming convention (docs/<issue>-<desc>) Co-authored-by: Claude backend-developer <noreply@anthropic.com>
9 tasks
Contributor
|
🎉 This PR is included in version 2.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Adds a new
.claude/agents/cornerstone-docs-writer.mdagent definition — a refined and up-to-date version of the existingdocs-writeragent, namespaced ascornerstone-docs-writer.What Changed
.claude/agents/cornerstone-docs-writer.mdwithname: cornerstone-docs-writerKey Improvements Over docs-writer
https://steilerDev.github.io/cornerstone/https://cornerstone.steiler.dev/✅.ts.js✅:::info Screenshot neededadmonitions, not broken refs ✅docs/<issue>-<desc>convention ✅sidebars.tssidebars.js(correct) ✅Notes
docs-writeragent definition is preserved as-is for backward compatibilitycornerstone-docs-writeragent shares the same agent memory directory (.claude/agent-memory/docs-writer/) so existing memory is inheritedcornerstone-docs-writer (Opus 4.5)