The repo already vendored ARM as the references/recipe-maintainer submodule (old repo name recipe-maintainers/recipe-maintainer, pinned 460eba0). Rather than carry two copies, drop the just-added vendor/ duplicate and: - retarget references/recipe-maintainer to ssh://git.autonomic.zone/recipe-maintainers/autonomic-recipe-maintainer.git (same lineage — 460eba0 is an ancestor) and bump to latest acd5cfb, which also refreshes the parity-test SOURCE reference the tests cite. - gen-cctest-skills.py + all 30 cctest-* wrappers + /help now point at references/recipe-maintainer. - JOURNAL.md: pending session entries (server-update policy addendum, tests-update, orchestrator-update, upgrade-run notes).
27 lines
1.7 KiB
Markdown
27 lines
1.7 KiB
Markdown
---
|
|
name: cctest-opencode-sync
|
|
description: "[recipe-maintainer/cctest] Ensure every Claude skill has a corresponding OpenCode skill alias (Wraps the autonomic-recipe-maintainer skill /opencode-sync; runs against the cctest test server + ARM sandbox, not cc-ci. Invoke as /cctest-opencode-sync.)"
|
|
---
|
|
|
|
# cctest-opencode-sync (cctest wrapper)
|
|
|
|
**Canonical procedure:** `references/recipe-maintainer/.opencode/skills/opencode-sync/SKILL.md`
|
|
— read it and follow it. This wrapper only sets context + policy.
|
|
|
|
**Context:** this is an **autonomic-recipe-maintainer (ARM)** skill. It operates on the
|
|
recipe-maintainer **cctest** test server / local abra sandbox — NOT on the cc-ci CI server or
|
|
its shared swarm. Execute with the submodule as your working directory:
|
|
`cd /srv/cc-ci-orch/references/recipe-maintainer`. If the ARM environment is not yet
|
|
configured on this host (`settings.toml` from `settings.toml.example`, sandbox/test instances),
|
|
run `/cctest-intro` / `/cctest-setup-sandbox` first.
|
|
|
|
**Policy overrides (cc-ci-orchestrator conventions win):**
|
|
- Anything that would **merge a recipe PR or push a recipe main without review** requires
|
|
explicit operator opt-in per run — the cc-ci standing rule is recipe upgrade PRs are
|
|
operator-merged, and ARM skills that say otherwise (e.g. full-auto upgrade flows) do NOT
|
|
inherit blanket authorization here.
|
|
- Never touch cc-ci infrastructure (the CI server, its swarm, `/root/*` clones, the weekly
|
|
timers) from an ARM skill — cc-ci work goes through the cc-ci skills.
|
|
- The submodule is **pinned**: don't commit into it from here; upstream ARM changes arrive via
|
|
a deliberate submodule bump + `scripts/gen-cctest-skills.py` regeneration.
|