docs: align Code UX terminology and fix navigation links - #762
Conversation
This commit systematically replaces legacy terminology across the documentation and the dashboard web index. - Changed "Hosted Jules provider" to "Hosted Code UX provider" in the glossary and `docs-web/index.md`. - Removed legacy artifacts (`.jules-subagents`) from path references and explicitly marked them as legacy. - Provided clear glossary definitions for core concepts: Quicksprint, Scheduler, Memory, Knowledge, and Preview container. - Updated the CLI flag link in `docs/getting-started/quickstart.md` to point correctly to the CLI Commands Reference. - Aligned `docs/SUMMARY.md` navigation links with the actual documentation directory structure. Co-authored-by: numnx <1517214+numnx@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
00aa2a7
into
feature/CODUX-44-qs-documentation-developer-surface-audit-2
I have addressed the issue where terminology and links were stale or broken across the canonical docs and web mirror.
The following changes were made:
docs/reference/glossary.md): Replaced deprecated definitions and legacy terminology, ensuring terms reflect Code UX instead of Jules where appropriate. Added robust and explicit definitions forQuicksprint,Scheduler,Memory,Knowledge, andPreview container. Explicitly markedmanage_code_uxas deprecated, while preserving its legacy note. Replaced mentions ofHosted Jules providerwithHosted Code UX provider.docs/getting-started/quickstart.mdpointing to CLI options. Synchronizeddocs/SUMMARY.mdwithdocs/index.mdby appending missing entries likeDashboard Accessibility Quality AuditandTesting and Qualitywhile removing obsolete sections.docs-web/index.md): Changed "hosted providers (like Jules)" to "hosted providers (like Code UX)" to mirror public terminology accurately.docs/yourdocs.md): Replaced active documentation references to.jules-subagentswith the current.code-uxartifact directory, retaining legacy terms only for explicitly labeled backward-compatibility statements.All QA pre-commit scripts, unit tests, and the build sequence run perfectly, aside from an expected Docker workspace permission test error in the sandbox (
sprint-preview-service.test.ts), which the documentation explicitly allows safely ignoring.Please let me know if there's any other feedback or additional documentation that should be adjusted!
PR created automatically by Jules for task 13727835836503569264 started by @numnx