Skip to content

docs: sync agentic workflows docs with plugin v1.2.0#1290

Merged
codyjlandstrom merged 2 commits into
mainfrom
docs/agentic-plugin-sync
Jul 8, 2026
Merged

docs: sync agentic workflows docs with plugin v1.2.0#1290
codyjlandstrom merged 2 commits into
mainfrom
docs/agentic-plugin-sync

Conversation

@ekline

@ekline ekline Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Brings the Agentic Workflows docs in line with the current okteto-claude-plugins release (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

  • Installing in other agents (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 the AGENTS.md / copilot-instructions.md file-based fallback. Notes that /dev-setup ships only with the Claude Code plugin.
  • Worktree isolation (best-practices.mdx) — new section: one worktree = one Namespace, the -n <ns> flag, okteto namespace create, and why agents use -n rather than okteto namespace use under concurrency.
  • Cleanup and teardown (best-practices.mdx) — new section distinguishing okteto down vs okteto destroy vs okteto namespace delete, with the authorization rules for collaborative and autonomous modes.
  • Command rules table (best-practices.mdx) — added okteto validate, okteto doctor, okteto status, okteto down, and okteto namespace create/delete, plus a note on the -n <ns> flag.
  • Isolating parallel runs (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-setup content was current. This PR adds what was still missing versus v1.2.0: multi-agent install, worktree isolation, and teardown.

How to verify

  • Run yarn build in docs/ — confirms no broken links or anchors (the new #worktree-isolation and #cleanup-and-teardown cross-links resolve)
  • Cross-check the command rules table and teardown guidance against the okteto skill
  • Confirm the multi-agent install commands match the plugin README

📝 Created with EkLine · View session

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>
@netlify

netlify Bot commented Jul 8, 2026

Copy link
Copy Markdown

Deploy Preview for okteto-docs ready!

Name Link
🔨 Latest commit e650cc2
🔍 Latest deploy log https://app.netlify.com/projects/okteto-docs/deploys/6a4dde339d745200088551c0
😎 Deploy Preview https://deploy-preview-1290--okteto-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codyjlandstrom

Copy link
Copy Markdown
Contributor

@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>
@ekline

ekline Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

Done — applied the same updates to the current released version snapshot (versioned_docs/version-1.46/agentic/), so readers on the default /docs/ site get them too.

Pushed in e650cc22. The three versioned pages (index, best-practices, autonomous-workflows) now match their src/content counterparts exactly: the "Installing in other agents" section, the Worktree isolation and Cleanup and teardown sections, and the expanded command rules table. yarn build passes (cross-version anchors resolve).

@ekline

ekline Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor Author

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. lastVersion is 1.46, and its agentic pages live in versioned_docs/version-1.46/agentic/. I applied the same three updates there so readers on the default /docs/ site see them too.

What I did:

  • Ported all three changes to the version-1.46 snapshot: Installing in other agents, Worktree isolation, Cleanup and teardown, and the expanded command rules table.
  • Confirmed each versioned page is byte-identical to its src/content counterpart.
  • Resolved a style-review divergence: the auto-review re-applied a phrasing swap ("is documented in" → "appears in") that an earlier pass had deliberately rejected. I standardized on the stronger wording ("is documented in", which matches the plugin's own language) across both copies, and propagated the one clean improvement ("has finished iterating") to src/content so the two stay in sync.

Review checkpoint

  • Completeness: All three versioned pages now carry the full v1.2.0 content; src/content and versioned_docs/version-1.46 are identical.
  • Technical accuracy: yarn build passed (exit 0) — cross-version anchors resolve. The follow-up edits were prose-only word swaps with no link/anchor impact.
  • Style compliance: Style review ran on the versioned files; both copies kept consistent, high-quality wording.
  • Overall grade: A

PR #1290 updated with commit e650cc22 (4 files, +72/−2), and I left a confirmation reply on the reviewer's comment. No new PR or reviewer change — this landed as a follow-up commit on the existing branch.

@codyjlandstrom
codyjlandstrom merged commit 0b69865 into main Jul 8, 2026
4 checks passed
@codyjlandstrom
codyjlandstrom deleted the docs/agentic-plugin-sync branch July 8, 2026 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant