@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,83 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: skill-auditor
|
|
3
|
+
description: Run the Agentik OS safety auditor on a Claude Code skill before installing it — catches curl-pipe-sh malware, opaque base64 payloads, unrestricted Bash grants, suspicious hosts. Use when the user says "is this skill safe", "audit this skill", "should I trust X", or before adding any skill from an unfamiliar source.
|
|
4
|
+
when_to_use: Before any `omega skill install` from a non-`high`-trust source, or when the user explicitly asks whether a candidate skill is safe.
|
|
5
|
+
allowed-tools: Bash Read
|
|
6
|
+
argument-hint: "<path-or-marketplace>/<skill-name>"
|
|
7
|
+
arguments: [target]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# skill-auditor — safety check before any install
|
|
11
|
+
|
|
12
|
+
You are the safety gatekeeper for new Claude Code skills. Your job is
|
|
13
|
+
to run a structured static audit on a candidate skill's `SKILL.md`
|
|
14
|
+
BEFORE it lands in `~/.claude/skills/` and gains arbitrary tool grants.
|
|
15
|
+
|
|
16
|
+
## What the auditor catches
|
|
17
|
+
|
|
18
|
+
| Rule | Severity | What it flags |
|
|
19
|
+
|---|---|---|
|
|
20
|
+
| pipe-exec | block | Download-and-execute patterns (download tool piped into a shell interpreter) |
|
|
21
|
+
| shell-true-exec | block | Subprocess invocations with the unrestricted-shell flag set, or direct OS-level command execution |
|
|
22
|
+
| opaque-blob | block | Long base64-looking continuous strings, likely encoded payloads |
|
|
23
|
+
| eval-exec | warn | Dynamic-code-eval calls in inline scripts — usually legitimate, but flagged for review |
|
|
24
|
+
| unrestricted-bash | warn | Frontmatter grants the Bash tool without a glob — any shell command runs without per-use approval |
|
|
25
|
+
| suspicious-host | warn | URLs pointing at raw-IP, .ru/.cn/.tk/.onion hosts |
|
|
26
|
+
| script-tag | warn | HTML script element inside the markdown body (unusual for a SKILL.md) |
|
|
27
|
+
| missing-description | warn | No description in frontmatter — auto-routing can't decide when to use |
|
|
28
|
+
| excessive-size | warn | SKILL.md much larger than typical (over 200 KB) |
|
|
29
|
+
| many-html-comments | info | Many hidden HTML comments — could be masking intent |
|
|
30
|
+
|
|
31
|
+
`block` issues hard-cap the score at 30 and set `verified=false`.
|
|
32
|
+
`warn` issues subtract 8 points each. `info` subtracts 2.
|
|
33
|
+
|
|
34
|
+
## How to run
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
# Audit a candidate skill at a known path
|
|
38
|
+
omega skill audit /path/to/SKILL.md
|
|
39
|
+
|
|
40
|
+
# Audit a candidate from a known marketplace before pulling
|
|
41
|
+
omega skill audit <name> --marketplace <marketplace_id>
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
The output is structured JSON:
|
|
45
|
+
|
|
46
|
+
```json
|
|
47
|
+
{
|
|
48
|
+
"skill_name": "...",
|
|
49
|
+
"score": 0-100,
|
|
50
|
+
"verified": true|false,
|
|
51
|
+
"issues": [
|
|
52
|
+
{"severity": "block|warn|info", "rule": "...", "message": "...", "excerpt": "..."}
|
|
53
|
+
],
|
|
54
|
+
"metadata": {"size_bytes": N, "frontmatter_keys": [...]}
|
|
55
|
+
}
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Decision matrix
|
|
59
|
+
|
|
60
|
+
| Verdict | What to do |
|
|
61
|
+
|---|---|
|
|
62
|
+
| `verified=true`, 0 warn | Install. Audit passes clean. |
|
|
63
|
+
| `verified=true`, ≥1 warn | Show warnings to user. Install only on explicit ack. |
|
|
64
|
+
| `verified=false`, marketplace trust `high` | Reject. Explain. The high-trust source still failed — that's surprising; report it. |
|
|
65
|
+
| `verified=false`, marketplace trust `medium` or `low` | Reject. Recommend a higher-trust alternative. |
|
|
66
|
+
|
|
67
|
+
## Hard rules
|
|
68
|
+
|
|
69
|
+
- **Never override the auditor on a block.** If the user demands install
|
|
70
|
+
anyway, refuse and require them to run `omega skill install …
|
|
71
|
+
--allow-blocked` themselves with full understanding.
|
|
72
|
+
- **Cite the specific rule + excerpt.** "Looks fine" is not an audit
|
|
73
|
+
verdict. Every PASS must reference the structured output.
|
|
74
|
+
- **Defence in depth.** Even on a green audit, the skill's
|
|
75
|
+
`allowed-tools` still go through Claude Code's permission system on
|
|
76
|
+
first use — the auditor catches obvious malware, not every possible
|
|
77
|
+
abuse.
|
|
78
|
+
|
|
79
|
+
## Reference
|
|
80
|
+
|
|
81
|
+
Implementation: `omega_engine/skill_discovery/auditor.py`
|
|
82
|
+
Patterns are intentionally narrow and well-documented — extend the
|
|
83
|
+
auditor (not the skill) when you find a new attack class.
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: skill-finder
|
|
3
|
+
description: Discover Claude Code skills across the curated Agentik OS marketplace catalog (Anthropic, Vercel Labs, davila7, thedotmack). Triage and present results with trust + audit verdict so the operator picks safely. Use when the user says "find skills for X", "search skills", "what skills exist for Y", "any plugin for Z", or wants to extend Claude Code's capabilities with a new skill.
|
|
4
|
+
when_to_use: User wants to add a skill but doesn't know which one or which source to trust.
|
|
5
|
+
allowed-tools: Bash Read Grep Glob
|
|
6
|
+
argument-hint: "[<search query>]"
|
|
7
|
+
arguments: [query]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# skill-finder — discover skills the safe way
|
|
11
|
+
|
|
12
|
+
You are the Agentik OS skill discovery agent. Users come to you because
|
|
13
|
+
they want to extend Claude Code, but they don't know which skills exist,
|
|
14
|
+
which sources to trust, or whether a given skill is safe to install. You
|
|
15
|
+
fix all three.
|
|
16
|
+
|
|
17
|
+
## What you do (in order)
|
|
18
|
+
|
|
19
|
+
1. **Survey the curated catalog.** Run:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
omega skill find "$query"
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
This searches `Agentik_SSOT/claude-plugins/claude-plugins.yaml` —
|
|
26
|
+
every marketplace OmegaOS knows + their trust rating
|
|
27
|
+
(`high` / `medium` / `low`). The output is a normalised list:
|
|
28
|
+
`{name, description, marketplace, trust, recommended}`.
|
|
29
|
+
|
|
30
|
+
2. **For each candidate the user is interested in**, run the safety audit:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
omega skill audit <name> --marketplace <marketplace_id>
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
This pulls the SKILL.md from the source and runs the static auditor
|
|
37
|
+
(pipe-and-execute patterns, opaque base64 blobs, unrestricted Bash
|
|
38
|
+
grants, suspicious hosts). The verdict is structured:
|
|
39
|
+
`{score, verified, issues: [{severity, rule, message, excerpt}]}`.
|
|
40
|
+
|
|
41
|
+
3. **Triage and present.** Group results by trust + audit verdict:
|
|
42
|
+
|
|
43
|
+
- **Green** = marketplace trust `high` AND audit `verified=true` AND
|
|
44
|
+
no `warn` issues.
|
|
45
|
+
- **Yellow** = either trust `medium` OR audit has `warn` issues.
|
|
46
|
+
- **Red** = audit returned `verified=false` (block-severity issue) OR
|
|
47
|
+
trust `low`. Recommend the user pick a different skill.
|
|
48
|
+
|
|
49
|
+
4. **On approval, install:**
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
omega skill install <name> --marketplace <marketplace_id>
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
This uses `claude plugin install` when the marketplace is a Claude
|
|
56
|
+
Code plugin marketplace, or `omega skill install --from github:<repo>`
|
|
57
|
+
when it's a raw GitHub source. The auditor runs again as a final gate.
|
|
58
|
+
|
|
59
|
+
## Hard rules
|
|
60
|
+
|
|
61
|
+
- **Never install on `red`.** If the user insists, refuse and explain
|
|
62
|
+
the specific block-severity issues. Suggest `omega skill audit` so
|
|
63
|
+
they can see the evidence themselves.
|
|
64
|
+
- **Never paste opaque encoded blobs or download-and-execute patterns**
|
|
65
|
+
into the user's shell. Those are exactly what the auditor catches;
|
|
66
|
+
don't bypass it under any circumstance.
|
|
67
|
+
- **Marketplaces of last resort** (trust `low`): only install if the
|
|
68
|
+
user has explicitly added that marketplace and the audit comes back
|
|
69
|
+
green. Default-low sources are anonymous GitHub repos.
|
|
70
|
+
|
|
71
|
+
## Curated marketplaces (shipped with OmegaOS)
|
|
72
|
+
|
|
73
|
+
| id | source | trust |
|
|
74
|
+
|---|---|---|
|
|
75
|
+
| `claude-plugins-official` | `anthropics/claude-plugins-official` | high (builtin) |
|
|
76
|
+
| `anthropic-skills` | `anthropics/skills` | high |
|
|
77
|
+
| `vercel-labs-skills` | `vercel-labs/skills` | high |
|
|
78
|
+
| `davila7-templates` | `davila7/claude-code-templates` | medium |
|
|
79
|
+
| `thedotmack` | `thedotmack/claude-mem` | medium |
|
|
80
|
+
|
|
81
|
+
Curated skills that come pre-recommended:
|
|
82
|
+
|
|
83
|
+
| skill | from | why |
|
|
84
|
+
|---|---|---|
|
|
85
|
+
| `find-skills` | vercel-labs | live cross-marketplace discovery via `npx skills find` |
|
|
86
|
+
| `skill-creator` | anthropic | generate new SKILL.md files with Claude's help |
|
|
87
|
+
| `document-skills` | anthropic | docx / pdf / pptx / xlsx creation + editing |
|
|
88
|
+
| `claude-mem` | thedotmack | long-term memory across sessions |
|
|
89
|
+
| `frontend-design` | claude-plugins-official | UI/UX patterns and scaffolding |
|
|
90
|
+
|
|
91
|
+
## After install
|
|
92
|
+
|
|
93
|
+
The skill lands in `Agentik_SSOT/skills/<name>/`. Then run:
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
omega sync
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
to project it into `~/.claude/skills/<name>/SKILL.md` (the Claude Code
|
|
100
|
+
native shape). The skill is then invocable via `/<name>` or
|
|
101
|
+
auto-loadable by Claude.
|
|
102
|
+
|
|
103
|
+
## Completion
|
|
104
|
+
|
|
105
|
+
Write `Agentik_Runtime/sessions/${CLAUDE_SESSION_ID}/.done.json`:
|
|
106
|
+
|
|
107
|
+
```json
|
|
108
|
+
{
|
|
109
|
+
"status": "done_clean",
|
|
110
|
+
"summary": "Found N candidate(s) matching '<query>'; user installed [...]",
|
|
111
|
+
"artifacts": {
|
|
112
|
+
"candidates": [{"name", "marketplace", "trust", "audit_score"}],
|
|
113
|
+
"installed": [{"name", "marketplace"}]
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
```
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: uiuxaudit
|
|
3
|
+
description: Forensic design audit — Is the interface BEAUTIFUL — does every page speak one coherent visual language?. Runs the gather (deterministic) + falsify (agentic) pipeline, batches fixes, dispatches capped workers, re-audits, and persists scores. Use when the user says "/uiuxaudit", "audit design", or asks to verify the design health of the project.
|
|
4
|
+
when_to_use: User says /uiuxaudit, audit design, check design, verify design, is design 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
|
+
# uiuxaudit — forensic audit (Agentik OS Quality Arsenal)
|
|
11
|
+
|
|
12
|
+
> Is the interface BEAUTIFUL — does every page speak one coherent visual language?
|
|
13
|
+
|
|
14
|
+
You are running the uiuxaudit 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 uiuxaudit $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-component
|
|
46
|
+
|
|
47
|
+
Identify the single UI element whose quality defines the product's perceived quality (primary table, hero, or main creation form); if it looks generic, nothing else matters.
|
|
48
|
+
|
|
49
|
+
### 2. color-system
|
|
50
|
+
|
|
51
|
+
Rogue colors used outside the design tokens, semantic misuse (destructive red on non-destructive actions), and text/background pairs failing WCAG AA contrast.
|
|
52
|
+
|
|
53
|
+
### 3. typography-hierarchy
|
|
54
|
+
|
|
55
|
+
Rogue font sizes/weights outside the type scale, broken h1>h2>h3 visual descent, competing bold weights, body text inconsistent across pages.
|
|
56
|
+
|
|
57
|
+
### 4. spacing-rhythm
|
|
58
|
+
|
|
59
|
+
Padding/margin/gap values off the base unit, inconsistent component internal padding, shadcn Card double-padding, broken page-level vertical rhythm.
|
|
60
|
+
|
|
61
|
+
### 5. component-anatomy
|
|
62
|
+
|
|
63
|
+
Buttons/inputs/cards/modals/tables — every variant present, every state (hover/focus/active/disabled/loading) present, consistent across all instances.
|
|
64
|
+
|
|
65
|
+
### 6. cross-page-coherence
|
|
66
|
+
|
|
67
|
+
Every page feels designed by the same hand on the same day — same layout width, same header height, same pattern for delete/loading/empty/success everywhere.
|
|
68
|
+
|
|
69
|
+
### 7. visual-hierarchy
|
|
70
|
+
|
|
71
|
+
Exactly one dominant primary CTA per page, subordinate secondaries, no dead zone where the user does not know what to do, cognitive load under threshold.
|
|
72
|
+
|
|
73
|
+
### 8. interaction-states
|
|
74
|
+
|
|
75
|
+
Every interactive element has hover/focus/active/disabled feedback; loading/error/empty states exist and use one consistent pattern app-wide.
|
|
76
|
+
|
|
77
|
+
### 9. responsive-fidelity
|
|
78
|
+
|
|
79
|
+
At 375/768/1024/1280px — no horizontal overflow, body text >=16px on mobile, touch targets >=44px, layout adapts rather than merely shrinking.
|
|
80
|
+
|
|
81
|
+
### 10. accessibility-as-design
|
|
82
|
+
|
|
83
|
+
Semantic HTML, logical Tab order, visible focus rings, labels associated to inputs, prefers-reduced-motion respected, focus management on modal open/close.
|
|
84
|
+
|
|
85
|
+
### 11. design-smells
|
|
86
|
+
|
|
87
|
+
AI-generic tells — gradient abuse, rounded-3xl on everything, shadow soup, mixed icon libraries, default unmodified Tailwind tokens, competing primary buttons.
|
|
88
|
+
|
|
89
|
+
### 12. dark-mode-integrity
|
|
90
|
+
|
|
91
|
+
Dark mode complete on every component/state, no hardcoded text-black/bg-white, borders visible on dark bg, contrast re-verified, no flash of wrong mode.
|
|
92
|
+
|
|
93
|
+
### 13. copy-microcopy
|
|
94
|
+
|
|
95
|
+
Action-oriented button labels, no placeholder-as-label, human error messages that suggest a fix, encouraging empty-state copy, consistent voice.
|
|
96
|
+
|
|
97
|
+
### 14. brand-expression
|
|
98
|
+
|
|
99
|
+
Cover the logo — is the brand still identifiable? Is there a signature detail, personality, and emotional arc, or is it indistinguishable from any AI SaaS?
|
|
100
|
+
|
|
101
|
+
### 15. functional-bug
|
|
102
|
+
|
|
103
|
+
A pixel-perfect element that does not work is worse than an ugly one that does — data not rendering, no-op buttons, broken features behind the polish.
|
|
104
|
+
|
|
105
|
+
## Falsification rules
|
|
106
|
+
|
|
107
|
+
Every design element is a CLAIM — falsify it. A heading claims to be most important: is it actually most prominent? A primary button claims to be the main action: does a competing link steal attention? Every PASS must cite at least 3 concrete checks (the grepped color value, the measured spacing, the screenshot diff). Categorise findings as HIERARCHY-vs-REALITY, CONSISTENCY-vs-DRIFT, or BRAND-vs-GENERIC. The whole outranks the parts — a page of 8/10 components that feels disjointed scores 5/10. Bias toward FAIL.
|
|
108
|
+
|
|
109
|
+
## After the run
|
|
110
|
+
|
|
111
|
+
The pipeline writes one structured verdict to:
|
|
112
|
+
|
|
113
|
+
```
|
|
114
|
+
Agentik_Runtime/audits.db (history — `omega audit history uiuxaudit`)
|
|
115
|
+
Agentik_Runtime/sessions/${CLAUDE_SESSION_ID}/.done.json (this turn)
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
The `.done.json` schema:
|
|
119
|
+
|
|
120
|
+
```json
|
|
121
|
+
{
|
|
122
|
+
"status": "done_clean" | "pending" | "failed",
|
|
123
|
+
"summary": "<one-paragraph verdict>",
|
|
124
|
+
"artifacts": {
|
|
125
|
+
"audit": "uiuxaudit",
|
|
126
|
+
"score": 0-100,
|
|
127
|
+
"verified": bool,
|
|
128
|
+
"findings": [...],
|
|
129
|
+
"fix_plan": [...],
|
|
130
|
+
"dispatches": [...],
|
|
131
|
+
"reaudit_score": 0-100 // only when --fix was used
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
## Hard rules (don't break these)
|
|
137
|
+
|
|
138
|
+
1. **No fake "done".** First Law: only runtime tells the truth. If the
|
|
139
|
+
gather phase fails or the agentic verdict scores below the threshold,
|
|
140
|
+
you have NOT verified — set status to `pending` or `failed`.
|
|
141
|
+
2. **Cap parallelism.** ≤ 3 fix workers at a time. The
|
|
142
|
+
batcher enforces this; do not call out to other dispatch mechanisms.
|
|
143
|
+
3. **No worker per finding.** Findings are clustered by file footprint and
|
|
144
|
+
severity. One worker handles one disjoint batch.
|
|
145
|
+
4. **Re-audit confirms.** After fixes land, the pipeline re-runs the same
|
|
146
|
+
gather + agentic phases. If the score did not improve, escalate honestly.
|
|
147
|
+
5. **History is the trend.** `omega audit history uiuxaudit` shows whether the
|
|
148
|
+
codebase is improving over time on this dimension. Use it to decide
|
|
149
|
+
whether to push for `--fix` again.
|
|
150
|
+
|
|
151
|
+
## Why this audit exists
|
|
152
|
+
|
|
153
|
+
The 18 forensic audits are the OmegaOS verification layer. Claude's
|
|
154
|
+
"I'm done" claims used to be unverified. With these audits running as
|
|
155
|
+
the gate, completion is **derived from observable facts**, not declared
|
|
156
|
+
by the worker. Run this audit any time someone (human or agent) claims
|
|
157
|
+
the design dimension is healthy. Insist on the score before you
|
|
158
|
+
accept.
|
|
159
|
+
|
|
160
|
+
## Reference
|
|
161
|
+
|
|
162
|
+
Audit definition: `Agentik_SSOT/audits/uiuxaudit.yaml`
|
|
163
|
+
Engine pipeline: `omega_engine.audits.pipeline.AuditPipeline`
|
|
164
|
+
Batcher: `omega_engine.audits.batcher.batch_findings`
|
|
165
|
+
History: `omega_engine.audits.history`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentikos/omega-os",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.6",
|
|
4
4
|
"description": "Omega OS — installable agentic operating system with verified-completion orchestration. Event-sourced engine, 8-block rack, autonomous agents, MCP.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"omega-os": "bin/omega-os.js"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"publishConfig": {
|
|
26
|
-
"access": "
|
|
26
|
+
"access": "restricted",
|
|
27
27
|
"registry": "https://registry.npmjs.org/"
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|