chore: standardize metadata + brand-consistency rules across repo#12
Merged
Conversation
Trailing-slash fixes on apex page links (apex Astro is `trailingSlash:"always"`): - README.md: 4 instances of `https://rendobar.com/docs` → `/docs/` (header link, "Full usage" link, two Support section links) - README.md: `https://rendobar.com/docs/cli` → `https://rendobar.com/docs/cli/` - .github/ISSUE_TEMPLATE/config.yml: docs URL gains trailing slash Install/uninstall script URLs are unchanged — `rendobar.com/install.sh` etc. are files, not pages; they correctly stay slash-less. CLAUDE.md / AGENTS.md updates: - New "Cross-repo brand consistency" section pointing to apex `.claude/rules/brand-consistency.md` as the canonical source of truth - Embedded critical rules locally so an agent in this repo doesn't need to context-switch: canonical brand strings, package.json description format (em-dash, sentence case), README/issue-template trailing-slash rule, no AI attribution in commits/PRs - Anti-patterns list These rules mirror the apex monorepo's brand-consistency rule and the docs repo's CLAUDE.md, so future agents working in any rendobar repo land on the same conventions. No code changes. No release-please bump (chore commit).
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
Aligns this repo with the cross-rendobar brand-consistency standard rolled out in the apex monorepo (rendobar/rendobar PR #85) and the docs site (rendobar/docs PR #4). No source code changes — only README, issue template, and agent docs.
What changed
Trailing-slash fixes on apex page links
Apex Astro is configured with
trailingSlash: "always". Every link from this repo to anhttps://rendobar.com/<path>page should end with/to match the canonical URLs the apex emits:rendobar.com/docsrendobar.com/docs/rendobar.com/docs/clirendobar.com/docs/cli/rendobar.com/docsrendobar.com/docs/rendobar.com/docsrendobar.com/docs/Install/uninstall script URLs (
rendobar.com/install.sh,install.ps1,uninstall.sh,uninstall.ps1) are FILES, not pages — they correctly stay slash-less.CLAUDE.md+AGENTS.md— new "Cross-repo brand consistency" sectionBoth files now reference the apex
.claude/rules/brand-consistency.mdas the canonical source of truth, and embed the critical rules locally so an agent (Claude Code, Cursor, etc.) working in this repo doesn't need to context-switch. Embedded:Rendobar.com,the Rendobar platform, etc.)package.json descriptionrules — em-dash, sentence caseCo-Authored-By: Claude, "Generated with [Claude Code]")CLAUDE.mdandAGENTS.mdwere already kept in sync — both updated identically.Why this PR exists
Without a written rule, the
rendobar.com/docs(no trailing slash) drift will keep recurring every time someone updates a link. The new section inCLAUDE.md/AGENTS.mdmakes the convention explicit so any future agent edit conforms automatically.Verification
package.json descriptionalready em-dash + sentence case (no change needed)homepagefield unchanged (https://rendobar.com— apex root, slash-less)Related PRs
.claude/rules/brand-consistency.mdCLAUDE.md