@agentikos/omega-os 0.2.0 → 0.19.5
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/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/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/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/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,86 @@
|
|
|
1
|
+
# Design-discipline skill marketplace
|
|
2
|
+
#
|
|
3
|
+
# Curated catalog of design skills OmegaOS expects to be installed
|
|
4
|
+
# globally on the host. The installer (step 25-aisb-suite or
|
|
5
|
+
# `omega design install`) pulls each one and lands it under
|
|
6
|
+
# ~/.claude/skills/<id>/.
|
|
7
|
+
#
|
|
8
|
+
# These are NOT OmegaOS-authored skills — they're upstream skills the
|
|
9
|
+
# OmegaOS contract REQUIRES because Genesis writes feature briefs that
|
|
10
|
+
# reference them by name (skill: "/shadcn-ui + /emil-design-eng + …").
|
|
11
|
+
#
|
|
12
|
+
# Update protocol: bump the source SHA when the upstream skill ships a
|
|
13
|
+
# breaking change. Workers see the new content on the next `omega sync`.
|
|
14
|
+
|
|
15
|
+
version: 1
|
|
16
|
+
kind: design-discipline
|
|
17
|
+
recommended_for_roles: [worker_ui, worker_growth]
|
|
18
|
+
skills:
|
|
19
|
+
- id: shadcn-ui
|
|
20
|
+
source: bundled # bundled with Claude Code
|
|
21
|
+
discovery: "/shadcn-ui"
|
|
22
|
+
purpose: "Every component from https://ui.shadcn.com/docs/components"
|
|
23
|
+
required: true
|
|
24
|
+
|
|
25
|
+
- id: emil-design-eng
|
|
26
|
+
source: "github:emilkowalski/skill"
|
|
27
|
+
install: "npx skills add emilkowalski/skill"
|
|
28
|
+
discovery: "/emil-design-eng"
|
|
29
|
+
purpose: "Design engineering discipline — tactile, motion-aware, subtle"
|
|
30
|
+
why: "Sets the bar for what 'good design' means at the engineering layer."
|
|
31
|
+
required: true
|
|
32
|
+
|
|
33
|
+
- id: impeccable
|
|
34
|
+
source: "github:pbakaus/impeccable"
|
|
35
|
+
install: "npx skills add pbakaus/impeccable"
|
|
36
|
+
discovery: "/impeccable"
|
|
37
|
+
purpose: "Pixel-level craft — no half-baked components, no inconsistent spacing"
|
|
38
|
+
why: "Catches the gap between 'works' and 'feels finished'."
|
|
39
|
+
required: true
|
|
40
|
+
|
|
41
|
+
- id: taste-skill
|
|
42
|
+
source: "github:Leonxlnx/taste-skill"
|
|
43
|
+
install: "npx skills add Leonxlnx/taste-skill"
|
|
44
|
+
homepage: "https://www.tasteskill.dev"
|
|
45
|
+
discovery: "/taste-skill"
|
|
46
|
+
purpose: "Taste calibration across typography, colour, hierarchy, motion"
|
|
47
|
+
required: true
|
|
48
|
+
|
|
49
|
+
- id: frontend-design
|
|
50
|
+
source: bundled # Anthropic-bundled
|
|
51
|
+
discovery: "/frontend-design"
|
|
52
|
+
purpose: "High-quality production-grade frontend code generator"
|
|
53
|
+
required: false
|
|
54
|
+
|
|
55
|
+
- id: design-taste-frontend
|
|
56
|
+
source: bundled
|
|
57
|
+
discovery: "/design-taste-frontend"
|
|
58
|
+
purpose: "Taste applied at the frontend layer"
|
|
59
|
+
required: false
|
|
60
|
+
|
|
61
|
+
- id: gpt-taste
|
|
62
|
+
source: bundled
|
|
63
|
+
discovery: "/gpt-taste"
|
|
64
|
+
purpose: "Taste comparison + improvement"
|
|
65
|
+
required: false
|
|
66
|
+
|
|
67
|
+
# Components — every shadcn component is in scope by default for any
|
|
68
|
+
# UI feature. Workers should reference these by name.
|
|
69
|
+
shadcn_components:
|
|
70
|
+
scope: "everything at https://ui.shadcn.com/docs/components"
|
|
71
|
+
ranked_for_v1:
|
|
72
|
+
- button
|
|
73
|
+
- card
|
|
74
|
+
- input
|
|
75
|
+
- select
|
|
76
|
+
- dialog
|
|
77
|
+
- sheet
|
|
78
|
+
- tabs
|
|
79
|
+
- toast
|
|
80
|
+
- tooltip
|
|
81
|
+
- dropdown-menu
|
|
82
|
+
- command
|
|
83
|
+
- form
|
|
84
|
+
- data-table
|
|
85
|
+
- calendar
|
|
86
|
+
- popover
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: a11yaudit
|
|
3
|
+
description: Forensic accessibility audit — Can EVERYONE use it — keyboard-only, screen reader, low vision, reduced motion?. Runs the gather (deterministic) + falsify (agentic) pipeline, batches fixes, dispatches capped workers, re-audits, and persists scores. Use when the user says "/a11yaudit", "audit accessibility", or asks to verify the accessibility health of the project.
|
|
4
|
+
when_to_use: User says /a11yaudit, audit accessibility, check accessibility, verify accessibility, is accessibility 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
|
+
# a11yaudit — forensic audit (Agentik OS Quality Arsenal)
|
|
11
|
+
|
|
12
|
+
> Can EVERYONE use it — keyboard-only, screen reader, low vision, reduced motion?
|
|
13
|
+
|
|
14
|
+
You are running the a11yaudit 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 a11yaudit $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. hinge-keyboard-navigation
|
|
46
|
+
|
|
47
|
+
HINGE — disconnect the mouse and complete the primary user journey keyboard-only; logical tab order matching visual flow, no tabindex>0, no non-interactive element focusable; every button activates with Enter AND Space, links with Enter, Escape closes overlays.
|
|
48
|
+
|
|
49
|
+
### 2. keyboard-traps-focus-visibility
|
|
50
|
+
|
|
51
|
+
Focus can always escape every modal, dropdown, menu and date picker (no infinite tab loop); focus indicator ALWAYS visible, >=2px and >=3:1 contrast, in light/dark/high-contrast; no outline:none without a replacement.
|
|
52
|
+
|
|
53
|
+
### 3. wcag-aa-compliance
|
|
54
|
+
|
|
55
|
+
Per page verify WCAG 2.1 AA across the four principles — Perceivable, Operable, Understandable, Robust; lang attribute, valid HTML with no duplicate IDs, reflow at 320px, text resize to 200%; treat the 70% of failures automation misses as the real work.
|
|
56
|
+
|
|
57
|
+
### 4. screen-reader-semantics
|
|
58
|
+
|
|
59
|
+
Page title, headings, landmarks and list/table structure announced; buttons announce name+role, inputs announce label+type+state; reading order matches visual layout; nothing meaningful hidden from the screen reader, nothing decorative announced.
|
|
60
|
+
|
|
61
|
+
### 5. aria-correctness
|
|
62
|
+
|
|
63
|
+
First rule of ARIA — if native HTML can do it, ARIA is wrong; custom widgets have correct roles with required children; aria-expanded/selected/checked/current reflect real state; aria-labelledby/describedby/controls reference existing visible elements; aria-hidden never hides visible content.
|
|
64
|
+
|
|
65
|
+
### 6. semantic-elements
|
|
66
|
+
|
|
67
|
+
Interactive things are real <button>/<a>/<input>, not <div onClick>; landmark elements (<main> once, <nav>, <header>, <footer>) present, labelled when repeated, and wrap all visible content with no orphans.
|
|
68
|
+
|
|
69
|
+
### 7. color-contrast
|
|
70
|
+
|
|
71
|
+
Normal text >=4.5:1, large text >=3:1 against every background it sits on (including over images/gradients and placeholder text); UI component borders, focus rings and meaningful icons >=3:1; verify in dark mode and forced-colors.
|
|
72
|
+
|
|
73
|
+
### 8. color-independence
|
|
74
|
+
|
|
75
|
+
No information conveyed by colour alone — links distinguishable without colour (underline/weight), required fields marked with text/asterisk, errors carry icon+text not just red; grayscale the page and confirm nothing is lost.
|
|
76
|
+
|
|
77
|
+
### 9. form-labels-and-instructions
|
|
78
|
+
|
|
79
|
+
Every input has a programmatic label (label/aria-label/aria-labelledby), placeholder is never the only label; correct input types and autocomplete on personal-data fields; required fields marked visually AND with aria-required; instructions precede the form; related inputs grouped with fieldset/legend.
|
|
80
|
+
|
|
81
|
+
### 10. error-announcements
|
|
82
|
+
|
|
83
|
+
Inline errors associated via aria-describedby/aria-errormessage and announced without reload, field marked aria-invalid; on submit failure an error summary appears, focus moves to it, error count announced; success confirmed via aria-live; destructive actions confirm and warn of data loss.
|
|
84
|
+
|
|
85
|
+
### 11. alt-text
|
|
86
|
+
|
|
87
|
+
Informative images have descriptive alt conveying content+purpose; decorative images have alt="" (empty, not missing) and decorative icons aria-hidden; functional/image links/buttons describe the destination or action; complex charts have a text or data-table alternative; SVGs labelled or hidden.
|
|
88
|
+
|
|
89
|
+
### 12. heading-hierarchy-skip-nav
|
|
90
|
+
|
|
91
|
+
Exactly one <h1>, no skipped levels, headings describe content and are not styled-div fakes; a 'Skip to main content' link is the first focusable element, visible on focus, and lands on a valid landmark/heading.
|
|
92
|
+
|
|
93
|
+
### 13. focus-management
|
|
94
|
+
|
|
95
|
+
Focus starts at a logical position on load and moves to new content on SPA route change (with page-title update); modals move focus in on open and return it to the trigger on close; deleted content moves focus to a logical neighbour; focus never silently lost to <body>.
|
|
96
|
+
|
|
97
|
+
### 14. motion-and-touch-targets
|
|
98
|
+
|
|
99
|
+
@media (prefers-reduced-motion: reduce) honoured by CSS and JS animations; no auto-playing audio ever, video/carousels have pause, nothing flashes >3x/sec; interactive targets >=44x44px CSS with >=8px spacing, checked at the smallest mobile viewport.
|
|
100
|
+
|
|
101
|
+
## Falsification rules
|
|
102
|
+
|
|
103
|
+
Automated tools catch ~30% of failures — a "0 violations" report means 70% are INVISIBLE to automation, not absent. Every PASS must cite >=3 concrete manual checks (keyboard-only walkthrough of the flow, computed contrast ratio, grayscale test, prefers-reduced-motion toggle) with verbatim observations. Categorise findings as VISUAL-vs-SEMANTIC, MOUSE-vs-KEYBOARD, SIGHTED-vs-SCREEN-READER, DESKTOP-vs-MOBILE or DEFAULT-vs-PREFERENCE. An axe-core contrast finding near the 4.5 threshold must be confirmed by computing the exact ratio. Bias toward FAIL — the excluded users never complained.
|
|
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 a11yaudit`)
|
|
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": "a11yaudit",
|
|
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 a11yaudit` 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 accessibility dimension is healthy. Insist on the score before you
|
|
154
|
+
accept.
|
|
155
|
+
|
|
156
|
+
## Reference
|
|
157
|
+
|
|
158
|
+
Audit definition: `Agentik_SSOT/audits/a11yaudit.yaml`
|
|
159
|
+
Engine pipeline: `omega_engine.audits.pipeline.AuditPipeline`
|
|
160
|
+
Batcher: `omega_engine.audits.batcher.batch_findings`
|
|
161
|
+
History: `omega_engine.audits.history`
|