원클릭으로
dna-sync
Protocol for synchronizing the Virgo DNA temporal ledger. Enforces the Audit → Sync → Verify pipeline using the Archaeology Engine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Protocol for synchronizing the Virgo DNA temporal ledger. Enforces the Audit → Sync → Verify pipeline using the Archaeology Engine.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
The definitive Source of Truth for the Creator's identity, professional background, and overarching vision. Mandates continuous sync between the Creator's real-life state and the AI's understanding.
The definitive Source of Truth for the "Why" behind Virgo DNA. Used to align AI tone and derive all showcase UI copy.
Abstraction layer for translating the Creator's internal methodologies (Shap-Tie, Alchemical Anchor) into user-facing CTAs and engagement funnels without leaking the underlying mechanics.
The definitive Source of Truth for the "Why" behind the Virgo Audio Extension. Used to align AI tone and derive all showcase UI copy.
SOC 직업 분류 기준
| name | dna_sync |
| description | Protocol for synchronizing the Virgo DNA temporal ledger. Enforces the Audit → Sync → Verify pipeline using the Archaeology Engine. |
The Virgo DNA visualization is powered by a Temporal Ledger (src/visualizations/dna-history-backfill-v*.json). This ledger records every "epoch" (commit) that modifies the Knowledge Base or GEMINI.md.
This skill governs the mandatory 3-phase protocol for maintaining the graph's integrity.
| Group | Role | Visual |
|---|---|---|
999 | Root Hub (GEMINI.md) | Large, solid dark blue |
0 | Ghosts (Untriaged/New KIs) | Small, grey, translucent |
1 | Virgo DNA (Core Protocols) | Purple |
2 | Personal Site (Visualization Sync) | Cyan |
3 | Spirit Research Lab (Infra) | Amber |
[!IMPORTANT] Group assignments are maintained in
src/visualizations/ki-groups.json. New KIs default to Group0(Ghost) until manually triaged in that file.
npm run dna:audit
ki-groups.json before proceeding.npm run dna:sync
src/visualizations/./virgo-dna).dna-archaeology.ts is the engine. It supports the following flags:
--sync: (Default) Resume from the last known commit.--fresh: Full reconstruction from Genesis. Use only if history logic changes.--partial <n>: Process only the most recent <n> commits.--scope <paths>: Comma-separated paths to track (Default: Knowledge Base + GEMINI.md).dna:audit to confirm zero inconsistencies..json file is present in src/visualizations/.PromptArchitectureSpace.tsx correctly generates GitHub links for new epochs.