بنقرة واحدة
aoc-update
Implement AOC platform changes with install/init propagation proof.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implement AOC platform changes with install/init propagation proof.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Authenticated browser QA on the Voyager dev server — mint real AuthKit sessions for seeded test personas via /api/dev/login, then drive the UI with Playwright. Use whenever QA, visual review, or E2E verification needs a logged-in user.
Orchestrate parallel work across worker agents in herdr panes (omp by default; fable/claude workers on explicit user request) — spawn or discover workers, dispatch assignment packets, monitor liveness, and verify results before committing. Use whenever a code change should be delegated instead of implemented firsthand (delegation-first policy), e.g. /herdr-orchestrate 3 to spawn three workers, or /herdr-orchestrate p17,p18,p19 to use existing panes.
Observe Herdr peers safely with native read-only herdr commands.
Initialize or repair AOC context, memory, and tasks safely.
Ponytail review, audit, and debt workflows for over-engineering review and shortcut ledger scans. Use for /ponytail review, /ponytail audit, /ponytail debt, or when asked what to delete, simplify, or track as ponytail debt.
Anime.js v4 API correctness, imports, targeting, value mapping, refresh/revert semantics, and sane implementation defaults. Use when writing or fixing Anime.js code.
| name | aoc-update |
| description | Implement AOC platform changes with install/init propagation proof. |
Run an AOC platform update journey for:
$ARGUMENTS
Use this when developing AOC itself: CLI commands, seeded config, prompts, skills, extensions, layouts, services, docs that define platform behavior, install paths, init/scaffold behavior, or defaults that should reach future AOC projects.
Strategy:
source → task/spec → implement → propagation proof → verify → report
Workflow:
tm/aoc-task when applicable..aoc/context.md for orientation.bin/**, crates/**, .omp/**, .aoc/**, docs, scripts, service templates, etc../install.sh copies, builds, caches, or validates.aoc-init seeds, refreshes, migrates, adopts-if-managed, or intentionally preserves.~/.local/bin, ~/.config/aoc/**, managed services, shell PATH, generated caches../install.sh and aoc-init from propagating it../install.sh path is covered, or intentionally excludes it with a clear reason.aoc-init future-project behavior is covered, or intentionally excludes/preserves it with a clear reason.Use targeted commands such as rg, cmp, install -m, a temp-project aoc-init, or a smoke script. Prefer small proof commands over full installs unless needed.
Safety: