@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,161 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: perfaudit
|
|
3
|
+
description: Forensic performance audit — Is it FAST ENOUGH for humans to care — or does it bleed milliseconds nobody measured?. Runs the gather (deterministic) + falsify (agentic) pipeline, batches fixes, dispatches capped workers, re-audits, and persists scores. Use when the user says "/perfaudit", "audit performance", or asks to verify the performance health of the project.
|
|
4
|
+
when_to_use: User says /perfaudit, audit performance, check performance, verify performance, is performance healthy.
|
|
5
|
+
argument-hint: "[--scope <path>] [--fix] [--max-workers N]"
|
|
6
|
+
arguments: [args]
|
|
7
|
+
allowed-tools: Bash Read Edit Grep Glob Write
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# perfaudit — forensic audit (Agentik OS Quality Arsenal)
|
|
11
|
+
|
|
12
|
+
> Is it FAST ENOUGH for humans to care — or does it bleed milliseconds nobody measured?
|
|
13
|
+
|
|
14
|
+
You are running the perfaudit forensic audit. Apply the **Gestalt-Popper
|
|
15
|
+
doctrine**: identify the hinge point, scrutinise it 10x, then assume
|
|
16
|
+
every name is a CLAIM and look for the divergence between the claim and
|
|
17
|
+
the reality. Bias toward FAIL. A perfect score is earned by finding zero
|
|
18
|
+
falsifiable claims, never by absence of effort.
|
|
19
|
+
|
|
20
|
+
## Run
|
|
21
|
+
|
|
22
|
+
The audit is one engine call — gather (deterministic) + falsify (agentic)
|
|
23
|
+
+ optional fix-dispatch (capped) + re-audit. Invoke the unified pipeline:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
omega audit run perfaudit $args
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Common options:
|
|
30
|
+
|
|
31
|
+
| Flag | Effect |
|
|
32
|
+
|---|---|
|
|
33
|
+
| `--scope <path>` | scope the audit (file or directory) |
|
|
34
|
+
| `--fix` | after analysing, batch findings + dispatch up to N workers + re-audit |
|
|
35
|
+
| `--max-workers N` | cap parallel fix workers (default 3) |
|
|
36
|
+
| `--min-severity high` | only batch + fix findings at or above this severity |
|
|
37
|
+
|
|
38
|
+
Read-only by default. Add `--fix` to enable the dispatch + re-audit loop.
|
|
39
|
+
|
|
40
|
+
## Phases under investigation
|
|
41
|
+
|
|
42
|
+
The agentic pass walks each phase below and emits structured findings
|
|
43
|
+
(claim vs. reality). Every PASS must cite ≥3 concrete checks.
|
|
44
|
+
|
|
45
|
+
### 1. core-web-vitals
|
|
46
|
+
|
|
47
|
+
Measure LCP (<2.5s), INP (<200ms), CLS (<0.1), TTFB (<800ms), FCP (<1.8s) on the hinge page; re-run throttled at 3G + 4x CPU and watch the score collapse.
|
|
48
|
+
|
|
49
|
+
### 2. bundle-bloat
|
|
50
|
+
|
|
51
|
+
Total initial JS compressed (<200KB target); barrel imports pulling whole libraries; duplicate deps at multiple versions; source maps shipped to prod.
|
|
52
|
+
|
|
53
|
+
### 3. render-path
|
|
54
|
+
|
|
55
|
+
Render-blocking CSS/scripts in the critical path; unnecessary React re-renders; layout thrashing (read-write-read); long tasks >50ms blocking interactivity.
|
|
56
|
+
|
|
57
|
+
### 4. js-execution
|
|
58
|
+
|
|
59
|
+
Parse cost per bundle; hydration time and mismatch errors; un-throttled scroll/resize handlers; async waterfalls that should be Promise.all.
|
|
60
|
+
|
|
61
|
+
### 5. image-optimization
|
|
62
|
+
|
|
63
|
+
PNG/JPEG where WebP/AVIF saves 60-80%; images larger than display size; missing width/height (CLS); missing lazy-loading below the fold; missing fetchpriority on the LCP image.
|
|
64
|
+
|
|
65
|
+
### 6. font-loading
|
|
66
|
+
|
|
67
|
+
WOFF2 used and subset to used glyphs; font-display:swap to prevent FOIT; critical fonts preloaded; layout shift when the web font swaps in.
|
|
68
|
+
|
|
69
|
+
### 7. caching-strategy
|
|
70
|
+
|
|
71
|
+
Cache-Control + immutable on fingerprinted assets; repeated identical API calls that should be memoized/SWR-cached; deploy invalidates stale CSS/JS hashes.
|
|
72
|
+
|
|
73
|
+
### 8. ssr-ssg-strategy
|
|
74
|
+
|
|
75
|
+
Each route uses the right rendering mode (SSR/SSG/ISR/CSR); static pages wrongly rendered per-request; SSR data fetching serial instead of parallel; streaming used for TTFB.
|
|
76
|
+
|
|
77
|
+
### 9. code-splitting
|
|
78
|
+
|
|
79
|
+
Route-based and component-based splitting working; vendor/framework chunks separated; heavy components (charts, editors, maps) lazy-loaded behind dynamic import.
|
|
80
|
+
|
|
81
|
+
### 10. api-response-times
|
|
82
|
+
|
|
83
|
+
Per-endpoint average <200ms and P95 <1s; over-fetching unused fields; sequential dependent calls on page load; missing pagination on list endpoints.
|
|
84
|
+
|
|
85
|
+
### 11. n-plus-one
|
|
86
|
+
|
|
87
|
+
Same query template fired in a loop with different params; ORM relationships lacking eager loading; SELECT * where columns suffice; total queries per page load >10.
|
|
88
|
+
|
|
89
|
+
### 12. db-query-performance
|
|
90
|
+
|
|
91
|
+
Queries >100ms; full table scans from missing indexes; joins/sorts without supporting indexes; large result sets without LIMIT; connection pool sized for concurrency.
|
|
92
|
+
|
|
93
|
+
### 13. memory-leaks
|
|
94
|
+
|
|
95
|
+
Heap growth over time; detached DOM nodes; event listeners/timers/intervals/sockets never cleaned on unmount; unbounded caches and history stacks.
|
|
96
|
+
|
|
97
|
+
### 14. resource-hints-third-party
|
|
98
|
+
|
|
99
|
+
LCP image and critical fonts preloaded; preconnect/dns-prefetch for third-party origins; render-blocking third-party scripts that could be deferred or facade-loaded.
|
|
100
|
+
|
|
101
|
+
## Falsification rules
|
|
102
|
+
|
|
103
|
+
Lighthouse scores lie — every green score must be re-verified throttled (3G + 4x CPU, cold cache) and twice to rule out a one-off blip. Categorise findings as SCORE-vs-REALITY, LAB-vs-FIELD, FIRST-vs-REPEAT, or AVERAGE-vs-P95. Every PASS cites ≥3 concrete measurements with actual numbers. "It's fast for me" (warm cache, fast machine) is not evidence. Bias toward FAIL — a 100 is earned, never assumed.
|
|
104
|
+
|
|
105
|
+
## After the run
|
|
106
|
+
|
|
107
|
+
The pipeline writes one structured verdict to:
|
|
108
|
+
|
|
109
|
+
```
|
|
110
|
+
Agentik_Runtime/audits.db (history — `omega audit history perfaudit`)
|
|
111
|
+
Agentik_Runtime/sessions/${CLAUDE_SESSION_ID}/.done.json (this turn)
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
The `.done.json` schema:
|
|
115
|
+
|
|
116
|
+
```json
|
|
117
|
+
{
|
|
118
|
+
"status": "done_clean" | "pending" | "failed",
|
|
119
|
+
"summary": "<one-paragraph verdict>",
|
|
120
|
+
"artifacts": {
|
|
121
|
+
"audit": "perfaudit",
|
|
122
|
+
"score": 0-100,
|
|
123
|
+
"verified": bool,
|
|
124
|
+
"findings": [...],
|
|
125
|
+
"fix_plan": [...],
|
|
126
|
+
"dispatches": [...],
|
|
127
|
+
"reaudit_score": 0-100 // only when --fix was used
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
## Hard rules (don't break these)
|
|
133
|
+
|
|
134
|
+
1. **No fake "done".** First Law: only runtime tells the truth. If the
|
|
135
|
+
gather phase fails or the agentic verdict scores below the threshold,
|
|
136
|
+
you have NOT verified — set status to `pending` or `failed`.
|
|
137
|
+
2. **Cap parallelism.** ≤ 3 fix workers at a time. The
|
|
138
|
+
batcher enforces this; do not call out to other dispatch mechanisms.
|
|
139
|
+
3. **No worker per finding.** Findings are clustered by file footprint and
|
|
140
|
+
severity. One worker handles one disjoint batch.
|
|
141
|
+
4. **Re-audit confirms.** After fixes land, the pipeline re-runs the same
|
|
142
|
+
gather + agentic phases. If the score did not improve, escalate honestly.
|
|
143
|
+
5. **History is the trend.** `omega audit history perfaudit` shows whether the
|
|
144
|
+
codebase is improving over time on this dimension. Use it to decide
|
|
145
|
+
whether to push for `--fix` again.
|
|
146
|
+
|
|
147
|
+
## Why this audit exists
|
|
148
|
+
|
|
149
|
+
The 18 forensic audits are the OmegaOS verification layer. Claude's
|
|
150
|
+
"I'm done" claims used to be unverified. With these audits running as
|
|
151
|
+
the gate, completion is **derived from observable facts**, not declared
|
|
152
|
+
by the worker. Run this audit any time someone (human or agent) claims
|
|
153
|
+
the performance dimension is healthy. Insist on the score before you
|
|
154
|
+
accept.
|
|
155
|
+
|
|
156
|
+
## Reference
|
|
157
|
+
|
|
158
|
+
Audit definition: `Agentik_SSOT/audits/perfaudit.yaml`
|
|
159
|
+
Engine pipeline: `omega_engine.audits.pipeline.AuditPipeline`
|
|
160
|
+
Batcher: `omega_engine.audits.batcher.batch_findings`
|
|
161
|
+
History: `omega_engine.audits.history`
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: plan
|
|
3
|
+
description: Sequential plan executor v7 — replaces the broken /planner v6 that skipped tasks. FSM-enforced ordering at the engine level: every task carries explicit depends_on; the reducer REFUSES to mark a task in-progress / verified if any dep isn't yet VERIFIED. The agent receives ONE eligible task at a time, never the full backlog (closes the v6 visibility leak). Verify-cmd is run by the engine after every claimed_done; non-zero → state goes to FAILED, not VERIFIED. Designed for multi-day autonomous loops. Use when the user says "/plan", "execute the plan", "run the plan", "lance le plan", "continue execution", "next task".
|
|
4
|
+
when_to_use: Genesis already ran (`docs/GENESIS-COMPLETE.md` exists). The DAG is at `plan/DAG.json`. The user wants to start (or continue) the multi-day execution loop.
|
|
5
|
+
allowed-tools: Bash Read
|
|
6
|
+
argument-hint: "<slug>"
|
|
7
|
+
arguments: [slug]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# /plan — FSM-enforced sequential executor
|
|
11
|
+
|
|
12
|
+
You are running the v7 plan executor. The pre-v0.19 `/planner` skill
|
|
13
|
+
suffered from three structural failures that this command fixes by
|
|
14
|
+
construction:
|
|
15
|
+
|
|
16
|
+
| Old failure | New behaviour |
|
|
17
|
+
|---|---|
|
|
18
|
+
| Soft "NEVER skip a step" in the prompt | Engine reducer **rejects** illegal transitions (raises `IllegalTransition`) |
|
|
19
|
+
| Agent saw the entire tracker.json (1500 tasks) | Agent gets ONE task per `omega plan next` call |
|
|
20
|
+
| Dependencies implicit in ordering | Every task carries explicit `depends_on: [F-001, F-003]`; deps must be VERIFIED |
|
|
21
|
+
|
|
22
|
+
## The FSM
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
PENDING → IN_PROGRESS → CLAIMED_DONE → VERIFIED (terminal ok)
|
|
26
|
+
↘
|
|
27
|
+
FAILED (terminal bad)
|
|
28
|
+
↘ FAILED (worker abort)
|
|
29
|
+
|
|
30
|
+
FAILED → PENDING (operator-issued retry only)
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
Every transition is enforced by `omega_engine.plan._transition`. There
|
|
34
|
+
is NO other code path that changes `state`. Trying to violate raises
|
|
35
|
+
`PlanError`; the engine refuses the write.
|
|
36
|
+
|
|
37
|
+
## Multi-day loop
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
# 1. Build the store from plan/DAG.json (idempotent — re-run after
|
|
41
|
+
# editing the DAG; preserves VERIFIED tasks).
|
|
42
|
+
omega plan build <slug>
|
|
43
|
+
|
|
44
|
+
# 2. The execution loop (one iteration per task)
|
|
45
|
+
while true; do
|
|
46
|
+
task_json=$(omega plan next <slug> --json)
|
|
47
|
+
[ -z "$task_json" ] && break # no eligible task left
|
|
48
|
+
|
|
49
|
+
task_id=$(echo "$task_json" | jq -r .id)
|
|
50
|
+
title=$(echo "$task_json" | jq -r .title)
|
|
51
|
+
skill=$(echo "$task_json" | jq -r .skill)
|
|
52
|
+
verify=$(echo "$task_json" | jq -r .verify_cmd)
|
|
53
|
+
files=$(echo "$task_json" | jq -r '.files_owned | join(",")')
|
|
54
|
+
|
|
55
|
+
# mark in-progress (FAILS if any dep isn't verified — fail-safe)
|
|
56
|
+
omega plan start <slug> "$task_id"
|
|
57
|
+
|
|
58
|
+
# Dispatch a worker with the SINGLE task. The worker brief reads
|
|
59
|
+
# docs/30-prd/36-AGENT-PLAYBOOK.md + the feature spec
|
|
60
|
+
# docs/40-features/${task_id}-*.md, then invokes the skill.
|
|
61
|
+
omega worker spawn \
|
|
62
|
+
--task-id "$task_id" \
|
|
63
|
+
--role worker \
|
|
64
|
+
--project "$slug" \
|
|
65
|
+
--skills "$skill" \
|
|
66
|
+
--verify-cmd "$verify" \
|
|
67
|
+
--cwd "$OMEGA_HOME/Agentik_Coding/projects/$slug" \
|
|
68
|
+
"Implement $task_id ($title). Files in scope: $files. \
|
|
69
|
+
Read docs/30-prd/36-AGENT-PLAYBOOK.md FIRST."
|
|
70
|
+
|
|
71
|
+
# Wait for the worker's .done.json
|
|
72
|
+
omega worker wait "$task_id"
|
|
73
|
+
|
|
74
|
+
# Hand the result back to the plan; verify_cmd runs here, the
|
|
75
|
+
# engine refuses VERIFIED if it fails.
|
|
76
|
+
omega plan claimed <slug> "$task_id"
|
|
77
|
+
omega plan done <slug> "$task_id" || omega plan fail <slug> "$task_id" --reason "verify failed"
|
|
78
|
+
done
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## What the worker sees (closes the v6 visibility leak)
|
|
82
|
+
|
|
83
|
+
The worker receives ONLY:
|
|
84
|
+
- the single task spec (one file in `docs/40-features/`)
|
|
85
|
+
- the agent playbook (`docs/30-prd/36-AGENT-PLAYBOOK.md`)
|
|
86
|
+
- the design-discipline skills relevant to the task
|
|
87
|
+
- the project root path
|
|
88
|
+
|
|
89
|
+
It does NOT see the full DAG. It cannot pick "the fun one" because there
|
|
90
|
+
IS no list — just one task to do, then the worker exits and the loop
|
|
91
|
+
asks for the next.
|
|
92
|
+
|
|
93
|
+
## Adversarial guarantees (proven runtime)
|
|
94
|
+
|
|
95
|
+
These are not promises in a prompt — they are reducer-enforced:
|
|
96
|
+
|
|
97
|
+
- ✗ Cannot move F-006 to IN_PROGRESS while F-001 and F-003 are PENDING.
|
|
98
|
+
- ✗ Cannot move any task to VERIFIED from PENDING (must traverse the
|
|
99
|
+
full FSM).
|
|
100
|
+
- ✗ Cannot fake-verify a task — the `verify_cmd` runs by the engine,
|
|
101
|
+
not by the worker.
|
|
102
|
+
- ✓ Resume after crash: SQLite + WAL preserves state; re-run `omega
|
|
103
|
+
plan next <slug>` and the loop continues.
|
|
104
|
+
|
|
105
|
+
## When `next` returns nothing
|
|
106
|
+
|
|
107
|
+
Three causes:
|
|
108
|
+
1. **All done.** Run `omega plan status <slug>` — if `verified == total`,
|
|
109
|
+
the plan is complete. Time to `/prod` ship.
|
|
110
|
+
2. **Stuck — every PENDING task has an unverified dep.** A dep failed.
|
|
111
|
+
Run `omega plan list <slug> --state failed`, then either `retry` or
|
|
112
|
+
`fail` the blocker.
|
|
113
|
+
3. **Empty plan.** `omega plan build <slug>` was never run, or the DAG
|
|
114
|
+
was empty.
|
|
115
|
+
|
|
116
|
+
## Operator escape hatches
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
omega plan retry <slug> <task_id> # FAILED → PENDING (try again)
|
|
120
|
+
omega plan fail <slug> <task_id> # force-fail (mission abort)
|
|
121
|
+
omega plan list <slug> --state failed
|
|
122
|
+
omega plan done <slug> <task_id> --no-verify # operator override
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
**Argument: `$slug` (kebab-case)** — the project to run the plan against.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pursue
|
|
3
|
+
description: Pursue a verifiable goal — loop Read/Edit/Bash until a shell `verify_cmd` exits 0. Agentik OS native equivalent of goal-driven workers, runs on the Claude Code Max subscription with zero API surcharge. Use when the user says "pursue X until Y", "keep iterating until <test> passes", "loop until exit 0", "implement X with verification", or asks for goal-driven autonomous coding.
|
|
4
|
+
when_to_use: A concrete change with a deterministic exit-code-based verification. Not for vague tasks ("make it better") — must have a shell command that exits 0 IFF the goal is met.
|
|
5
|
+
allowed-tools: Bash Read Write Edit Grep Glob
|
|
6
|
+
argument-hint: "<verify_cmd> <intent>"
|
|
7
|
+
arguments: [verify_cmd, intent]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# pursue — goal-driven execution on Max
|
|
11
|
+
|
|
12
|
+
You are a goal-driven Agentik OS worker. The user has given you a GOAL and
|
|
13
|
+
a VERIFICATION COMMAND. You MUST iterate Read/Edit/Bash until the
|
|
14
|
+
verification command exits 0, then STOP.
|
|
15
|
+
|
|
16
|
+
## This run
|
|
17
|
+
|
|
18
|
+
- **Goal:** $intent
|
|
19
|
+
- **Verification:** `$verify_cmd`
|
|
20
|
+
- **Session:** `${CLAUDE_SESSION_ID}`
|
|
21
|
+
- **Log:** `Agentik_Runtime/sessions/${CLAUDE_SESSION_ID}/pursue.log`
|
|
22
|
+
|
|
23
|
+
## Protocol (strict)
|
|
24
|
+
|
|
25
|
+
1. Read the relevant code. Understand current state.
|
|
26
|
+
2. Make **one focused, surgical change** (Edit / Write).
|
|
27
|
+
3. Run the verification: `$verify_cmd`.
|
|
28
|
+
4. **If exit code == 0** → write a summary, STOP with SUCCESS.
|
|
29
|
+
5. **If exit code != 0** → parse the failure, form a hypothesis, go to step 1.
|
|
30
|
+
|
|
31
|
+
Append to the log on every iteration:
|
|
32
|
+
```
|
|
33
|
+
{"iter": N, "change": "...", "verify_exit": E, "tail": "..."}
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Hard rules
|
|
37
|
+
|
|
38
|
+
- **Hard cap: 20 iterations.** After 20, STOP and report HONEST FAILURE with all attempts.
|
|
39
|
+
- **NEVER claim success without running the verify_cmd** in the same turn.
|
|
40
|
+
- Karpathy: simplicity first. Each iteration = one minimal change. No big rewrites.
|
|
41
|
+
- Karpathy: surgical changes. Every changed line traces to the failure of the previous iteration.
|
|
42
|
+
- First Law: only runtime tells the truth. If `verify_cmd` says fail, you have failed — regardless of how good the code "looks".
|
|
43
|
+
|
|
44
|
+
## Completion
|
|
45
|
+
|
|
46
|
+
When verify exits 0, write `Agentik_Runtime/sessions/${CLAUDE_SESSION_ID}/.done.json`:
|
|
47
|
+
```json
|
|
48
|
+
{
|
|
49
|
+
"status": "done_clean",
|
|
50
|
+
"summary": "<one-paragraph what you did>",
|
|
51
|
+
"files_changed": ["<path>", ...],
|
|
52
|
+
"artifacts": {"iterations": N, "final_verify_exit": 0}
|
|
53
|
+
}
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
When budget exhausted, same file with `"status": "failed"` and the full attempts list.
|
|
57
|
+
|
|
58
|
+
## Optional: drive via the engine instead
|
|
59
|
+
|
|
60
|
+
For headless / unattended pursuit, run the Python primitive:
|
|
61
|
+
|
|
62
|
+
```bash
|
|
63
|
+
omega pursue "$verify_cmd" "$intent" --max-iters 20
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
This runs the same loop in `omega_engine.pursue.pursue()`, drives a provider
|
|
67
|
+
of your choice, and writes the same log + done.json. Use this from cron, a
|
|
68
|
+
worker, or another skill.
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: quality-arsenal
|
|
3
|
+
description: >
|
|
4
|
+
Master entry point for the Quality Arsenal — 18 forensic audits + intelligent
|
|
5
|
+
orchestration. Use when user says "/quality-arsenal", "/qa", "audit", "/audit",
|
|
6
|
+
"audit my project", "quality check", "audit la qualité", "vérifie la qualité",
|
|
7
|
+
"audit complet". Routes to /audit-orchestrator for selection, /audit-tracker
|
|
8
|
+
for dashboard, integrates with Omega oracle/worker workflow for parallel
|
|
9
|
+
dispatch. Part of Agentik OS CAIO methodology. Public release at
|
|
10
|
+
github.com/agentik-os/claude-code-quality-audits.
|
|
11
|
+
disable-model-invocation: false
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# /quality-arsenal — Master Audit Entry Point
|
|
15
|
+
|
|
16
|
+
You are the **conductor of the Quality Arsenal** — the canonical entry point that
|
|
17
|
+
ties together 18 forensic audits, 2 orchestration skills, and the Omega oracle/
|
|
18
|
+
worker dispatch infrastructure.
|
|
19
|
+
|
|
20
|
+
## What this skill IS
|
|
21
|
+
|
|
22
|
+
Single unified entry to:
|
|
23
|
+
- Run any audit (`/codeaudit`, `/secaudit`, etc.)
|
|
24
|
+
- Get an intelligent recommendation (`/audit-orchestrator`)
|
|
25
|
+
- See past audit state (`/audit-tracker`)
|
|
26
|
+
- Dispatch audits via Omega's parallel worker infrastructure (when running inside
|
|
27
|
+
an oracle session) instead of single-threaded in current Claude
|
|
28
|
+
|
|
29
|
+
## What this skill IS NOT
|
|
30
|
+
|
|
31
|
+
- A new audit. Audits live in their own `.md` files in `~/.claude/commands/`.
|
|
32
|
+
- A replacement for the orchestrator or tracker — it routes to them.
|
|
33
|
+
|
|
34
|
+
## Routing logic
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
User says "/quality-arsenal" or "/qa" with NO args
|
|
38
|
+
→ Show menu:
|
|
39
|
+
1. Run audits (delegate to /audit-orchestrator)
|
|
40
|
+
2. See dashboard (delegate to /audit-tracker)
|
|
41
|
+
3. Init audits/ folder (delegate to /audit-tracker init)
|
|
42
|
+
4. Help / docs link
|
|
43
|
+
|
|
44
|
+
User says "/quality-arsenal {keyword}"
|
|
45
|
+
→ If keyword matches audit name (codeaudit/secaudit/etc.) → run that audit directly
|
|
46
|
+
→ If keyword in [security/speed/design/full/quick/standard/forensic] → /audit-orchestrator {keyword}
|
|
47
|
+
→ If keyword in [status/dashboard/scores/history] → /audit-tracker
|
|
48
|
+
→ If keyword in [init/setup] → /audit-tracker init
|
|
49
|
+
→ Else → ask clarification
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
## Omega Integration
|
|
53
|
+
|
|
54
|
+
When running INSIDE an Omega oracle session (detected via `$TMUX_SESSION` matching
|
|
55
|
+
`*-oracle*` pattern, OR `$AISB_BOT_SESSION=1` env var), the dispatch model changes:
|
|
56
|
+
|
|
57
|
+
### Solo mode (default — running in user's interactive Claude)
|
|
58
|
+
- Audit runs in CURRENT Claude session, single-threaded
|
|
59
|
+
- Output to `audits/.{name}audit/`
|
|
60
|
+
- Block UI until done
|
|
61
|
+
|
|
62
|
+
### Oracle mode (running inside oracle)
|
|
63
|
+
- Dispatch each audit as a separate worker session via
|
|
64
|
+
`~/.aisb/lib/dispatch-to-session.sh {ProjectName}-worker-{audit}-{ts}`
|
|
65
|
+
- Oracle monitors workers, aggregates results into `audits/SYNTHESIS.md`
|
|
66
|
+
- Telegram report to project topic when all done
|
|
67
|
+
- Parallel waves possible (see ARSENAL-INTERCONNECTIONS.md DAG)
|
|
68
|
+
|
|
69
|
+
The skill detects mode automatically:
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
if [[ "$TMUX" && "$(tmux display-message -p '#S')" =~ -oracle ]]; then
|
|
73
|
+
MODE=oracle
|
|
74
|
+
else
|
|
75
|
+
MODE=solo
|
|
76
|
+
fi
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
## Decision Matrix
|
|
80
|
+
|
|
81
|
+
| User intent | Action |
|
|
82
|
+
|---|---|
|
|
83
|
+
| "audit my project" | Show menu → likely `/audit-orchestrator` |
|
|
84
|
+
| "audit complet" / "full audit" | `/audit-orchestrator full` |
|
|
85
|
+
| "security audit" / "audit sécurité" | `/audit-orchestrator security` |
|
|
86
|
+
| "where am I with audits" / "status" | `/audit-tracker` |
|
|
87
|
+
| "audits/.codeaudit/ not found" | `/audit-tracker init` then user re-runs |
|
|
88
|
+
| "is the code secure" | `/secaudit` direct |
|
|
89
|
+
| "make it bulletproof" | `/audit-orchestrator forensic` |
|
|
90
|
+
|
|
91
|
+
## Three Power Levels
|
|
92
|
+
|
|
93
|
+
| Level | Time | Phases | Use case |
|
|
94
|
+
|---|---|---|---|
|
|
95
|
+
| ⚡ **Quick** | 5-15 min | Audit only (top 5 findings) | Gut-check, demo prep |
|
|
96
|
+
| 🎯 **Standard** | 30-60 min | Audit → Plan → Fix → Re-audit | Weekly cycle, pre-PR |
|
|
97
|
+
| 🔬 **Forensic** | 1-4h | Full Gestalt-Popper with auto-fix until 100/100 | Pre-launch, compliance |
|
|
98
|
+
|
|
99
|
+
## Power Tools
|
|
100
|
+
|
|
101
|
+
### Full audit (the headline feature)
|
|
102
|
+
|
|
103
|
+
```
|
|
104
|
+
/quality-arsenal full
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
Dispatches all 18 audits in 3 parallel waves (file-safety partitioned):
|
|
108
|
+
|
|
109
|
+
**Wave 1** (read-only, max parallelism):
|
|
110
|
+
codeaudit, logicaudit, dataaudit, apiaudit, seoaudit, featureaudit, retentionaudit, copyaudit, dxaudit
|
|
111
|
+
|
|
112
|
+
**Wave 2** (depends on Wave 1 outputs):
|
|
113
|
+
secaudit (reads apiaudit verdict), perfaudit, debugaudit, automationaudit
|
|
114
|
+
|
|
115
|
+
**Wave 3** (UI bundle):
|
|
116
|
+
uiuxaudit, motionaudit, a11yaudit, flowaudit
|
|
117
|
+
|
|
118
|
+
**Wave Final**:
|
|
119
|
+
refontaudit if requested
|
|
120
|
+
|
|
121
|
+
After all waves done:
|
|
122
|
+
1. Aggregate scores into `audits/SYNTHESIS.md`
|
|
123
|
+
2. Compute overall grade (avg /100, flag any < 80)
|
|
124
|
+
3. Send Telegram report to project topic with verdict + per-audit links
|
|
125
|
+
4. Suggest next actions
|
|
126
|
+
|
|
127
|
+
### Quick presets
|
|
128
|
+
|
|
129
|
+
```
|
|
130
|
+
/quality-arsenal go-live # secaudit + a11yaudit + perfaudit + dataaudit (go-live trio + GDPR)
|
|
131
|
+
/quality-arsenal ship-ready # featureaudit + debugaudit + dxaudit
|
|
132
|
+
/quality-arsenal investor # uiuxaudit + featureaudit + retentionaudit + copyaudit
|
|
133
|
+
/quality-arsenal redesign # refontaudit + uiuxaudit + motionaudit
|
|
134
|
+
/quality-arsenal new-dev # dxaudit + codeaudit (for fresh contributor onboarding)
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
## Workflow integration with Omega
|
|
138
|
+
|
|
139
|
+
When dispatched from an Omega oracle, the skill writes worker tasks into:
|
|
140
|
+
|
|
141
|
+
```
|
|
142
|
+
~/.aisb/state/oracle-{Project}-oracle.workers.txt # append worker names
|
|
143
|
+
audits/.{name}audit/progress.json # per-audit progress
|
|
144
|
+
audits/SYNTHESIS.md # aggregate dashboard
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
The oracle monitors workers via `~/.aisb/lib/oracle-monitor-workers.sh` which is
|
|
148
|
+
already aware of the canonical audits/ path (post-2026-05-13 refactor).
|
|
149
|
+
|
|
150
|
+
## Output Convention
|
|
151
|
+
|
|
152
|
+
ALL audit outputs live under `audits/.{name}audit/` — never at project root.
|
|
153
|
+
See `AUDIT-VERIFICATION-CONTRACT.md` for the 7-file output spec every audit
|
|
154
|
+
honors: verdict.json, REPORT.md, fix-plan.json, fix-plan.md, iterations.md,
|
|
155
|
+
progress.json, telemetry.json, fix-log.md.
|
|
156
|
+
|
|
157
|
+
## Why this matters (the deep "why")
|
|
158
|
+
|
|
159
|
+
Agentik OS ships the **Chief AI Officer as a Service** methodology. One core
|
|
160
|
+
hypothesis: **the bottleneck of AI-driven development isn't the AI's ability to
|
|
161
|
+
write code — it's the human's ability to TRUST the code without re-reading
|
|
162
|
+
every line**.
|
|
163
|
+
|
|
164
|
+
Six months ago: humans trusted AI-written code ~30% of the time.
|
|
165
|
+
Today (with Quality Arsenal in the loop): ~80%.
|
|
166
|
+
|
|
167
|
+
The Quality Arsenal is the bridge from "vibe-coded MVP" to "production-grade
|
|
168
|
+
software you'd ship to enterprise customers". It removes the human-machine
|
|
169
|
+
round-trip tax by encoding senior-engineer scrutiny into deterministic protocols
|
|
170
|
+
the AI runs ON ITS OWN OUTPUT before shipping.
|
|
171
|
+
|
|
172
|
+
That's the wedge. That's why this skill exists.
|
|
173
|
+
|
|
174
|
+
## Sources
|
|
175
|
+
|
|
176
|
+
- Public mirror: https://github.com/agentik-os/claude-code-quality-audits
|
|
177
|
+
- Sister skills: `/audit-orchestrator`, `/audit-tracker`
|
|
178
|
+
- Helper docs: `QUALITY-ARSENAL-PREAMBLE.md`, `ARSENAL-INTERCONNECTIONS.md`,
|
|
179
|
+
`ARSENAL-ORCHESTRATION-PLAYBOOK.md`, `AUDIT-VERIFICATION-CONTRACT.md`
|
|
180
|
+
- Agentik OS: https://agentik-os.com — Chief AI Officer as a Service
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: rag-route
|
|
3
|
+
description: Classify a natural-language query and dispatch to the right RAG retriever (hybrid / graph / agentic / multimodal) behind the Corrective RAG envelope. Use when the user asks "search the docs / wiki / knowledge base" or when a worker needs grounded retrieval before acting. Wraps omega_engine.rag.RAGRouter.
|
|
4
|
+
when_to_use: A worker or oracle needs grounded retrieval before answering. Trigger phrases include "search the docs", "find references to X", "look up in the knowledge base", "what do we know about Y".
|
|
5
|
+
allowed-tools: Bash Read
|
|
6
|
+
argument-hint: "<query>"
|
|
7
|
+
arguments: [query]
|
|
8
|
+
---
|
|
9
|
+
|
|
1
10
|
# /rag-route — Classify a query, pick a retrieval strategy
|
|
2
11
|
|
|
3
12
|
> An agentic skill. Wraps `omega_engine.rag.RAGRouter`. Classifies the
|