From 07b7f1922ccc15fb1354b045ba70ca2c74deeb65 Mon Sep 17 00:00:00 2001 From: Rin Oliver Date: Wed, 13 May 2026 11:16:18 -0500 Subject: [PATCH 1/2] docs: add MCP documentation pointer to SKILL.md Co-Authored-By: Claude Sonnet 4.6 --- orka3-cli/SKILL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/orka3-cli/SKILL.md b/orka3-cli/SKILL.md index c9f2a08..2d43fe6 100644 --- a/orka3-cli/SKILL.md +++ b/orka3-cli/SKILL.md @@ -178,3 +178,5 @@ Quick command syntax is above. Load references for complete workflows, detailed | GitHub Actions (ephemeral runners) | `references/integrations/github-actions.md` | | Buildkite (ephemeral/permanent agents) | `references/integrations/buildkite.md` | | TeamCity cloud agent plugin | `references/integrations/teamcity.md` | + +If you need full Orka documentation beyond what's in this skill, it's available via MCP at `https://docs.macstadium.com/mcp`. Prefer the skill contents first for CLI tasks. From 6336261c63120c5ff2c8089bdcae5ea1f047b5e0 Mon Sep 17 00:00:00 2001 From: Rin Oliver Date: Mon, 22 Jun 2026 15:00:29 -0500 Subject: [PATCH 2/2] update skill references for Orka 3.6 and 3.6.2 - Add UDP/TCP protocol suffix to vm deploy --ports flag - Update orka3 version output to include Upgrade Service versions - Add ENABLE_RECONCILIATION and MANAGE_RUNNER_SCALE_SETS env vars to GHA reference - Note ECDSA key support and restart reconciliation behavior in GHA reference - Add bridge networking note to Packer reference - Update VM Tools note to reflect automated GHCR updates - Add VM network isolation note to SKILL.md Co-Authored-By: Claude Sonnet 4.6 --- orka3-cli/SKILL.md | 2 ++ orka3-cli/references/commands/config-commands.md | 2 ++ orka3-cli/references/commands/vm-commands.md | 3 ++- orka3-cli/references/integrations/github-actions.md | 8 ++++++-- orka3-cli/references/integrations/packer.md | 4 ++++ orka3-cli/references/workflows/image-workflows.md | 5 +++-- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/orka3-cli/SKILL.md b/orka3-cli/SKILL.md index 2d43fe6..eb65702 100644 --- a/orka3-cli/SKILL.md +++ b/orka3-cli/SKILL.md @@ -27,6 +27,8 @@ Orka virtualizes macOS on physical Mac hardware. The CLI (`orka3`) manages VMs, **Kubernetes upgrade resilience (v3.6+)** — Most orka3 commands continue working during k8s control-plane upgrades. Only `login` and `vm push` require the API server; expect failures for those two until the upgrade completes. +**VM network isolation (v3.6+, Apple Silicon only)** — MacStadium can configure per-cluster allow/deny rules by CIDR block to restrict VM network access. Configured by support, not via CLI. Contact support@macstadium.com to set up. + ## Quick CLI Guide ### Setup diff --git a/orka3-cli/references/commands/config-commands.md b/orka3-cli/references/commands/config-commands.md index 80a1c3f..c3f7f6d 100644 --- a/orka3-cli/references/commands/config-commands.md +++ b/orka3-cli/references/commands/config-commands.md @@ -145,3 +145,5 @@ orka3 version [flags] **Output Includes:** - CLI build information - Compatibility with Orka cluster +- Upgrade Service operator version (v3.6+) +- Upgrade Service agent version per node (v3.6+) diff --git a/orka3-cli/references/commands/vm-commands.md b/orka3-cli/references/commands/vm-commands.md index 36055db..f5c3c60 100644 --- a/orka3-cli/references/commands/vm-commands.md +++ b/orka3-cli/references/commands/vm-commands.md @@ -38,7 +38,7 @@ orka3 vm deploy [] --config