docs: sync agentic workflows docs with plugin v1.2.0#1290
Conversation
Bring the Agentic Workflows section in line with the current okteto-claude-plugins release: - Document installing the skills in other agents (Cursor, Codex, Copilot, Gemini CLI) via the open Agent Skills format and the AGENTS.md / copilot-instructions.md file-based fallback. - Add a Worktree isolation section: one worktree = one Namespace, the -n <ns> flag, and okteto namespace create/delete. - Add a Cleanup and teardown section covering okteto down vs okteto destroy vs okteto namespace delete and the authorization rules for collaborative and autonomous modes. - Expand the command rules table with okteto validate, doctor, status, down, and namespace create/delete. - Note parallel-run isolation in the autonomous workflow page. ekline[bot] <202747777+ekline[bot]@users.noreply.github.com> Signed-off-by: ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
✅ Deploy Preview for okteto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@ekline-ai could you apply this to the current Docusaurus version as well? |
Backport the plugin v1.2.0 doc updates to the current released version (versioned_docs/version-1.46), so readers on the default /docs/ site see them too: - Installing in other agents (Cursor, Codex, Copilot, Gemini CLI) - Worktree isolation section - Cleanup and teardown section - Expanded command rules table Content matches src/content exactly. Also aligns one phrase in the src/content copy for consistency. ekline[bot] <202747777+ekline[bot]@users.noreply.github.com> Signed-off-by: ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
|
Done — applied the same updates to the current released version snapshot ( Pushed in |
|
Applied and pushed. Here's the summary. Applied the plugin sync to the current released version (1.46)The reviewer asked to extend the change to the current Docusaurus version. What I did:
Review checkpoint
PR #1290 updated with commit |
Summary
Brings the Agentic Workflows docs in line with the current
okteto-claude-pluginsrelease (v1.2.0). The section was last updated when the plugin was Claude Code-only with a single skill; the plugin has since gained multi-agent support, an onboarding skill, worktree isolation, and richer teardown guidance.Follow-up to #1250 (the AI-assisted development tutorial).
What changed
index.mdx) — the skills now run in Cursor, OpenAI Codex, GitHub Copilot, Gemini CLI, and other agents via the open Agent Skills format (npx skills add), plus theAGENTS.md/copilot-instructions.mdfile-based fallback. Notes that/dev-setupships only with the Claude Code plugin.best-practices.mdx) — new section: one worktree = one Namespace, the-n <ns>flag,okteto namespace create, and why agents use-nrather thanokteto namespace useunder concurrency.best-practices.mdx) — new section distinguishingokteto downvsokteto destroyvsokteto namespace delete, with the authorization rules for collaborative and autonomous modes.best-practices.mdx) — addedokteto validate,okteto doctor,okteto status,okteto down, andokteto namespace create/delete, plus a note on the-n <ns>flag.autonomous-workflows.mdx) — short section pointing parallel ticket-driven runs at worktree isolation.Notes on scope
The install-first landing page (
index.mdx) was already restructured in #1263, so the two-skills + onboarding +/dev-setupcontent was current. This PR adds what was still missing versus v1.2.0: multi-agent install, worktree isolation, and teardown.How to verify
yarn buildindocs/— confirms no broken links or anchors (the new#worktree-isolationand#cleanup-and-teardowncross-links resolve)oktetoskill📝 Created with EkLine · View session