@agentikos/omega-os 0.2.0 → 0.19.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -3
- package/bootstrap/lib/__pycache__/claude-code-settings.cpython-313.pyc +0 -0
- package/bootstrap/lib/__pycache__/llm-clis.cpython-313.pyc +0 -0
- package/bootstrap/lib/__pycache__/manifest-helpers.cpython-313.pyc +0 -0
- package/bootstrap/lib/claude-code-settings.py +176 -0
- package/bootstrap/lib/common.sh +457 -1
- package/bootstrap/lib/llm-clis.py +341 -0
- package/bootstrap/lib/manifest-helpers.py +384 -0
- package/bootstrap/lib/steps.sh +790 -21
- package/bootstrap/manifest.example.yaml +87 -1
- package/bootstrap/templates/aisb/CLAUDE.md +305 -0
- package/bootstrap/templates/aisb/architect.md +204 -0
- package/bootstrap/templates/aisb/checkers/CLAUDE.md +9 -0
- package/bootstrap/templates/aisb/checkers/checker-architect.md +151 -0
- package/bootstrap/templates/aisb/checkers/checker-common.md +171 -0
- package/bootstrap/templates/aisb/checkers/checker-construct.md +129 -0
- package/bootstrap/templates/aisb/checkers/checker-keymaker.md +204 -0
- package/bootstrap/templates/aisb/checkers/checker-link.md +205 -0
- package/bootstrap/templates/aisb/checkers/checker-merovingian.md +219 -0
- package/bootstrap/templates/aisb/checkers/checker-morpheus.md +211 -0
- package/bootstrap/templates/aisb/checkers/checker-neo.md +177 -0
- package/bootstrap/templates/aisb/checkers/checker-niobe.md +156 -0
- package/bootstrap/templates/aisb/checkers/checker-oracle.md +164 -0
- package/bootstrap/templates/aisb/checkers/checker-seraph.md +187 -0
- package/bootstrap/templates/aisb/checkers/checker-smith.md +195 -0
- package/bootstrap/templates/aisb/checkers/checker-zion.md +113 -0
- package/bootstrap/templates/aisb/construct.md +135 -0
- package/bootstrap/templates/aisb/keymaker.md +227 -0
- package/bootstrap/templates/aisb/link.md +170 -0
- package/bootstrap/templates/aisb/lmc-protocol.md +57 -0
- package/bootstrap/templates/aisb/merovingian.md +159 -0
- package/bootstrap/templates/aisb/morpheus.md +243 -0
- package/bootstrap/templates/aisb/neo.md +147 -0
- package/bootstrap/templates/aisb/niobe.md +197 -0
- package/bootstrap/templates/aisb/oracle.md +244 -0
- package/bootstrap/templates/aisb/protocols/handoff-templates.md +204 -0
- package/bootstrap/templates/aisb/protocols/shared-protocol.md +248 -0
- package/bootstrap/templates/aisb/pythia.md +153 -0
- package/bootstrap/templates/aisb/seraph.md +315 -0
- package/bootstrap/templates/aisb/smith.md +202 -0
- package/bootstrap/templates/aisb/zion.md +172 -0
- package/bootstrap/templates/autonomous/audit-patrol.yaml +41 -0
- package/bootstrap/templates/autonomous/smith-reflect.yaml +43 -0
- package/bootstrap/templates/autonomous/ssh-key-rotate.yaml +46 -0
- package/bootstrap/templates/autonomous/support-agent.yaml +38 -0
- package/docs/AUDITS.md +85 -0
- package/docs/GAP-ANALYSIS.md +214 -0
- package/docs/INSTALL.md +47 -9
- package/docs/MCP-AND-PLUGINS.md +31 -4
- package/docs/SIMULATION.md +171 -0
- package/docs/simulate.sh +211 -0
- package/install.sh +164 -17
- package/omega/Agentik_Engine/README.md +4 -2
- package/omega/Agentik_Engine/omega_engine/__init__.py +147 -1
- package/omega/Agentik_Engine/omega_engine/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/account.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/agent_messages.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/aisb_chat.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/audit.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/audit_arsenal.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/audit_diff.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/audit_gate.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/auto_update.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/autonomous.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/backup.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/barrier.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/bus.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/cadence.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/classifier.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/cleanup.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/cli.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/completions.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/costs.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/done_signal.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/envelope.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/events.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/executor.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/handoff.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/hermes.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/hermes_bootstrap.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/hermes_desktop.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/learning.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/managed_agent.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/memory.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/menu.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/mission.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/plan.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/progress.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/project.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/prompts.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/provider.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/prune.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/pursue.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/reducer.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/report.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/router.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/skill_routing.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/smoke.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/store.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/supervisor.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/sync.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/task.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/telegram.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/telegram_history.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/tmux.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/tools.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/understand_anything.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/updater.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/validate.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/vault.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/webhooks.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/__pycache__/worker.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/account.py +28 -31
- package/omega/Agentik_Engine/omega_engine/agent_messages.py +167 -0
- package/omega/Agentik_Engine/omega_engine/aisb_chat.py +128 -0
- package/omega/Agentik_Engine/omega_engine/audit_diff.py +99 -0
- package/omega/Agentik_Engine/omega_engine/audit_gate.py +149 -0
- package/omega/Agentik_Engine/omega_engine/audits/__init__.py +60 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/batcher.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/dispatcher.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/generator.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/history.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/__pycache__/pipeline.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/audits/batcher.py +218 -0
- package/omega/Agentik_Engine/omega_engine/audits/dispatcher.py +92 -0
- package/omega/Agentik_Engine/omega_engine/audits/generator.py +234 -0
- package/omega/Agentik_Engine/omega_engine/audits/history.py +168 -0
- package/omega/Agentik_Engine/omega_engine/audits/pipeline.py +198 -0
- package/omega/Agentik_Engine/omega_engine/auto_update.py +339 -0
- package/omega/Agentik_Engine/omega_engine/backup.py +215 -0
- package/omega/Agentik_Engine/omega_engine/cadence.py +158 -0
- package/omega/Agentik_Engine/omega_engine/classifier.py +215 -0
- package/omega/Agentik_Engine/omega_engine/cleanup.py +673 -0
- package/omega/Agentik_Engine/omega_engine/cli.py +4156 -86
- package/omega/Agentik_Engine/omega_engine/completions.py +260 -0
- package/omega/Agentik_Engine/omega_engine/costs.py +100 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/autonomous.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/engine.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/telegram.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/daemons/engine.py +53 -4
- package/omega/Agentik_Engine/omega_engine/daemons/telegram.py +101 -17
- package/omega/Agentik_Engine/omega_engine/done_signal.py +154 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/artifact.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/automation.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/base.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/claudecode.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/connection.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/coworker.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/loop.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/prompt.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/educators/__pycache__/skill.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/envelope.py +219 -0
- package/omega/Agentik_Engine/omega_engine/executor.py +149 -10
- package/omega/Agentik_Engine/omega_engine/genesis/__init__.py +134 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/orchestrator.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/phases.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/stack.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/state.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/genesis/orchestrator.py +262 -0
- package/omega/Agentik_Engine/omega_engine/genesis/phases.py +950 -0
- package/omega/Agentik_Engine/omega_engine/genesis/stack.py +324 -0
- package/omega/Agentik_Engine/omega_engine/genesis/state.py +353 -0
- package/omega/Agentik_Engine/omega_engine/handoff.py +459 -0
- package/omega/Agentik_Engine/omega_engine/hermes.py +426 -0
- package/omega/Agentik_Engine/omega_engine/hermes_bootstrap.py +382 -0
- package/omega/Agentik_Engine/omega_engine/hermes_desktop.py +469 -0
- package/omega/Agentik_Engine/omega_engine/integrations/__init__.py +30 -0
- package/omega/Agentik_Engine/omega_engine/integrations/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/integrations/__pycache__/graphify.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/integrations/graphify.py +234 -0
- package/omega/Agentik_Engine/omega_engine/learning.py +268 -0
- package/omega/Agentik_Engine/omega_engine/managed_agent.py +467 -0
- package/omega/Agentik_Engine/omega_engine/memory.py +271 -0
- package/omega/Agentik_Engine/omega_engine/menu.py +1065 -0
- package/omega/Agentik_Engine/omega_engine/migrations/__init__.py +144 -0
- package/omega/Agentik_Engine/omega_engine/migrations/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/migrations/__pycache__/v0_14_0.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/migrations/v0_14_0.py +29 -0
- package/omega/Agentik_Engine/omega_engine/mission.py +16 -13
- package/omega/Agentik_Engine/omega_engine/plan.py +846 -0
- package/omega/Agentik_Engine/omega_engine/prompts.py +158 -0
- package/omega/Agentik_Engine/omega_engine/provider.py +161 -12
- package/omega/Agentik_Engine/omega_engine/prune.py +151 -0
- package/omega/Agentik_Engine/omega_engine/pursue.py +205 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/agentic.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/base.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/corrective.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/graph.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/hybrid.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/multimodal.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/rag/__pycache__/router.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/router.py +28 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__init__.py +48 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/__init__.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/auditor.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/finder.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/installer.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/marketplaces.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/auditor.py +232 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/finder.py +94 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/installer.py +129 -0
- package/omega/Agentik_Engine/omega_engine/skill_discovery/marketplaces.py +80 -0
- package/omega/Agentik_Engine/omega_engine/skill_routing.py +388 -0
- package/omega/Agentik_Engine/omega_engine/smoke.py +81 -0
- package/omega/Agentik_Engine/omega_engine/store.py +88 -41
- package/omega/Agentik_Engine/omega_engine/sync.py +142 -1
- package/omega/Agentik_Engine/omega_engine/telegram_history.py +260 -0
- package/omega/Agentik_Engine/omega_engine/tmux.py +526 -0
- package/omega/Agentik_Engine/omega_engine/understand_anything.py +275 -0
- package/omega/Agentik_Engine/omega_engine/updater.py +70 -0
- package/omega/Agentik_Engine/omega_engine/validate.py +186 -0
- package/omega/Agentik_Engine/omega_engine/vault.py +342 -0
- package/omega/Agentik_Engine/omega_engine/webhooks.py +262 -0
- package/omega/Agentik_Engine/omega_engine/worker.py +526 -0
- package/omega/Agentik_Engine/pyproject.toml +1 -1
- package/omega/Agentik_Engine/tests/__pycache__/test_account.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_account.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_adversarial.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_adversarial.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_agents_envelope.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_agents_envelope.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_audit_arsenal.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_audit_arsenal.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_audits_pipeline.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_audits_pipeline.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_auto_update_and_migrations.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_auto_update_and_migrations.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_autonomous.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_autonomous.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_educators.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_educators.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_executor.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_executor.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_genesis_and_plan.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_genesis_and_plan.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_graphify.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_graphify.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_handoff.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_handoff.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_hermes_and_ua.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_hermes_and_ua.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_hermes_bootstrap_and_desktop.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_hermes_bootstrap_and_desktop.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_install_steps.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_install_steps.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_install_ux.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_install_ux.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_installer_wiring.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_installer_wiring.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_intelligence.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_intelligence.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_llm_clis_and_uninstall.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_llm_clis_and_uninstall.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_managed_agent.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_managed_agent.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_max_provider_and_menu.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_max_provider_and_menu.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_menu_coverage.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_menu_coverage.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_mission.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_mission.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_progress.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_progress.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_project.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_project.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_pursue_cadence.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_pursue_cadence.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_rag.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_rag.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_reducer.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_reducer.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_report.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_report.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_role_aliases_and_ssot.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_role_aliases_and_ssot.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_discovery_and_gate.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_discovery_and_gate.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_power.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_power.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_routing.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_skill_routing.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_snapshot_partial.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_snapshot_partial.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_telegram_history.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_telegram_history.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_tmux_and_aisb_chat.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_tmux_and_aisb_chat.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_tools_and_sync.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_tools_and_sync.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_v06_features.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_v06_features.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_vault.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_vault.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_webhooks_and_readiness.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_webhooks_and_readiness.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_worker_and_cleanup.cpython-313-pytest-8.4.2.pyc +0 -0
- package/omega/Agentik_Engine/tests/__pycache__/test_worker_and_cleanup.cpython-313.pyc +0 -0
- package/omega/Agentik_Engine/tests/test_account.py +8 -3
- package/omega/Agentik_Engine/tests/test_adversarial.py +351 -0
- package/omega/Agentik_Engine/tests/test_agents_envelope.py +274 -0
- package/omega/Agentik_Engine/tests/test_audits_pipeline.py +348 -0
- package/omega/Agentik_Engine/tests/test_auto_update_and_migrations.py +394 -0
- package/omega/Agentik_Engine/tests/test_genesis_and_plan.py +573 -0
- package/omega/Agentik_Engine/tests/test_graphify.py +190 -0
- package/omega/Agentik_Engine/tests/test_handoff.py +311 -0
- package/omega/Agentik_Engine/tests/test_hermes_and_ua.py +387 -0
- package/omega/Agentik_Engine/tests/test_hermes_bootstrap_and_desktop.py +358 -0
- package/omega/Agentik_Engine/tests/test_install_steps.py +359 -0
- package/omega/Agentik_Engine/tests/test_install_ux.py +151 -0
- package/omega/Agentik_Engine/tests/test_installer_wiring.py +496 -0
- package/omega/Agentik_Engine/tests/test_intelligence.py +285 -0
- package/omega/Agentik_Engine/tests/test_llm_clis_and_uninstall.py +228 -0
- package/omega/Agentik_Engine/tests/test_managed_agent.py +363 -0
- package/omega/Agentik_Engine/tests/test_max_provider_and_menu.py +231 -0
- package/omega/Agentik_Engine/tests/test_menu_coverage.py +72 -0
- package/omega/Agentik_Engine/tests/test_pursue_cadence.py +217 -0
- package/omega/Agentik_Engine/tests/test_role_aliases_and_ssot.py +207 -0
- package/omega/Agentik_Engine/tests/test_skill_discovery_and_gate.py +337 -0
- package/omega/Agentik_Engine/tests/test_skill_power.py +259 -0
- package/omega/Agentik_Engine/tests/test_skill_routing.py +189 -0
- package/omega/Agentik_Engine/tests/test_telegram_history.py +209 -0
- package/omega/Agentik_Engine/tests/test_tmux_and_aisb_chat.py +223 -0
- package/omega/Agentik_Engine/tests/test_v06_features.py +370 -0
- package/omega/Agentik_Engine/tests/test_vault.py +173 -0
- package/omega/Agentik_Engine/tests/test_webhooks_and_readiness.py +277 -0
- package/omega/Agentik_Engine/tests/test_worker_and_cleanup.py +541 -0
- package/omega/Agentik_Extra/etc/secrets/.vault-key +3 -0
- package/omega/Agentik_Extra/etc/secrets/.vault-pub +1 -0
- package/omega/Agentik_Runtime/audits.db +0 -0
- package/omega/Agentik_SSOT/VERSION +1 -1
- package/omega/Agentik_SSOT/claude-plugins/claude-plugins.yaml +100 -0
- package/omega/Agentik_SSOT/docs/LAYERS.md +90 -0
- package/omega/Agentik_SSOT/docs/USER-JOURNEY.md +283 -0
- package/omega/Agentik_SSOT/docs/quality-arsenal/ARSENAL-INTERCONNECTIONS.md +283 -0
- package/omega/Agentik_SSOT/docs/quality-arsenal/ARSENAL-ORCHESTRATION-PLAYBOOK.md +364 -0
- package/omega/Agentik_SSOT/docs/quality-arsenal/AUDIT-VERIFICATION-CONTRACT.md +272 -0
- package/omega/Agentik_SSOT/docs/quality-arsenal/QUALITY-ARSENAL-PREAMBLE.md +462 -0
- package/omega/Agentik_SSOT/marketplaces/design-discipline.yaml +86 -0
- package/omega/Agentik_SSOT/skills/a11yaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/apiaudit/SKILL.md +157 -0
- package/omega/Agentik_SSOT/skills/audit-orchestrator.md +212 -0
- package/omega/Agentik_SSOT/skills/audit-pilot.md +466 -0
- package/omega/Agentik_SSOT/skills/audit-tracker.md +147 -0
- package/omega/Agentik_SSOT/skills/automationaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/cadence/SKILL.md +76 -0
- package/omega/Agentik_SSOT/skills/codeaudit/SKILL.md +153 -0
- package/omega/Agentik_SSOT/skills/copyaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/dataaudit/SKILL.md +157 -0
- package/omega/Agentik_SSOT/skills/debugaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/dispatch/SKILL.md +79 -0
- package/omega/Agentik_SSOT/skills/dxaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/featureaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/flowaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/genesis/SKILL.md +116 -0
- package/omega/Agentik_SSOT/skills/handoff/SKILL.md +117 -0
- package/omega/Agentik_SSOT/skills/logicaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/motionaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/newcmd.md +300 -0
- package/omega/Agentik_SSOT/skills/perfaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/plan/SKILL.md +127 -0
- package/omega/Agentik_SSOT/skills/pursue/SKILL.md +68 -0
- package/omega/Agentik_SSOT/skills/quality-arsenal.md +180 -0
- package/omega/Agentik_SSOT/skills/rag-route.md +9 -0
- package/omega/Agentik_SSOT/skills/refontaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/retentionaudit/SKILL.md +165 -0
- package/omega/Agentik_SSOT/skills/secaudit/SKILL.md +157 -0
- package/omega/Agentik_SSOT/skills/seoaudit/SKILL.md +161 -0
- package/omega/Agentik_SSOT/skills/skill-auditor/SKILL.md +83 -0
- package/omega/Agentik_SSOT/skills/skill-finder/SKILL.md +116 -0
- package/omega/Agentik_SSOT/skills/uiuxaudit/SKILL.md +165 -0
- package/package.json +2 -2
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# OmegaOS Layered Architecture
|
|
2
|
+
|
|
3
|
+
> Five layers. Each independently usable. All five share ONE credential:
|
|
4
|
+
> the Claude Code Max OAuth token at `~/.claude/.credentials.json`.
|
|
5
|
+
|
|
6
|
+
```
|
|
7
|
+
┌──────────────────────────────────────────────────────────────────────┐
|
|
8
|
+
│ Layer 1 ─ Human │
|
|
9
|
+
│ Telegram / CLI / web — operator intent in natural language │
|
|
10
|
+
└────────────────────────────────────────┬─────────────────────────────┘
|
|
11
|
+
│
|
|
12
|
+
┌────────────────────────────────────────▼─────────────────────────────┐
|
|
13
|
+
│ Layer 2 ─ Hermes (Nous Research, opt-in) │
|
|
14
|
+
│ Autonomous self-improving agent. Cross-platform gateway, scheduled │
|
|
15
|
+
│ automations, skill creation from experience, dialectic user model. │
|
|
16
|
+
│ Uses CLAUDE_CODE_OAUTH_TOKEN from ~/.claude/.credentials.json. │
|
|
17
|
+
│ Bridge: `omega hermes {install,link,status,ask}` │
|
|
18
|
+
└────────────────────────────────────────┬─────────────────────────────┘
|
|
19
|
+
│
|
|
20
|
+
┌────────────────────────────────────────▼─────────────────────────────┐
|
|
21
|
+
│ Layer 3 ─ AISB (Agentik Intake Service Bus) │
|
|
22
|
+
│ Telegram-first intake. Classifies the message, picks a topology, │
|
|
23
|
+
│ dispatches a mission to the Engine. Lives in $OMEGA_HOME. │
|
|
24
|
+
└────────────────────────────────────────┬─────────────────────────────┘
|
|
25
|
+
│
|
|
26
|
+
┌────────────────────────────────────────▼─────────────────────────────┐
|
|
27
|
+
│ Layer 4 ─ Oracle (the planner) │
|
|
28
|
+
│ Reads the mission, plans 1..N worker subtasks, each with a │
|
|
29
|
+
│ verify_cmd + file ownership. Persistent tmux session. │
|
|
30
|
+
└────────────────────────────────────────┬─────────────────────────────┘
|
|
31
|
+
│
|
|
32
|
+
┌────────────────────────────────────────▼─────────────────────────────┐
|
|
33
|
+
│ Layer 5 ─ Workers (executors) │
|
|
34
|
+
│ One per subtask. Persistent tmux session. Runs `claude -p` with │
|
|
35
|
+
│ the worker envelope + injected skill palette. Writes .done.json │
|
|
36
|
+
│ on completion. Verified by the audit gate before the parent's │
|
|
37
|
+
│ barrier resolves. │
|
|
38
|
+
└──────────────────────────────────────────────────────────────────────┘
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
## Why this shape
|
|
42
|
+
|
|
43
|
+
| Layer | Role | Runtime | Credential |
|
|
44
|
+
|---|---|---|---|
|
|
45
|
+
| 1 | Intent | Human | n/a |
|
|
46
|
+
| 2 | Autonomous companion | Hermes (Python, ~/.hermes) | Claude Max OAuth |
|
|
47
|
+
| 3 | Mission intake | OmegaOS engine | Claude Max OAuth |
|
|
48
|
+
| 4 | Planning | Persistent tmux + `claude -p` | Claude Max OAuth |
|
|
49
|
+
| 5 | Execution | Persistent tmux + `claude -p` | Claude Max OAuth |
|
|
50
|
+
|
|
51
|
+
Every layer below #1 calls Claude through the same OAuth credential. No
|
|
52
|
+
API key burn, no separate auth surface, no extra account to manage. The
|
|
53
|
+
token rotates server-side via the standard Claude Code refresh flow;
|
|
54
|
+
every layer reads the live file (`~/.claude/.credentials.json`) on each
|
|
55
|
+
call so refresh propagates automatically.
|
|
56
|
+
|
|
57
|
+
## Layer choice cheat-sheet
|
|
58
|
+
|
|
59
|
+
| You want to | Use |
|
|
60
|
+
|---|---|
|
|
61
|
+
| One-shot CLI question | Layer 5 directly: `claude -p "..."` |
|
|
62
|
+
| Verified-completion multi-worker mission | Layer 3-5: `omega run "..."` |
|
|
63
|
+
| Recurring scheduled mission (cron) | Layer 3-5: `omega cadence schedule ...` |
|
|
64
|
+
| Cross-platform chat (Telegram, Discord, …) | Layer 2: `hermes gateway` |
|
|
65
|
+
| Skill creation from experience over time | Layer 2: Hermes's learning loop |
|
|
66
|
+
| Long-running autonomous research | Layer 2: Hermes + scheduled task |
|
|
67
|
+
| Visual codebase exploration | Sidecar: `omega ua run <project>` |
|
|
68
|
+
|
|
69
|
+
## Bridges
|
|
70
|
+
|
|
71
|
+
* `omega hermes` — Layer 2 ↔ rest of stack. Hermes can call OmegaOS via
|
|
72
|
+
the `omega` CLI (any of layers 3-5). OmegaOS can call Hermes via
|
|
73
|
+
`omega hermes ask "..."`.
|
|
74
|
+
* `omega ua` — Understand-Anything sidecar. Builds an interactive
|
|
75
|
+
knowledge graph of any project; `omega ua consume` lands the graph
|
|
76
|
+
into the Engine's GraphRetriever so Oracle/workers can answer
|
|
77
|
+
"where in the code is X?" via Graph RAG.
|
|
78
|
+
* `omega ma` — Anthropic Managed Agents (opt-in, API-key-only). NOT
|
|
79
|
+
part of the OAuth stack; only used when explicitly opted into per
|
|
80
|
+
topology entry.
|
|
81
|
+
|
|
82
|
+
## What this is NOT
|
|
83
|
+
|
|
84
|
+
* Hermes is not a "wrapper" around OmegaOS — it has its own loop, its
|
|
85
|
+
own skills, its own memory. The bridge gives both runtimes the
|
|
86
|
+
ability to delegate to each other.
|
|
87
|
+
* Layer 2 is OPTIONAL. OmegaOS without Hermes is a complete agentic
|
|
88
|
+
OS (layers 1+3-5). Adding Hermes buys you the autonomous companion
|
|
89
|
+
+ cross-platform gateway + learning loop. Removing Hermes removes
|
|
90
|
+
none of OmegaOS's verified-completion guarantees.
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
# OmegaOS — User Journey (install → daily use)
|
|
2
|
+
|
|
3
|
+
> What happens, in order, from `npx @agentikos/omega-os` to a 24/7
|
|
4
|
+
> autonomous agent on Telegram that you watch via tmux prefix+Z.
|
|
5
|
+
|
|
6
|
+
## Layer cheat-sheet (one credential for all five)
|
|
7
|
+
|
|
8
|
+
```
|
|
9
|
+
L1 Human Telegram, CLI, web, Hermes Desktop
|
|
10
|
+
L2 Hermès (opt-in) Autonomous companion, learning loop, gateway
|
|
11
|
+
L3 AISB Intake bus, classifies, dispatches
|
|
12
|
+
L4 Oracle Plans the mission, picks topology
|
|
13
|
+
L5 Workers Persistent-tmux executors with verified completion
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
All five share **one** OAuth: `~/.claude/.credentials.json`. No API key
|
|
17
|
+
burn, no separate auth surface.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Phase A — Install (2-3 minutes)
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
npx -y @agentikos/omega-os
|
|
25
|
+
# or
|
|
26
|
+
curl -fsSL https://raw.githubusercontent.com/agentik-os/OmegaOS/main/install.sh | bash
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
The installer renders:
|
|
30
|
+
|
|
31
|
+
1. **ASCII banner + version**
|
|
32
|
+
2. **Pre-flight detection card** — OS, RAM, disk, internet, ✓/✗ per
|
|
33
|
+
required (git, python3, tmux, sqlite3, curl, jq) and optional
|
|
34
|
+
(claude, uv, node, age, gh) tools.
|
|
35
|
+
3. **Profile picker** (whiptail) when run interactively: vps /
|
|
36
|
+
workstation / minimal.
|
|
37
|
+
4. **17 steps with `[N/M]` progress + per-step elapsed time**:
|
|
38
|
+
preflight, system deps, LLM CLIs, structure, AISB suite, audit
|
|
39
|
+
skills, engine venv, Claude Code settings, accounts, providers, MCP
|
|
40
|
+
picker, Claude plugins, Telegram, autonomous, RAG, first project,
|
|
41
|
+
services (systemd / launchd), doctor.
|
|
42
|
+
5. **PATH auto-setup** in `~/.zshrc` / `~/.bashrc` (idempotent marker
|
|
43
|
+
block, opt-out `--no-path-setup`).
|
|
44
|
+
6. **Post-install card** — boxed verdict (`READY` / `PARTIAL` /
|
|
45
|
+
`NOT READY`), home path, total elapsed, 5 numbered next-step
|
|
46
|
+
commands.
|
|
47
|
+
|
|
48
|
+
At secrets-required steps, the installer prompts (and chmod-600 +
|
|
49
|
+
age-encrypts via `Agentik_Vault/`):
|
|
50
|
+
|
|
51
|
+
* Claude OAuth (`claude login` opens a browser → token saved at
|
|
52
|
+
`~/.claude/.credentials.json`)
|
|
53
|
+
* MCP secrets (`GITHUB_TOKEN`, `NOTION_API_KEY`, …)
|
|
54
|
+
* Telegram bot token + group id
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Phase B — Wire Hermès (Layer 2) — opt-in but recommended
|
|
59
|
+
|
|
60
|
+
```bash
|
|
61
|
+
omega hermes install # ~1 min; runs upstream install.sh
|
|
62
|
+
omega hermes link # bind to live Claude OAuth (live read; never persists)
|
|
63
|
+
omega hermes brief write # teach Hermès the L1-L5 architecture + how to dispatch
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
That third command is the **auto-improvement seed**. It writes a
|
|
67
|
+
`SKILL.md` inside `~/.hermes/skills/omega/` that Hermès reads on every
|
|
68
|
+
start. The brief tells it:
|
|
69
|
+
|
|
70
|
+
* It is Layer 2 — chat + memory + cross-platform gateway
|
|
71
|
+
* L3-L5 lives below — when the user asks for engineering work, delegate
|
|
72
|
+
via `omega run`, `omega genesis`, `omega plan run`
|
|
73
|
+
* Read `.done.json` files after each dispatch and write learning notes
|
|
74
|
+
to its memory (Honcho dialectic user model)
|
|
75
|
+
* Skill-routing map per role (what audits to suggest when)
|
|
76
|
+
|
|
77
|
+
Verify:
|
|
78
|
+
|
|
79
|
+
```bash
|
|
80
|
+
omega hermes status
|
|
81
|
+
hermes installed: ✓
|
|
82
|
+
hermes home: /home/hacker/.hermes
|
|
83
|
+
omega.env linked: ✓
|
|
84
|
+
Claude OAuth token: ✓ (max)
|
|
85
|
+
token expires in: 7.4 h
|
|
86
|
+
|
|
87
|
+
omega hermes brief status
|
|
88
|
+
✓ brief at /home/hacker/.hermes/skills/omega/SKILL.md (5846 bytes)
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
After each mission, the operator (or a cron) runs:
|
|
92
|
+
|
|
93
|
+
```bash
|
|
94
|
+
omega hermes brief observe <slug> <task_id>
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
…which appends a one-line learning event to
|
|
98
|
+
`~/.hermes/memory/omega_observations.jsonl`. Hermès's memory provider
|
|
99
|
+
ingests it; next dispatch is smarter.
|
|
100
|
+
|
|
101
|
+
---
|
|
102
|
+
|
|
103
|
+
## Phase C — Polish tmux (one command)
|
|
104
|
+
|
|
105
|
+
The installer dropped a minimal tmux.conf at
|
|
106
|
+
`$OMEGA_HOME/Agentik_Tools/tmux.conf`. To upgrade to the **pro config**
|
|
107
|
+
(paste-fix Termius, session-kill forensics, smart scroll, OSC 52
|
|
108
|
+
clipboard, prefix+Z popup):
|
|
109
|
+
|
|
110
|
+
```bash
|
|
111
|
+
omega tmux install --profile pro
|
|
112
|
+
✓ ~/.tmux.conf installed (profile: pro)
|
|
113
|
+
backup → ~/.tmux.conf.bak.20260525-143000
|
|
114
|
+
bundled → /home/hacker/Omega/Agentik_Tools/tmux.conf
|
|
115
|
+
|
|
116
|
+
Reload tmux NOW:
|
|
117
|
+
prefix+r # or `tmux source-file ~/.tmux.conf`
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
From any tmux session: **prefix+Z** opens a popup with every OmegaOS
|
|
121
|
+
session, grouped by category (AISB / Oracle / Worker / Dev / Linear /
|
|
122
|
+
Home / Other). Pick → switch-client cleanly without leaving tmux.
|
|
123
|
+
|
|
124
|
+
```bash
|
|
125
|
+
omega tmux list # all sessions, grouped
|
|
126
|
+
omega tmux health # population summary + stale workers
|
|
127
|
+
omega tmux menu # the popup body (same as prefix+Z)
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
Every Claude Code / Hermès / Cowork / LLM CLI session you spawn via
|
|
131
|
+
`omega worker spawn`, `omega aisb chat`, etc. lands in its own tmux
|
|
132
|
+
session. The pro config logs every `session-closed` + `pane-died` to
|
|
133
|
+
`$OMEGA_HOME/Agentik_Extra/var/logs/tmux-session-kills.log` — a
|
|
134
|
+
mystery dead worker leaves a trace.
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## Phase D — Daily use
|
|
139
|
+
|
|
140
|
+
### From Telegram (the most common path)
|
|
141
|
+
|
|
142
|
+
You type a message in the Telegram topic bound to your project:
|
|
143
|
+
|
|
144
|
+
```
|
|
145
|
+
fix the typo in apps/web/app/page.tsx
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
What happens, in order:
|
|
149
|
+
|
|
150
|
+
1. **AISB (L3)** receives the message, classifies the intent
|
|
151
|
+
(`bug-fix`), picks the topology.
|
|
152
|
+
2. **Oracle (L4)** is spawned in a fresh tmux session
|
|
153
|
+
(`myproj-oracle-N`), plans 1 worker.
|
|
154
|
+
3. **Worker (L5)** is spawned in `myproj-worker-1-fix-typo`. Runs
|
|
155
|
+
`claude -p` with the worker envelope + injected skill palette
|
|
156
|
+
(`/codeaudit`, `/pursue`, etc).
|
|
157
|
+
4. Worker writes `.done.json` (status=done_clean, files_changed,
|
|
158
|
+
usage, cost).
|
|
159
|
+
5. **Audit gate** runs the `verify_cmd` from the brief. Refuses to
|
|
160
|
+
flip the task to VERIFIED if it fails.
|
|
161
|
+
6. **PDF report** generated + Telegram message: `✓ done in 47s — see report.pdf`.
|
|
162
|
+
|
|
163
|
+
You watch all of this via prefix+Z if you SSH in. Otherwise you just
|
|
164
|
+
wait for Telegram.
|
|
165
|
+
|
|
166
|
+
### From the VPS (SSH)
|
|
167
|
+
|
|
168
|
+
```bash
|
|
169
|
+
ssh -p 42820 hacker@<vps-domain>
|
|
170
|
+
omega # interactive whiptail menu
|
|
171
|
+
omega status # every task + derived state
|
|
172
|
+
omega run "..." # quick one-shot
|
|
173
|
+
omega genesis new my-app --intent "..." # new project pipeline
|
|
174
|
+
omega plan build my-app && omega plan run my-app # multi-day autonomous loop
|
|
175
|
+
omega tmux # tmux session picker
|
|
176
|
+
prefix+Z # tmux popup with omega tmux menu inside
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
### From Hermes Desktop (laptop UI on remote VPS)
|
|
180
|
+
|
|
181
|
+
```bash
|
|
182
|
+
# On the VPS:
|
|
183
|
+
omega hermes-desktop install
|
|
184
|
+
# → prints a profile to paste into Hermes Desktop:
|
|
185
|
+
# Name: OmegaOS VPS
|
|
186
|
+
# URL: http://127.0.0.1:8642
|
|
187
|
+
# API key: <40 hex chars>
|
|
188
|
+
|
|
189
|
+
# Then either bind public (with reverse proxy + TLS), or tunnel:
|
|
190
|
+
ssh -L 8642:127.0.0.1:8642 -p 42820 hacker@<vps-domain>
|
|
191
|
+
|
|
192
|
+
# In one tmux session on the VPS:
|
|
193
|
+
omega hermes-desktop serve --port 8642
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
On the laptop:
|
|
197
|
+
|
|
198
|
+
1. Install Hermes Desktop from https://hermesagents.cc/.
|
|
199
|
+
2. Settings → Profiles → New → paste the URL + API key.
|
|
200
|
+
3. Switch to that profile.
|
|
201
|
+
|
|
202
|
+
Now every chat message in Hermes Desktop hits the VPS, gets answered
|
|
203
|
+
by Hermès (running on the VPS, sharing the Claude OAuth), and
|
|
204
|
+
engineering work delegates down to AISB → Oracle → Workers as usual.
|
|
205
|
+
|
|
206
|
+
---
|
|
207
|
+
|
|
208
|
+
## Phase E — Mises à jour silencieuses
|
|
209
|
+
|
|
210
|
+
Every `omega …` invocation does a cached check (24h) for a newer
|
|
211
|
+
`@agentikos/omega-os`. If one exists, a single stderr line:
|
|
212
|
+
|
|
213
|
+
```
|
|
214
|
+
[omega] update available: 0.18.1 → 0.19.0 run `omega update apply` to install
|
|
215
|
+
```
|
|
216
|
+
|
|
217
|
+
To opt-in to nightly auto-apply (backup → npm install → migrations →
|
|
218
|
+
verify → rollback on fail):
|
|
219
|
+
|
|
220
|
+
```bash
|
|
221
|
+
omega update auto enable
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
A charter lands at `Agentik_Orchestration/autonomous/auto-update.yaml`
|
|
225
|
+
that fires at 04:00 UTC via the autonomous supervisor.
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
## Phase F — Handoff between sessions
|
|
230
|
+
|
|
231
|
+
When you `/clear` mid-work, you write a handoff first:
|
|
232
|
+
|
|
233
|
+
```
|
|
234
|
+
/handoff
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
…which writes the 5-section memo to your project's `HANDOFF.md`. The
|
|
238
|
+
next agent in the same project reads it on first turn:
|
|
239
|
+
|
|
240
|
+
```bash
|
|
241
|
+
omega handoff read --project my-app
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
Five sections, non-negotiable: Mission · State · Files touched · Dead
|
|
245
|
+
ends · Next.
|
|
246
|
+
|
|
247
|
+
---
|
|
248
|
+
|
|
249
|
+
## Quick reference — everything you can run
|
|
250
|
+
|
|
251
|
+
| Action | Command |
|
|
252
|
+
|---|---|
|
|
253
|
+
| Status of everything | `omega doctor` |
|
|
254
|
+
| Interactive menu | `omega` |
|
|
255
|
+
| Quick mission | `omega run "..."` |
|
|
256
|
+
| New project (vision → plan) | `omega genesis new <slug> --intent "..."` |
|
|
257
|
+
| Run plan (multi-day) | `omega plan run <slug>` |
|
|
258
|
+
| Forensic audit | `omega audit run codeaudit` (17 available) |
|
|
259
|
+
| Tmux session picker | `prefix+Z` (or `omega tmux menu`) |
|
|
260
|
+
| Stale-session cleanup | `omega cleanup --deep` |
|
|
261
|
+
| Cross-source memory search | `omega memory search "..."` |
|
|
262
|
+
| Hermès one-shot | `omega hermes ask "..."` |
|
|
263
|
+
| Update OmegaOS | `omega update apply` |
|
|
264
|
+
| Handoff between sessions | `/handoff` (Claude Code) or `omega handoff write` |
|
|
265
|
+
| Hermes Desktop remote | `omega hermes-desktop install` |
|
|
266
|
+
|
|
267
|
+
---
|
|
268
|
+
|
|
269
|
+
## Auto-improvement — how the system gets better
|
|
270
|
+
|
|
271
|
+
Three loops run in parallel:
|
|
272
|
+
|
|
273
|
+
1. **Per-mission**: every `.done.json` → `omega learn reflect` writes
|
|
274
|
+
an Insight to `Agentik_Extra/staging/promotion/` for triage.
|
|
275
|
+
2. **Hermès dialectic**: `omega hermes brief observe` appends to
|
|
276
|
+
Hermès's memory log; Honcho updates the user model.
|
|
277
|
+
3. **Quality Arsenal trend**: `omega audit history` reveals score
|
|
278
|
+
trends per project; recurring weak audits trigger Smith reflection
|
|
279
|
+
proposals.
|
|
280
|
+
|
|
281
|
+
Every loop reads OmegaOS's event log (`Agentik_Runtime/eventlog/omega.db`)
|
|
282
|
+
as ground truth. The system gets smarter by observing its own outcomes,
|
|
283
|
+
not by being prompted to "be smarter".
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ARSENAL-INTERCONNECTIONS
|
|
3
|
+
description: >
|
|
4
|
+
Complete interconnection map for the 14 Quality Arsenal audits. Defines ownership
|
|
5
|
+
boundaries (no duplicate findings), dispatch-order constraints, input/output contracts
|
|
6
|
+
between audits, shared finding types with routing rules, and parallel-dispatch groups.
|
|
7
|
+
Referenced by /aisb, /metaudit, rule 43 Linear pipeline, and Oracle orchestrators.
|
|
8
|
+
NOT a user-invokable skill — shared source of truth, like QUALITY-ARSENAL-PREAMBLE.md.
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
# Quality Arsenal — Interconnections Map v1.0
|
|
12
|
+
|
|
13
|
+
> *"Each audit is a lens. Together they must focus, not interfere."*
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 1. WHAT EACH AUDIT OWNS (single-source ownership — no duplicates)
|
|
18
|
+
|
|
19
|
+
| Audit | Primary question | Owns exclusively |
|
|
20
|
+
|-------|-----------------|-------------------|
|
|
21
|
+
| `/codeaudit` | Is the code SOLID? | SOLID violations, phantom imports, circular deps, dead code, contract drift, git safety, fix-gate smoke tests for integrations |
|
|
22
|
+
| `/debugaudit` | What is BROKEN right now? | Runtime console errors, network failures mid-flow, visual regressions, chaos-mode fuzzing, authenticated-state behavior |
|
|
23
|
+
| `/uiuxaudit` | Is the interface COHERENT? | Visual coherence (color/typography/spacing), Gestalt principles, design-system adherence, AI-generic smells, dark-mode parity |
|
|
24
|
+
| `/flowaudit` | Does the EXPERIENCE work? | User journeys, state-machine integrity, dead ends, promise-vs-experience (runtime), error recovery paths, onboarding |
|
|
25
|
+
| `/featureaudit` | Is the product COMPLETE? | PRD coverage, feature parity with competitors, inferred-vs-explicit PRD fallback, WebSearch-bounded parity research |
|
|
26
|
+
| `/perfaudit` | Is it FAST enough? | Core Web Vitals measurement, bundle size, render timing, memory profiling, perf regressions vs baseline |
|
|
27
|
+
| `/secaudit` | Is it SECURE? | OWASP Top 10 exploitation, XSS/SQLi/SSRF/IDOR probes, auth bypass, privilege escalation, rate-limit-safe fuzzing |
|
|
28
|
+
| `/a11yaudit` | Is it ACCESSIBLE? | WCAG 2.1 AA, keyboard nav, ARIA, screen-reader automation, RTL/i18n layout, reduced-motion |
|
|
29
|
+
| `/seoaudit` | Is it DISCOVERABLE? | Crawlability, indexability, meta tags, Schema.org markup, GEO (AI-search optimization), content decay |
|
|
30
|
+
| `/copyaudit` | Is the COPY clear? | Word-level tone, claim clarity (static), CTA text, jargon, banned-phrase scan, i18n wrapping |
|
|
31
|
+
| `/dxaudit` | Is the DX smooth? | README quality (20-item rubric), setup time (external runner), error messages, dev-loop UX |
|
|
32
|
+
| `/motionaudit` | Is motion PURPOSEFUL? | CSS/JS/WebGL/P5/Lottie/video/GIF animation audit, purpose classification, reduced-motion compliance |
|
|
33
|
+
| `/dataaudit` | Is the DATA intact? | Schema validation, migration safety (DB backup gate), orphan records, referential integrity, data sampling |
|
|
34
|
+
| `/apiaudit` | Is the API solid? | REST/GraphQL contract compliance, auth middleware presence, rate-limit specs, inference-mode labeling |
|
|
35
|
+
|
|
36
|
+
**Rule:** A given finding has exactly ONE owner. If two audits disagree, the ownership table wins.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## 2. OWNERSHIP CONFLICTS & RESOLUTIONS
|
|
41
|
+
|
|
42
|
+
Cases where the boundary was fuzzy — now formally resolved:
|
|
43
|
+
|
|
44
|
+
| Concern | Conflict | Resolution |
|
|
45
|
+
|---------|---------|------------|
|
|
46
|
+
| **Core Web Vitals** | `/perfaudit` measures, `/seoaudit` cares about ranking impact | `/perfaudit` MEASURES + OWNS REMEDIATION. `/seoaudit` READS `audits/.perfaudit/verdict.json` (if <24h old) and scores only the SEO-ranking-impact dimension. No re-measurement. |
|
|
47
|
+
| **Auth security** | `/apiaudit` static-checks auth middleware, `/secaudit` exploits it | `/apiaudit` owns STATIC auth correctness. `/secaudit` owns RUNTIME exploitation. Shared finding if both agree = CRITICAL elevation. |
|
|
48
|
+
| **Promise vs experience** | `/flowaudit` checks runtime, `/copyaudit` checks static text | `/copyaudit` owns WORD-level (tone, jargon, 5-second test). `/flowaudit` owns LABEL-vs-ACTION at runtime. Duplicate file:line → prefer `/flowaudit` (behavior > text). |
|
|
49
|
+
| **i18n wrapping** | `/a11yaudit` + `/copyaudit` both care | `/copyaudit` owns wrapping detection (hardcoded string regex). `/a11yaudit` owns rendered-locale verification (RTL, pluralization). |
|
|
50
|
+
| **Dead ends** | `/flowaudit` owns, `/uiuxaudit` sometimes notices | `/flowaudit` exclusively. If `/uiuxaudit` notices a dead end, emit as a `/flowaudit`-routed finding (cross-audit hand-off). |
|
|
51
|
+
| **Banned phrases** | `/copyaudit` scans copy, `/metaudit` scans commands | `/copyaudit` scans user-facing copy. `/metaudit` scans `.md` configuration files. No overlap (different target surfaces). |
|
|
52
|
+
| **Error messages** | `/dxaudit` (helpful?), `/copyaudit` (clear?), `/debugaudit` (accurate?) | `/dxaudit` owns HELPFULNESS (actionable, diagnosable). `/copyaudit` owns CLARITY (plain language). `/debugaudit` owns ACCURACY (matches actual error). Rare 3-way overlap = same underlying error string — elevate to CRITICAL. |
|
|
53
|
+
| **Non-UI contexts** | Who audits a CLI? | `/codeaudit`, `/dxaudit` (primary), `/copyaudit` (help text), `/secaudit`, `/perfaudit`, `/dataaudit`, `/apiaudit`. ABORT list: `/uiuxaudit`, `/flowaudit`, `/motionaudit`, `/seoaudit`. |
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## 3. DISPATCH ORDER CONSTRAINTS
|
|
58
|
+
|
|
59
|
+
Some audits depend on others' outputs. Dispatch order matters when running them together.
|
|
60
|
+
|
|
61
|
+
### Strict ordering (dependent audits)
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
/perfaudit → /seoaudit (/seoaudit reads audits/.perfaudit/verdict.json for CWV scoring)
|
|
65
|
+
/apiaudit → /secaudit (/secaudit exploits the contract /apiaudit documented)
|
|
66
|
+
/codeaudit → /debugaudit (fix code phantoms before looking for runtime bugs)
|
|
67
|
+
/dataaudit → /apiaudit (schema defines API response shape)
|
|
68
|
+
/codeaudit → /dataaudit (model types define schema)
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
### Independent (can run in parallel)
|
|
72
|
+
|
|
73
|
+
Any audit not in the strict chain above can run in parallel with others, subject to concurrency locks (preamble §3) and distinct `.{audit}/` output directories.
|
|
74
|
+
|
|
75
|
+
### The Rule-43 Quadruple (Linear ticket pipeline)
|
|
76
|
+
|
|
77
|
+
For Linear ticket resolution (per `~/.claude/docs/rules-archive/43-linear-ticket-pipeline.md` Step 8):
|
|
78
|
+
|
|
79
|
+
```
|
|
80
|
+
Parallel dispatch (same ticket, same files_modified, same page_url):
|
|
81
|
+
/codeaudit --files={files} --ticket={T} --url={url}
|
|
82
|
+
/uiuxaudit --files={files} --ticket={T} --url={url}
|
|
83
|
+
/flowaudit --files={files} --ticket={T} --url={url}
|
|
84
|
+
/debugaudit --files={files} --ticket={T} --url={url}
|
|
85
|
+
|
|
86
|
+
Each writes to: .linear-fix/{TICKET}/{audit}.json
|
|
87
|
+
Threshold: each = 100/100 (rule 43 step 8b fix-and-reaudit until 100)
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
The dynamic audit chain (4-12 audits selected by audit-selector.py) is safe to parallelize because:
|
|
91
|
+
- Each writes to a ticket-specific distinct path (no output collision)
|
|
92
|
+
- Each concurrency-locks its own `.{audit}/.lock` (no same-audit collision)
|
|
93
|
+
- No output dependency between them (CWV deferral rule applies elsewhere)
|
|
94
|
+
|
|
95
|
+
### The `/aisb full` / `/godmode` octad (broad verification)
|
|
96
|
+
|
|
97
|
+
For comprehensive verification across a project, run 8 parallel audits grouped by independence:
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
Group 1 (independent): /codeaudit, /perfaudit, /secaudit, /a11yaudit
|
|
101
|
+
Group 2 (depends on Group 1): /debugaudit, /seoaudit, /dataaudit, /apiaudit
|
|
102
|
+
Group 3 (independent of 1+2): /uiuxaudit, /flowaudit, /featureaudit, /motionaudit, /copyaudit, /dxaudit
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
Dispatch: Group 1 → wait for /codeaudit + /perfaudit + /apiaudit + /dataaudit completion → Group 2. Group 3 runs parallel to 1+2.
|
|
106
|
+
|
|
107
|
+
---
|
|
108
|
+
|
|
109
|
+
## 4. INPUT / OUTPUT CONTRACTS BETWEEN AUDITS
|
|
110
|
+
|
|
111
|
+
Machine-readable handoffs documented here:
|
|
112
|
+
|
|
113
|
+
| Producer | Consumer | File | Contents |
|
|
114
|
+
|----------|---------|------|----------|
|
|
115
|
+
| `/perfaudit` | `/seoaudit` | `audits/.perfaudit/verdict.json` | `{phases: [{id: 6, name: "CWV", metrics: {lcp, fid/inp, cls, ttfb}}]}` — /seoaudit reads `metrics` and scores ranking impact |
|
|
116
|
+
| `/apiaudit` | `/secaudit` | `audits/.apiaudit/verdict.json` | `{findings: [{type: "auth_check_missing", endpoint: "..."}]}` — /secaudit elevates to CRITICAL if exploit confirmed |
|
|
117
|
+
| `/codeaudit` | `/debugaudit` | `audits/.codeaudit/verdict.json` | `{findings: [{type: "phantom_import", file: "..."}]}` — /debugaudit skips console-error findings already covered |
|
|
118
|
+
| `/dataaudit` | `/apiaudit` | `audits/.dataaudit/verdict.json` | Schema type info — /apiaudit validates REST/GraphQL response shape matches |
|
|
119
|
+
| Any audit | `/metaudit` | `.{audit}/verdict.json` | `preamble_version`, `compliance_score`, `skill_used` — /metaudit's Phase 1 compliance check |
|
|
120
|
+
|
|
121
|
+
**Contract violation** (e.g., /seoaudit running without /perfaudit's output despite expecting it) → /seoaudit either runs its own CWV measurement (fallback) or emits a warning in verdict.md. Never fails silently.
|
|
122
|
+
|
|
123
|
+
---
|
|
124
|
+
|
|
125
|
+
## 5. SHARED FINDING TYPES & ROUTING
|
|
126
|
+
|
|
127
|
+
Some finding types appear across multiple audits. Routing rules:
|
|
128
|
+
|
|
129
|
+
| Finding type | Audits that detect | Routing rule |
|
|
130
|
+
|-------------|-------------------|--------------|
|
|
131
|
+
| **Banned phrase (rule 46)** | `/copyaudit` (user copy), `/metaudit` (command config) | `/copyaudit` owns user-facing copy. `/metaudit` owns `.md` configuration. Different targets = no dedupe. |
|
|
132
|
+
| **Stale Skill() ref** | `/metaudit` (exclusively) | Only `/metaudit` scans command files. |
|
|
133
|
+
| **Dead end in flow** | `/flowaudit` (exclusively) | `/uiuxaudit` notices → forward to `/flowaudit` queue. |
|
|
134
|
+
| **Auth bypass** | `/apiaudit` (static), `/secaudit` (runtime) | Both can emit. Shared agreement = CRITICAL. |
|
|
135
|
+
| **Regression vs baseline** | `/perfaudit` (perf), `/debugaudit` (visual), `/seoaudit` (ranking) | Each owns its own baseline file. |
|
|
136
|
+
| **Integration broken post-fix** | ANY code-touching audit via Phase 23 smoke gate | First audit to detect aborts the fix + reverts. Others inherit revert state. |
|
|
137
|
+
| **Broken screenshot / 4xx-5xx page** | `/debugaudit` ABORTS (preamble §5) | NEVER marked as "pass with warning" — ABORT is the only correct response. |
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
## 6. HANDOFF LIFECYCLE (what flows between audits during a full run)
|
|
142
|
+
|
|
143
|
+
```
|
|
144
|
+
┌──────────────────┐
|
|
145
|
+
│ /aisb / Oracle │
|
|
146
|
+
└────────┬─────────┘
|
|
147
|
+
│ dispatch
|
|
148
|
+
▼
|
|
149
|
+
┌──────────────────────────────────┐
|
|
150
|
+
│ Group 1 (no deps, parallel) │
|
|
151
|
+
│ /codeaudit /perfaudit │
|
|
152
|
+
│ /secaudit /a11yaudit │
|
|
153
|
+
│ /dataaudit /apiaudit (partial) │
|
|
154
|
+
└───┬────────┬─────┬────────┬──────┘
|
|
155
|
+
│ │ │ │
|
|
156
|
+
▼ ▼ ▼ ▼
|
|
157
|
+
┌──────────────────────────────────┐
|
|
158
|
+
│ Handoff files │
|
|
159
|
+
│ audits/.codeaudit/verdict.json │
|
|
160
|
+
│ audits/.perfaudit/verdict.json (CWV) │
|
|
161
|
+
│ audits/.dataaudit/verdict.json (types) │
|
|
162
|
+
│ audits/.apiaudit/verdict.json (partial)│
|
|
163
|
+
└───┬──────────────────────────────┘
|
|
164
|
+
│ consumed by
|
|
165
|
+
▼
|
|
166
|
+
┌──────────────────────────────────┐
|
|
167
|
+
│ Group 2 (depends on Group 1) │
|
|
168
|
+
│ /debugaudit (reads codeaudit) │
|
|
169
|
+
│ /seoaudit (reads perfaudit) │
|
|
170
|
+
│ /apiaudit (reads dataaudit) │
|
|
171
|
+
│ /secaudit (reads apiaudit) │
|
|
172
|
+
└──────────────────────────────────┘
|
|
173
|
+
|
|
174
|
+
┌──────────────────────────────────┐
|
|
175
|
+
│ Group 3 (fully independent, │
|
|
176
|
+
│ runs parallel to 1+2) │
|
|
177
|
+
│ /uiuxaudit /flowaudit │
|
|
178
|
+
│ /featureaudit /motionaudit │
|
|
179
|
+
│ /copyaudit /dxaudit │
|
|
180
|
+
└──────────────────────────────────┘
|
|
181
|
+
│
|
|
182
|
+
▼
|
|
183
|
+
┌──────────────────────────────────┐
|
|
184
|
+
│ /metaudit (compliance check) │
|
|
185
|
+
│ Verifies all 14 wrote verdicts │
|
|
186
|
+
│ with preamble_version="1.0" │
|
|
187
|
+
└──────────────────────────────────┘
|
|
188
|
+
│
|
|
189
|
+
▼
|
|
190
|
+
┌──────────────────┐
|
|
191
|
+
│ Final verdict │
|
|
192
|
+
│ to Oracle/User │
|
|
193
|
+
└──────────────────┘
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## 7. ANTI-PATTERNS (what NOT to do)
|
|
199
|
+
|
|
200
|
+
1. **Never run audits sequentially when they're independent** — wastes days instead of hours.
|
|
201
|
+
2. **Never dispatch a dependent audit before its producer** — `/seoaudit` before `/perfaudit` = duplicate CWV work.
|
|
202
|
+
3. **Never combine audits into a single "audit" worker** — per rule 001, always invoke specific skills.
|
|
203
|
+
4. **Never interpret 403/401 as a pass** — preamble §5 ABORT rule is absolute.
|
|
204
|
+
5. **Never mark an audit "done" without output-gate verification** — check files exist with valid schemas.
|
|
205
|
+
6. **Never run without scoped flags when rule 43 requires them** — `--url`, `--ticket`, `--files` are MANDATORY for Linear pipeline.
|
|
206
|
+
7. **Never duplicate findings across audits** — ownership table (§1) wins, cross-forward if one audit notices another's turf.
|
|
207
|
+
8. **Never skip `/metaudit` after touching any command `.md` file** — drift starts immediately.
|
|
208
|
+
9. **Never run a `/uiuxaudit` / `/flowaudit` / `/motionaudit` / `/seoaudit` on a non-UI project** — ABORT per preamble §5.
|
|
209
|
+
10. **Never run two instances of the same audit simultaneously on the same project** — concurrency lock blocks, but don't even try.
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## 8. HOW /aisb AND ORACLES PICK AUDITS
|
|
214
|
+
|
|
215
|
+
When a task arrives, Oracle classifies it and picks the minimal audit set:
|
|
216
|
+
|
|
217
|
+
| Task signal | Audits to dispatch |
|
|
218
|
+
|-------------|-------------------|
|
|
219
|
+
| "fix this bug" + specific file | `/codeaudit --files=... --focus=<area>` + `/debugaudit --url=... --files=...` |
|
|
220
|
+
| "build is slow" | `/perfaudit` (solo) |
|
|
221
|
+
| "security concern" on endpoint | `/apiaudit --url=... --focus=auth` → if findings → `/secaudit --url=...` |
|
|
222
|
+
| "redesign the dashboard" | `/uiuxaudit` + `/flowaudit` + `/a11yaudit` (parallel) |
|
|
223
|
+
| "audit everything" / "full audit" / "audit complet" | All 14 via Group 1→2 + Group 3 parallel |
|
|
224
|
+
| "check accessibility" | `/a11yaudit` (solo) |
|
|
225
|
+
| "SEO review" | `/perfaudit` then `/seoaudit` |
|
|
226
|
+
| Linear ticket (rule 43) | Quadruple: `/codeaudit` + `/uiuxaudit` + `/flowaudit` + `/debugaudit` — all --ticket-scoped |
|
|
227
|
+
| "audit the commands" / "audit the audits" | `/metaudit` (solo) |
|
|
228
|
+
| "check if my CLI has UX issues" | `/dxaudit` + `/copyaudit` (NEVER `/uiuxaudit` on a CLI) |
|
|
229
|
+
|
|
230
|
+
Full routing table: `~/.claude/commands/ARSENAL-ORCHESTRATION-PLAYBOOK.md`.
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## 9. THE META-LAW
|
|
235
|
+
|
|
236
|
+
> **One doctrine, fourteen implementations, zero drift, fifteen lenses when /metaudit is included.**
|
|
237
|
+
|
|
238
|
+
- One `QUALITY-ARSENAL-PREAMBLE.md` (shared doctrine)
|
|
239
|
+
- Fourteen audit `.md` files (each with compliance block + 100/100 certificate)
|
|
240
|
+
- One `ARSENAL-INTERCONNECTIONS.md` (this file — relationships)
|
|
241
|
+
- One `ARSENAL-ORCHESTRATION-PLAYBOOK.md` (how to dispatch)
|
|
242
|
+
- One `/metaudit` command (compliance enforcement)
|
|
243
|
+
|
|
244
|
+
Together: **a coherent Quality Arsenal, not 14 isolated tools.**
|
|
245
|
+
|
|
246
|
+
---
|
|
247
|
+
|
|
248
|
+
*v1.0 — 2026-04-14. Referenced by all audits, /metaudit, /aisb, /godmode, rule 43, rule 001.*
|
|
249
|
+
|
|
250
|
+
---
|
|
251
|
+
|
|
252
|
+
## 10. SIGNAL-BASED AUTO-DISPATCH (intelligence upgrade — preamble v1.1 §16)
|
|
253
|
+
|
|
254
|
+
Beyond keyword matching, Oracle reads project signals before dispatching:
|
|
255
|
+
|
|
256
|
+
```
|
|
257
|
+
package.json deps detected → auto-focus
|
|
258
|
+
convex → /dataaudit (Convex schema), /apiaudit (Convex functions)
|
|
259
|
+
@clerk/* → /secaudit --focus=auth, /flowaudit --focus=auth-flow
|
|
260
|
+
stripe → /flowaudit --focus=payment, /secaudit --focus=payment-security
|
|
261
|
+
next-intl → /copyaudit --focus=i18n, /a11yaudit --focus=rtl
|
|
262
|
+
framer-motion → /motionaudit relevant
|
|
263
|
+
prisma → /dataaudit + /apiaudit (schema → contract chain)
|
|
264
|
+
no react/vue → ABORT UI audits, route to /dxaudit + /copyaudit
|
|
265
|
+
```
|
|
266
|
+
|
|
267
|
+
Emit `project_signals_detected` in every verdict.json (preamble v1.1 §16).
|
|
268
|
+
|
|
269
|
+
## 11. ARSENAL EXPANSION CANDIDATES
|
|
270
|
+
|
|
271
|
+
Three gaps no current audit covers:
|
|
272
|
+
|
|
273
|
+
| Proposed | Owns | Gap between |
|
|
274
|
+
|----------|------|-------------|
|
|
275
|
+
| /i18naudit | String extraction, locale completeness, date/number format, full RTL | /copyaudit (hardcoded strings) ↔ /a11yaudit (rendered locale) |
|
|
276
|
+
| /cicdaudit | Build trends, DORA metrics, secret management, artifact caching | /dxaudit (static CI config) → runtime CI health |
|
|
277
|
+
| /costaudit | Unbounded API calls, spend caps, runaway crons, serverless waste | No current audit covers billing exposure |
|
|
278
|
+
|
|
279
|
+
Build when a project hits the gap. Not mandated.
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
*v1.1 — 2026-04-14. Added §10 signal-based dispatch + §11 expansion candidates.*
|