Uh oh!
There was an error while loading. Please reload this page.
docs: require maintaining addedAt/updatedAt in docs config when touching docs - #711
Conversation
…ing docs Document in CLAUDE.md and AGENTS.md that touching a docs page must update its docs/config.json entry: addedAt for new pages, updatedAt for content changes. Pure bug fixes (typos, broken links, code-fence languages, formatting) must not bump either date.
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdded guidance to ChangesDocumentation timestamp guidance
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 Changeset Version PreviewNo changeset entries found. Merging this PR will not cause a version bump for any packages. |
View your CI Pipeline Execution ↗ for commit ebf3c83
☁️ Nx Cloud last updated this comment at |
@tanstack/ai@tanstack/ai-anthropic@tanstack/ai-client@tanstack/ai-code-mode@tanstack/ai-code-mode-skills@tanstack/ai-devtools-core@tanstack/ai-elevenlabs@tanstack/ai-event-client@tanstack/ai-fal@tanstack/ai-gemini@tanstack/ai-grok@tanstack/ai-groq@tanstack/ai-isolate-cloudflare@tanstack/ai-isolate-node@tanstack/ai-isolate-quickjs@tanstack/ai-mcp@tanstack/ai-ollama@tanstack/ai-openai@tanstack/ai-openrouter@tanstack/ai-preact@tanstack/ai-react@tanstack/ai-react-ui@tanstack/ai-solid@tanstack/ai-solid-ui@tanstack/ai-svelte@tanstack/ai-utils@tanstack/ai-vue@tanstack/ai-vue-ui@tanstack/openai-base@tanstack/preact-ai-devtools@tanstack/react-ai-devtools@tanstack/solid-ai-devtoolscommit: |
What
Adds a convention to
CLAUDE.mdandAGENTS.md: when an agent touches a docs page, it must maintain that page's entry indocs/config.json.addedAt(ISOYYYY-MM-DD) set to today.updatedAtto today.addedAtorupdatedAt.This codifies the
addedAtfield introduced in #708 and establishes a companionupdatedAtfor content edits, while keeping pure fixes from churning the dates.Notes
docs/content touched.updatedAtis not back-filled here — entries gain it the first time their page receives a content change under the new rule.No changeset (repo guidance only).
Summary by CodeRabbit