بنقرة واحدة
byte-parity-checker
Prove the catalog regenerates the live runtime byte-for-byte; refuse export on any mismatch.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Prove the catalog regenerates the live runtime byte-for-byte; refuse export on any mismatch.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Keep commits atomic — split a mixed change set into scoped, reviewable commits.
The one-time procedure to take an exported project to live — understand it, confirm the name/goal/stack with the user, run the deterministic `aspis bootstrap`, enrich the judgment files (AGENTS.md, ARCHITECTURE, context), verify, and let the package self-clean. Followed by the bootstrap agent.
Keep per-subsystem architectural intent current through the planning loop — read before designing, record an impact report on change, confirm with the user, apply a dated update, and verify the build against approved intent.
Audit a plan's task dependency graph for structural integrity — circular dependencies, missing prerequisites, orphan tasks, and dependency classification (hard/soft/warning). Produces a pass/warn/fail audit report per dependency so planners catch graph errors before build starts.
Every editing agent should start on a clean working tree so parallel work never collides.
Verify hooks ran, no secrets, protected paths untouched, and commit message valid before committing. Owned by the reviewer.
| name | byte-parity-checker |
| description | Prove the catalog regenerates the live runtime byte-for-byte; refuse export on any mismatch. |
The catalog is the single source of truth (R-006) — the live runtime is a generated artifact, not an editable surface. If rendering the catalog produces bytes that differ from the live runtime, the system is in drift: exporting would either overwrite intent or accept silent corruption. This skill proves byte-for-byte that the catalog regenerates exactly what is live, and refuses export when it cannot.
aspis export.aspis system-validate).aspis byte-parity --dry-run to
confirm the catalog is internally deterministic and renders without
error. Stop on any rendering failure; export is impossible anyway..opencode/agents/ or .claude/agents/) and the hash of the
adapter-translated expected output. Pair on translated output, not raw
catalog.file:line
evidence and the hash delta for each drifted file. Require either an
explicit --force acknowledgement or R-008 approval for protected
assets before re-running.aspis export. MISSING is not drift; it is a first write.aspis export checks
before any file is written.