docs: document agentic documentation engineering workflow#7134
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (5)
🚧 Files skipped from review as they are similar to previous changes (5)
📝 WalkthroughWalkthroughThe PR migrates agent-specific documentation to build-time ChangesAgent variant documentation
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant SourceMDX
participant renderAgentVariantPage
participant AgentOnlyResolver
participant assertStaticallyResolvedVariantPage
SourceMDX->>renderAgentVariantPage: provide source variant page
renderAgentVariantPage->>AgentOnlyResolver: resolve AgentOnly blocks
AgentOnlyResolver-->>renderAgentVariantPage: filtered markdown
AgentOnlyResolver->>assertStaticallyResolvedVariantPage: provide rendered output
assertStaticallyResolvedVariantPage-->>renderAgentVariantPage: resolved page or error
Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage remains at 96%, unchanged from the TypeScript / code-coverage/cliThe overall coverage in the Show a code coverage summary of the most impacted files.
Updated |
|
🌿 Preview your docs: https://nvidia-preview-pr-7134.docs.buildwithfern.com/nemoclaw |
PR Review Advisor — InformationalAdvisor assessment: Informational / high confidence Model lanes
Nemotron output stays in workflow artifacts and does not change the assessment above. E2E guidanceAdvisory only. E2E / PR Gate selects and runs jobs independently. Recommended E2E: None 1 optional E2E recommendation
This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge. |
cv
left a comment
There was a problem hiding this comment.
Approved on the refreshed exact head after the deterministic gate passed: 56 current checks green, no conflicts, no unresolved major/critical review findings, DCO present, and all 7 commits verified. I also ran the three focused renderer/synchronization suites (37 tests) and the strict Fern docs build successfully. The renderer keeps runtime components out of agent variants while preserving paragraph/list boundaries and link rewriting.
Summary
Adds a professional guide to NemoClaw's repository-embedded, agentic documentation engineering workflow while keeping the new source page out of Fern navigation for now. The workflow statically resolves canonical
$$nemoclawand<AgentOnly>source into agent-specific variants without runtime documentation components.Changes
docs/resources/.AgentGuidecomponent and its imports from canonical documentation sources.Type of Change
Quality Gates
Verification
Signed-off-by:line and every commit appears asVerifiedin GitHubpre-commit,commit-msg, andpre-pushhooks passed, ornpm run check:diffpassed when hooks were skipped or unavailablenpm testfor broad runtime/test-harness changes;npm run checkfor repo-wide validation/coverage changes — command/result: not run; focused variant-generation tests cover this changenpm run docsbuilds without warnings (doc changes only) — completed with 0 errors and one pre-existing Fern warningSigned-off-by: Miyoung Choi miyoungc@nvidia.com
Summary by CodeRabbit
New Features
$$nemoclawCLI commands for examples.Bug Fixes
Tests