@agentikos/omega-os 0.1.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.
Files changed (379) hide show
  1. package/README.md +56 -14
  2. package/bootstrap/lib/__pycache__/claude-code-settings.cpython-313.pyc +0 -0
  3. package/bootstrap/lib/__pycache__/llm-clis.cpython-313.pyc +0 -0
  4. package/bootstrap/lib/__pycache__/manifest-helpers.cpython-313.pyc +0 -0
  5. package/bootstrap/lib/claude-code-settings.py +176 -0
  6. package/bootstrap/lib/common.sh +457 -1
  7. package/bootstrap/lib/llm-clis.py +341 -0
  8. package/bootstrap/lib/manifest-helpers.py +384 -0
  9. package/bootstrap/lib/steps.sh +1000 -26
  10. package/bootstrap/manifest.example.yaml +93 -2
  11. package/bootstrap/templates/aisb/CLAUDE.md +305 -0
  12. package/bootstrap/templates/aisb/architect.md +204 -0
  13. package/bootstrap/templates/aisb/checkers/CLAUDE.md +9 -0
  14. package/bootstrap/templates/aisb/checkers/checker-architect.md +151 -0
  15. package/bootstrap/templates/aisb/checkers/checker-common.md +171 -0
  16. package/bootstrap/templates/aisb/checkers/checker-construct.md +129 -0
  17. package/bootstrap/templates/aisb/checkers/checker-keymaker.md +204 -0
  18. package/bootstrap/templates/aisb/checkers/checker-link.md +205 -0
  19. package/bootstrap/templates/aisb/checkers/checker-merovingian.md +219 -0
  20. package/bootstrap/templates/aisb/checkers/checker-morpheus.md +211 -0
  21. package/bootstrap/templates/aisb/checkers/checker-neo.md +177 -0
  22. package/bootstrap/templates/aisb/checkers/checker-niobe.md +156 -0
  23. package/bootstrap/templates/aisb/checkers/checker-oracle.md +164 -0
  24. package/bootstrap/templates/aisb/checkers/checker-seraph.md +187 -0
  25. package/bootstrap/templates/aisb/checkers/checker-smith.md +195 -0
  26. package/bootstrap/templates/aisb/checkers/checker-zion.md +113 -0
  27. package/bootstrap/templates/aisb/construct.md +135 -0
  28. package/bootstrap/templates/aisb/keymaker.md +227 -0
  29. package/bootstrap/templates/aisb/link.md +170 -0
  30. package/bootstrap/templates/aisb/lmc-protocol.md +57 -0
  31. package/bootstrap/templates/aisb/merovingian.md +159 -0
  32. package/bootstrap/templates/aisb/morpheus.md +243 -0
  33. package/bootstrap/templates/aisb/neo.md +147 -0
  34. package/bootstrap/templates/aisb/niobe.md +197 -0
  35. package/bootstrap/templates/aisb/oracle.md +244 -0
  36. package/bootstrap/templates/aisb/protocols/handoff-templates.md +204 -0
  37. package/bootstrap/templates/aisb/protocols/shared-protocol.md +248 -0
  38. package/bootstrap/templates/aisb/pythia.md +153 -0
  39. package/bootstrap/templates/aisb/seraph.md +315 -0
  40. package/bootstrap/templates/aisb/smith.md +202 -0
  41. package/bootstrap/templates/aisb/zion.md +172 -0
  42. package/bootstrap/templates/autonomous/audit-patrol.yaml +41 -0
  43. package/bootstrap/templates/autonomous/smith-reflect.yaml +43 -0
  44. package/bootstrap/templates/autonomous/ssh-key-rotate.yaml +46 -0
  45. package/bootstrap/templates/autonomous/support-agent.yaml +38 -0
  46. package/docs/AUDITS.md +85 -0
  47. package/docs/COMPLETION-PLAN.md +48 -0
  48. package/docs/GAP-ANALYSIS.md +214 -0
  49. package/docs/INSTALL.md +47 -9
  50. package/docs/MCP-AND-PLUGINS.md +31 -4
  51. package/docs/SIMULATION.md +171 -0
  52. package/docs/simulate.sh +211 -0
  53. package/install.sh +164 -17
  54. package/omega/Agentik_Engine/README.md +27 -10
  55. package/omega/Agentik_Engine/omega_engine/__init__.py +212 -2
  56. package/omega/Agentik_Engine/omega_engine/__pycache__/__init__.cpython-313.pyc +0 -0
  57. package/omega/Agentik_Engine/omega_engine/__pycache__/account.cpython-313.pyc +0 -0
  58. package/omega/Agentik_Engine/omega_engine/__pycache__/agent_messages.cpython-313.pyc +0 -0
  59. package/omega/Agentik_Engine/omega_engine/__pycache__/aisb_chat.cpython-313.pyc +0 -0
  60. package/omega/Agentik_Engine/omega_engine/__pycache__/audit_diff.cpython-313.pyc +0 -0
  61. package/omega/Agentik_Engine/omega_engine/__pycache__/audit_gate.cpython-313.pyc +0 -0
  62. package/omega/Agentik_Engine/omega_engine/__pycache__/auto_update.cpython-313.pyc +0 -0
  63. package/omega/Agentik_Engine/omega_engine/__pycache__/autonomous.cpython-313.pyc +0 -0
  64. package/omega/Agentik_Engine/omega_engine/__pycache__/backup.cpython-313.pyc +0 -0
  65. package/omega/Agentik_Engine/omega_engine/__pycache__/cadence.cpython-313.pyc +0 -0
  66. package/omega/Agentik_Engine/omega_engine/__pycache__/classifier.cpython-313.pyc +0 -0
  67. package/omega/Agentik_Engine/omega_engine/__pycache__/cleanup.cpython-313.pyc +0 -0
  68. package/omega/Agentik_Engine/omega_engine/__pycache__/cli.cpython-313.pyc +0 -0
  69. package/omega/Agentik_Engine/omega_engine/__pycache__/completions.cpython-313.pyc +0 -0
  70. package/omega/Agentik_Engine/omega_engine/__pycache__/costs.cpython-313.pyc +0 -0
  71. package/omega/Agentik_Engine/omega_engine/__pycache__/done_signal.cpython-313.pyc +0 -0
  72. package/omega/Agentik_Engine/omega_engine/__pycache__/envelope.cpython-313.pyc +0 -0
  73. package/omega/Agentik_Engine/omega_engine/__pycache__/executor.cpython-313.pyc +0 -0
  74. package/omega/Agentik_Engine/omega_engine/__pycache__/handoff.cpython-313.pyc +0 -0
  75. package/omega/Agentik_Engine/omega_engine/__pycache__/hermes.cpython-313.pyc +0 -0
  76. package/omega/Agentik_Engine/omega_engine/__pycache__/hermes_bootstrap.cpython-313.pyc +0 -0
  77. package/omega/Agentik_Engine/omega_engine/__pycache__/hermes_desktop.cpython-313.pyc +0 -0
  78. package/omega/Agentik_Engine/omega_engine/__pycache__/learning.cpython-313.pyc +0 -0
  79. package/omega/Agentik_Engine/omega_engine/__pycache__/managed_agent.cpython-313.pyc +0 -0
  80. package/omega/Agentik_Engine/omega_engine/__pycache__/memory.cpython-313.pyc +0 -0
  81. package/omega/Agentik_Engine/omega_engine/__pycache__/menu.cpython-313.pyc +0 -0
  82. package/omega/Agentik_Engine/omega_engine/__pycache__/mission.cpython-313.pyc +0 -0
  83. package/omega/Agentik_Engine/omega_engine/__pycache__/plan.cpython-313.pyc +0 -0
  84. package/omega/Agentik_Engine/omega_engine/__pycache__/project.cpython-313.pyc +0 -0
  85. package/omega/Agentik_Engine/omega_engine/__pycache__/prompts.cpython-313.pyc +0 -0
  86. package/omega/Agentik_Engine/omega_engine/__pycache__/provider.cpython-313.pyc +0 -0
  87. package/omega/Agentik_Engine/omega_engine/__pycache__/prune.cpython-313.pyc +0 -0
  88. package/omega/Agentik_Engine/omega_engine/__pycache__/pursue.cpython-313.pyc +0 -0
  89. package/omega/Agentik_Engine/omega_engine/__pycache__/reducer.cpython-313.pyc +0 -0
  90. package/omega/Agentik_Engine/omega_engine/__pycache__/router.cpython-313.pyc +0 -0
  91. package/omega/Agentik_Engine/omega_engine/__pycache__/skill_routing.cpython-313.pyc +0 -0
  92. package/omega/Agentik_Engine/omega_engine/__pycache__/smoke.cpython-313.pyc +0 -0
  93. package/omega/Agentik_Engine/omega_engine/__pycache__/store.cpython-313.pyc +0 -0
  94. package/omega/Agentik_Engine/omega_engine/__pycache__/sync.cpython-313.pyc +0 -0
  95. package/omega/Agentik_Engine/omega_engine/__pycache__/telegram_history.cpython-313.pyc +0 -0
  96. package/omega/Agentik_Engine/omega_engine/__pycache__/tmux.cpython-313.pyc +0 -0
  97. package/omega/Agentik_Engine/omega_engine/__pycache__/tools.cpython-313.pyc +0 -0
  98. package/omega/Agentik_Engine/omega_engine/__pycache__/understand_anything.cpython-313.pyc +0 -0
  99. package/omega/Agentik_Engine/omega_engine/__pycache__/updater.cpython-313.pyc +0 -0
  100. package/omega/Agentik_Engine/omega_engine/__pycache__/validate.cpython-313.pyc +0 -0
  101. package/omega/Agentik_Engine/omega_engine/__pycache__/vault.cpython-313.pyc +0 -0
  102. package/omega/Agentik_Engine/omega_engine/__pycache__/webhooks.cpython-313.pyc +0 -0
  103. package/omega/Agentik_Engine/omega_engine/__pycache__/worker.cpython-313.pyc +0 -0
  104. package/omega/Agentik_Engine/omega_engine/account.py +502 -0
  105. package/omega/Agentik_Engine/omega_engine/agent_messages.py +167 -0
  106. package/omega/Agentik_Engine/omega_engine/aisb_chat.py +128 -0
  107. package/omega/Agentik_Engine/omega_engine/audit_diff.py +99 -0
  108. package/omega/Agentik_Engine/omega_engine/audit_gate.py +149 -0
  109. package/omega/Agentik_Engine/omega_engine/audits/__init__.py +60 -0
  110. package/omega/Agentik_Engine/omega_engine/audits/__pycache__/__init__.cpython-313.pyc +0 -0
  111. package/omega/Agentik_Engine/omega_engine/audits/__pycache__/batcher.cpython-313.pyc +0 -0
  112. package/omega/Agentik_Engine/omega_engine/audits/__pycache__/dispatcher.cpython-313.pyc +0 -0
  113. package/omega/Agentik_Engine/omega_engine/audits/__pycache__/generator.cpython-313.pyc +0 -0
  114. package/omega/Agentik_Engine/omega_engine/audits/__pycache__/history.cpython-313.pyc +0 -0
  115. package/omega/Agentik_Engine/omega_engine/audits/__pycache__/pipeline.cpython-313.pyc +0 -0
  116. package/omega/Agentik_Engine/omega_engine/audits/batcher.py +218 -0
  117. package/omega/Agentik_Engine/omega_engine/audits/dispatcher.py +92 -0
  118. package/omega/Agentik_Engine/omega_engine/audits/generator.py +234 -0
  119. package/omega/Agentik_Engine/omega_engine/audits/history.py +168 -0
  120. package/omega/Agentik_Engine/omega_engine/audits/pipeline.py +198 -0
  121. package/omega/Agentik_Engine/omega_engine/auto_update.py +339 -0
  122. package/omega/Agentik_Engine/omega_engine/autonomous.py +538 -0
  123. package/omega/Agentik_Engine/omega_engine/backup.py +215 -0
  124. package/omega/Agentik_Engine/omega_engine/cadence.py +158 -0
  125. package/omega/Agentik_Engine/omega_engine/classifier.py +215 -0
  126. package/omega/Agentik_Engine/omega_engine/cleanup.py +673 -0
  127. package/omega/Agentik_Engine/omega_engine/cli.py +4564 -56
  128. package/omega/Agentik_Engine/omega_engine/completions.py +260 -0
  129. package/omega/Agentik_Engine/omega_engine/costs.py +100 -0
  130. package/omega/Agentik_Engine/omega_engine/daemons/__init__.py +14 -0
  131. package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/__init__.cpython-313.pyc +0 -0
  132. package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/autonomous.cpython-313.pyc +0 -0
  133. package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/engine.cpython-313.pyc +0 -0
  134. package/omega/Agentik_Engine/omega_engine/daemons/__pycache__/telegram.cpython-313.pyc +0 -0
  135. package/omega/Agentik_Engine/omega_engine/daemons/autonomous.py +56 -0
  136. package/omega/Agentik_Engine/omega_engine/daemons/engine.py +236 -0
  137. package/omega/Agentik_Engine/omega_engine/daemons/telegram.py +315 -0
  138. package/omega/Agentik_Engine/omega_engine/done_signal.py +154 -0
  139. package/omega/Agentik_Engine/omega_engine/educators/__init__.py +51 -0
  140. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/__init__.cpython-313.pyc +0 -0
  141. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/artifact.cpython-313.pyc +0 -0
  142. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/automation.cpython-313.pyc +0 -0
  143. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/base.cpython-313.pyc +0 -0
  144. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/claudecode.cpython-313.pyc +0 -0
  145. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/connection.cpython-313.pyc +0 -0
  146. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/coworker.cpython-313.pyc +0 -0
  147. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/loop.cpython-313.pyc +0 -0
  148. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/prompt.cpython-313.pyc +0 -0
  149. package/omega/Agentik_Engine/omega_engine/educators/__pycache__/skill.cpython-313.pyc +0 -0
  150. package/omega/Agentik_Engine/omega_engine/educators/artifact.py +65 -0
  151. package/omega/Agentik_Engine/omega_engine/educators/automation.py +76 -0
  152. package/omega/Agentik_Engine/omega_engine/educators/base.py +327 -0
  153. package/omega/Agentik_Engine/omega_engine/educators/claudecode.py +71 -0
  154. package/omega/Agentik_Engine/omega_engine/educators/connection.py +75 -0
  155. package/omega/Agentik_Engine/omega_engine/educators/coworker.py +68 -0
  156. package/omega/Agentik_Engine/omega_engine/educators/loop.py +82 -0
  157. package/omega/Agentik_Engine/omega_engine/educators/prompt.py +68 -0
  158. package/omega/Agentik_Engine/omega_engine/educators/skill.py +69 -0
  159. package/omega/Agentik_Engine/omega_engine/envelope.py +219 -0
  160. package/omega/Agentik_Engine/omega_engine/executor.py +195 -16
  161. package/omega/Agentik_Engine/omega_engine/genesis/__init__.py +134 -0
  162. package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/__init__.cpython-313.pyc +0 -0
  163. package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/orchestrator.cpython-313.pyc +0 -0
  164. package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/phases.cpython-313.pyc +0 -0
  165. package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/stack.cpython-313.pyc +0 -0
  166. package/omega/Agentik_Engine/omega_engine/genesis/__pycache__/state.cpython-313.pyc +0 -0
  167. package/omega/Agentik_Engine/omega_engine/genesis/orchestrator.py +262 -0
  168. package/omega/Agentik_Engine/omega_engine/genesis/phases.py +950 -0
  169. package/omega/Agentik_Engine/omega_engine/genesis/stack.py +324 -0
  170. package/omega/Agentik_Engine/omega_engine/genesis/state.py +353 -0
  171. package/omega/Agentik_Engine/omega_engine/handoff.py +459 -0
  172. package/omega/Agentik_Engine/omega_engine/hermes.py +426 -0
  173. package/omega/Agentik_Engine/omega_engine/hermes_bootstrap.py +382 -0
  174. package/omega/Agentik_Engine/omega_engine/hermes_desktop.py +469 -0
  175. package/omega/Agentik_Engine/omega_engine/integrations/__init__.py +30 -0
  176. package/omega/Agentik_Engine/omega_engine/integrations/__pycache__/__init__.cpython-313.pyc +0 -0
  177. package/omega/Agentik_Engine/omega_engine/integrations/__pycache__/graphify.cpython-313.pyc +0 -0
  178. package/omega/Agentik_Engine/omega_engine/integrations/graphify.py +234 -0
  179. package/omega/Agentik_Engine/omega_engine/learning.py +268 -0
  180. package/omega/Agentik_Engine/omega_engine/managed_agent.py +467 -0
  181. package/omega/Agentik_Engine/omega_engine/memory.py +271 -0
  182. package/omega/Agentik_Engine/omega_engine/menu.py +1065 -0
  183. package/omega/Agentik_Engine/omega_engine/migrations/__init__.py +144 -0
  184. package/omega/Agentik_Engine/omega_engine/migrations/__pycache__/__init__.cpython-313.pyc +0 -0
  185. package/omega/Agentik_Engine/omega_engine/migrations/__pycache__/v0_14_0.cpython-313.pyc +0 -0
  186. package/omega/Agentik_Engine/omega_engine/migrations/v0_14_0.py +29 -0
  187. package/omega/Agentik_Engine/omega_engine/mission.py +29 -14
  188. package/omega/Agentik_Engine/omega_engine/plan.py +846 -0
  189. package/omega/Agentik_Engine/omega_engine/prompts.py +158 -0
  190. package/omega/Agentik_Engine/omega_engine/provider.py +408 -13
  191. package/omega/Agentik_Engine/omega_engine/prune.py +151 -0
  192. package/omega/Agentik_Engine/omega_engine/pursue.py +205 -0
  193. package/omega/Agentik_Engine/omega_engine/rag/__init__.py +21 -0
  194. package/omega/Agentik_Engine/omega_engine/rag/__pycache__/__init__.cpython-313.pyc +0 -0
  195. package/omega/Agentik_Engine/omega_engine/rag/__pycache__/agentic.cpython-313.pyc +0 -0
  196. package/omega/Agentik_Engine/omega_engine/rag/__pycache__/base.cpython-313.pyc +0 -0
  197. package/omega/Agentik_Engine/omega_engine/rag/__pycache__/corrective.cpython-313.pyc +0 -0
  198. package/omega/Agentik_Engine/omega_engine/rag/__pycache__/graph.cpython-313.pyc +0 -0
  199. package/omega/Agentik_Engine/omega_engine/rag/__pycache__/hybrid.cpython-313.pyc +0 -0
  200. package/omega/Agentik_Engine/omega_engine/rag/__pycache__/multimodal.cpython-313.pyc +0 -0
  201. package/omega/Agentik_Engine/omega_engine/rag/__pycache__/router.cpython-313.pyc +0 -0
  202. package/omega/Agentik_Engine/omega_engine/rag/agentic.py +83 -0
  203. package/omega/Agentik_Engine/omega_engine/rag/base.py +42 -0
  204. package/omega/Agentik_Engine/omega_engine/rag/corrective.py +119 -0
  205. package/omega/Agentik_Engine/omega_engine/rag/graph.py +169 -0
  206. package/omega/Agentik_Engine/omega_engine/rag/hybrid.py +205 -0
  207. package/omega/Agentik_Engine/omega_engine/rag/multimodal.py +136 -0
  208. package/omega/Agentik_Engine/omega_engine/rag/router.py +110 -0
  209. package/omega/Agentik_Engine/omega_engine/reducer.py +21 -3
  210. package/omega/Agentik_Engine/omega_engine/router.py +28 -0
  211. package/omega/Agentik_Engine/omega_engine/skill_discovery/__init__.py +48 -0
  212. package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/__init__.cpython-313.pyc +0 -0
  213. package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/auditor.cpython-313.pyc +0 -0
  214. package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/finder.cpython-313.pyc +0 -0
  215. package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/installer.cpython-313.pyc +0 -0
  216. package/omega/Agentik_Engine/omega_engine/skill_discovery/__pycache__/marketplaces.cpython-313.pyc +0 -0
  217. package/omega/Agentik_Engine/omega_engine/skill_discovery/auditor.py +232 -0
  218. package/omega/Agentik_Engine/omega_engine/skill_discovery/finder.py +94 -0
  219. package/omega/Agentik_Engine/omega_engine/skill_discovery/installer.py +129 -0
  220. package/omega/Agentik_Engine/omega_engine/skill_discovery/marketplaces.py +80 -0
  221. package/omega/Agentik_Engine/omega_engine/skill_routing.py +388 -0
  222. package/omega/Agentik_Engine/omega_engine/smoke.py +81 -0
  223. package/omega/Agentik_Engine/omega_engine/store.py +132 -25
  224. package/omega/Agentik_Engine/omega_engine/sync.py +445 -0
  225. package/omega/Agentik_Engine/omega_engine/telegram_history.py +260 -0
  226. package/omega/Agentik_Engine/omega_engine/tmux.py +526 -0
  227. package/omega/Agentik_Engine/omega_engine/tools.py +272 -0
  228. package/omega/Agentik_Engine/omega_engine/understand_anything.py +275 -0
  229. package/omega/Agentik_Engine/omega_engine/updater.py +70 -0
  230. package/omega/Agentik_Engine/omega_engine/validate.py +186 -0
  231. package/omega/Agentik_Engine/omega_engine/vault.py +342 -0
  232. package/omega/Agentik_Engine/omega_engine/webhooks.py +262 -0
  233. package/omega/Agentik_Engine/omega_engine/worker.py +526 -0
  234. package/omega/Agentik_Engine/pyproject.toml +1 -1
  235. package/omega/Agentik_Engine/tests/__pycache__/test_account.cpython-313-pytest-8.4.2.pyc +0 -0
  236. package/omega/Agentik_Engine/tests/__pycache__/test_account.cpython-313.pyc +0 -0
  237. package/omega/Agentik_Engine/tests/__pycache__/test_adversarial.cpython-313-pytest-8.4.2.pyc +0 -0
  238. package/omega/Agentik_Engine/tests/__pycache__/test_adversarial.cpython-313.pyc +0 -0
  239. package/omega/Agentik_Engine/tests/__pycache__/test_agents_envelope.cpython-313-pytest-8.4.2.pyc +0 -0
  240. package/omega/Agentik_Engine/tests/__pycache__/test_agents_envelope.cpython-313.pyc +0 -0
  241. package/omega/Agentik_Engine/tests/__pycache__/test_audit_arsenal.cpython-313-pytest-8.4.2.pyc +0 -0
  242. package/omega/Agentik_Engine/tests/__pycache__/test_audits_pipeline.cpython-313-pytest-8.4.2.pyc +0 -0
  243. package/omega/Agentik_Engine/tests/__pycache__/test_audits_pipeline.cpython-313.pyc +0 -0
  244. package/omega/Agentik_Engine/tests/__pycache__/test_auto_update_and_migrations.cpython-313-pytest-8.4.2.pyc +0 -0
  245. package/omega/Agentik_Engine/tests/__pycache__/test_auto_update_and_migrations.cpython-313.pyc +0 -0
  246. package/omega/Agentik_Engine/tests/__pycache__/test_autonomous.cpython-313-pytest-8.4.2.pyc +0 -0
  247. package/omega/Agentik_Engine/tests/__pycache__/test_autonomous.cpython-313.pyc +0 -0
  248. package/omega/Agentik_Engine/tests/__pycache__/test_educators.cpython-313-pytest-8.4.2.pyc +0 -0
  249. package/omega/Agentik_Engine/tests/__pycache__/test_educators.cpython-313.pyc +0 -0
  250. package/omega/Agentik_Engine/tests/__pycache__/test_executor.cpython-313-pytest-8.4.2.pyc +0 -0
  251. package/omega/Agentik_Engine/tests/__pycache__/test_genesis_and_plan.cpython-313-pytest-8.4.2.pyc +0 -0
  252. package/omega/Agentik_Engine/tests/__pycache__/test_genesis_and_plan.cpython-313.pyc +0 -0
  253. package/omega/Agentik_Engine/tests/__pycache__/test_graphify.cpython-313-pytest-8.4.2.pyc +0 -0
  254. package/omega/Agentik_Engine/tests/__pycache__/test_graphify.cpython-313.pyc +0 -0
  255. package/omega/Agentik_Engine/tests/__pycache__/test_handoff.cpython-313-pytest-8.4.2.pyc +0 -0
  256. package/omega/Agentik_Engine/tests/__pycache__/test_handoff.cpython-313.pyc +0 -0
  257. package/omega/Agentik_Engine/tests/__pycache__/test_hermes_and_ua.cpython-313-pytest-8.4.2.pyc +0 -0
  258. package/omega/Agentik_Engine/tests/__pycache__/test_hermes_and_ua.cpython-313.pyc +0 -0
  259. package/omega/Agentik_Engine/tests/__pycache__/test_hermes_bootstrap_and_desktop.cpython-313-pytest-8.4.2.pyc +0 -0
  260. package/omega/Agentik_Engine/tests/__pycache__/test_hermes_bootstrap_and_desktop.cpython-313.pyc +0 -0
  261. package/omega/Agentik_Engine/tests/__pycache__/test_install_steps.cpython-313-pytest-8.4.2.pyc +0 -0
  262. package/omega/Agentik_Engine/tests/__pycache__/test_install_steps.cpython-313.pyc +0 -0
  263. package/omega/Agentik_Engine/tests/__pycache__/test_install_ux.cpython-313-pytest-8.4.2.pyc +0 -0
  264. package/omega/Agentik_Engine/tests/__pycache__/test_install_ux.cpython-313.pyc +0 -0
  265. package/omega/Agentik_Engine/tests/__pycache__/test_installer_wiring.cpython-313-pytest-8.4.2.pyc +0 -0
  266. package/omega/Agentik_Engine/tests/__pycache__/test_installer_wiring.cpython-313.pyc +0 -0
  267. package/omega/Agentik_Engine/tests/__pycache__/test_intelligence.cpython-313-pytest-8.4.2.pyc +0 -0
  268. package/omega/Agentik_Engine/tests/__pycache__/test_intelligence.cpython-313.pyc +0 -0
  269. package/omega/Agentik_Engine/tests/__pycache__/test_llm_clis_and_uninstall.cpython-313-pytest-8.4.2.pyc +0 -0
  270. package/omega/Agentik_Engine/tests/__pycache__/test_llm_clis_and_uninstall.cpython-313.pyc +0 -0
  271. package/omega/Agentik_Engine/tests/__pycache__/test_managed_agent.cpython-313-pytest-8.4.2.pyc +0 -0
  272. package/omega/Agentik_Engine/tests/__pycache__/test_managed_agent.cpython-313.pyc +0 -0
  273. package/omega/Agentik_Engine/tests/__pycache__/test_max_provider_and_menu.cpython-313-pytest-8.4.2.pyc +0 -0
  274. package/omega/Agentik_Engine/tests/__pycache__/test_max_provider_and_menu.cpython-313.pyc +0 -0
  275. package/omega/Agentik_Engine/tests/__pycache__/test_menu_coverage.cpython-313-pytest-8.4.2.pyc +0 -0
  276. package/omega/Agentik_Engine/tests/__pycache__/test_menu_coverage.cpython-313.pyc +0 -0
  277. package/omega/Agentik_Engine/tests/__pycache__/test_mission.cpython-313-pytest-8.4.2.pyc +0 -0
  278. package/omega/Agentik_Engine/tests/__pycache__/test_progress.cpython-313-pytest-8.4.2.pyc +0 -0
  279. package/omega/Agentik_Engine/tests/__pycache__/test_project.cpython-313-pytest-8.4.2.pyc +0 -0
  280. package/omega/Agentik_Engine/tests/__pycache__/test_pursue_cadence.cpython-313-pytest-8.4.2.pyc +0 -0
  281. package/omega/Agentik_Engine/tests/__pycache__/test_pursue_cadence.cpython-313.pyc +0 -0
  282. package/omega/Agentik_Engine/tests/__pycache__/test_rag.cpython-313-pytest-8.4.2.pyc +0 -0
  283. package/omega/Agentik_Engine/tests/__pycache__/test_rag.cpython-313.pyc +0 -0
  284. package/omega/Agentik_Engine/tests/__pycache__/test_reducer.cpython-313-pytest-8.4.2.pyc +0 -0
  285. package/omega/Agentik_Engine/tests/__pycache__/test_report.cpython-313-pytest-8.4.2.pyc +0 -0
  286. package/omega/Agentik_Engine/tests/__pycache__/test_role_aliases_and_ssot.cpython-313-pytest-8.4.2.pyc +0 -0
  287. package/omega/Agentik_Engine/tests/__pycache__/test_role_aliases_and_ssot.cpython-313.pyc +0 -0
  288. package/omega/Agentik_Engine/tests/__pycache__/test_skill_discovery_and_gate.cpython-313-pytest-8.4.2.pyc +0 -0
  289. package/omega/Agentik_Engine/tests/__pycache__/test_skill_discovery_and_gate.cpython-313.pyc +0 -0
  290. package/omega/Agentik_Engine/tests/__pycache__/test_skill_power.cpython-313-pytest-8.4.2.pyc +0 -0
  291. package/omega/Agentik_Engine/tests/__pycache__/test_skill_power.cpython-313.pyc +0 -0
  292. package/omega/Agentik_Engine/tests/__pycache__/test_skill_routing.cpython-313-pytest-8.4.2.pyc +0 -0
  293. package/omega/Agentik_Engine/tests/__pycache__/test_skill_routing.cpython-313.pyc +0 -0
  294. package/omega/Agentik_Engine/tests/__pycache__/test_snapshot_partial.cpython-313-pytest-8.4.2.pyc +0 -0
  295. package/omega/Agentik_Engine/tests/__pycache__/test_snapshot_partial.cpython-313.pyc +0 -0
  296. package/omega/Agentik_Engine/tests/__pycache__/test_telegram_history.cpython-313-pytest-8.4.2.pyc +0 -0
  297. package/omega/Agentik_Engine/tests/__pycache__/test_telegram_history.cpython-313.pyc +0 -0
  298. package/omega/Agentik_Engine/tests/__pycache__/test_tmux_and_aisb_chat.cpython-313-pytest-8.4.2.pyc +0 -0
  299. package/omega/Agentik_Engine/tests/__pycache__/test_tmux_and_aisb_chat.cpython-313.pyc +0 -0
  300. package/omega/Agentik_Engine/tests/__pycache__/test_tools_and_sync.cpython-313-pytest-8.4.2.pyc +0 -0
  301. package/omega/Agentik_Engine/tests/__pycache__/test_tools_and_sync.cpython-313.pyc +0 -0
  302. package/omega/Agentik_Engine/tests/__pycache__/test_v06_features.cpython-313-pytest-8.4.2.pyc +0 -0
  303. package/omega/Agentik_Engine/tests/__pycache__/test_v06_features.cpython-313.pyc +0 -0
  304. package/omega/Agentik_Engine/tests/__pycache__/test_vault.cpython-313-pytest-8.4.2.pyc +0 -0
  305. package/omega/Agentik_Engine/tests/__pycache__/test_vault.cpython-313.pyc +0 -0
  306. package/omega/Agentik_Engine/tests/__pycache__/test_webhooks_and_readiness.cpython-313-pytest-8.4.2.pyc +0 -0
  307. package/omega/Agentik_Engine/tests/__pycache__/test_webhooks_and_readiness.cpython-313.pyc +0 -0
  308. package/omega/Agentik_Engine/tests/__pycache__/test_worker_and_cleanup.cpython-313-pytest-8.4.2.pyc +0 -0
  309. package/omega/Agentik_Engine/tests/__pycache__/test_worker_and_cleanup.cpython-313.pyc +0 -0
  310. package/omega/Agentik_Engine/tests/test_account.py +338 -0
  311. package/omega/Agentik_Engine/tests/test_adversarial.py +351 -0
  312. package/omega/Agentik_Engine/tests/test_agents_envelope.py +274 -0
  313. package/omega/Agentik_Engine/tests/test_audits_pipeline.py +348 -0
  314. package/omega/Agentik_Engine/tests/test_auto_update_and_migrations.py +394 -0
  315. package/omega/Agentik_Engine/tests/test_autonomous.py +361 -0
  316. package/omega/Agentik_Engine/tests/test_educators.py +233 -0
  317. package/omega/Agentik_Engine/tests/test_genesis_and_plan.py +573 -0
  318. package/omega/Agentik_Engine/tests/test_graphify.py +190 -0
  319. package/omega/Agentik_Engine/tests/test_handoff.py +311 -0
  320. package/omega/Agentik_Engine/tests/test_hermes_and_ua.py +387 -0
  321. package/omega/Agentik_Engine/tests/test_hermes_bootstrap_and_desktop.py +358 -0
  322. package/omega/Agentik_Engine/tests/test_install_steps.py +359 -0
  323. package/omega/Agentik_Engine/tests/test_install_ux.py +151 -0
  324. package/omega/Agentik_Engine/tests/test_installer_wiring.py +496 -0
  325. package/omega/Agentik_Engine/tests/test_intelligence.py +285 -0
  326. package/omega/Agentik_Engine/tests/test_llm_clis_and_uninstall.py +228 -0
  327. package/omega/Agentik_Engine/tests/test_managed_agent.py +363 -0
  328. package/omega/Agentik_Engine/tests/test_max_provider_and_menu.py +231 -0
  329. package/omega/Agentik_Engine/tests/test_menu_coverage.py +72 -0
  330. package/omega/Agentik_Engine/tests/test_pursue_cadence.py +217 -0
  331. package/omega/Agentik_Engine/tests/test_rag.py +287 -0
  332. package/omega/Agentik_Engine/tests/test_role_aliases_and_ssot.py +207 -0
  333. package/omega/Agentik_Engine/tests/test_skill_discovery_and_gate.py +337 -0
  334. package/omega/Agentik_Engine/tests/test_skill_power.py +259 -0
  335. package/omega/Agentik_Engine/tests/test_skill_routing.py +189 -0
  336. package/omega/Agentik_Engine/tests/test_snapshot_partial.py +172 -0
  337. package/omega/Agentik_Engine/tests/test_telegram_history.py +209 -0
  338. package/omega/Agentik_Engine/tests/test_tmux_and_aisb_chat.py +223 -0
  339. package/omega/Agentik_Engine/tests/test_tools_and_sync.py +312 -0
  340. package/omega/Agentik_Engine/tests/test_v06_features.py +370 -0
  341. package/omega/Agentik_Engine/tests/test_vault.py +173 -0
  342. package/omega/Agentik_Engine/tests/test_webhooks_and_readiness.py +277 -0
  343. package/omega/Agentik_Engine/tests/test_worker_and_cleanup.py +541 -0
  344. package/omega/Agentik_Extra/etc/secrets/.vault-key +3 -0
  345. package/omega/Agentik_Extra/etc/secrets/.vault-pub +1 -0
  346. package/omega/Agentik_Runtime/audits.db +0 -0
  347. package/omega/Agentik_SSOT/VERSION +1 -1
  348. package/omega/Agentik_SSOT/claude-plugins/claude-plugins.yaml +100 -0
  349. package/omega/Agentik_SSOT/docs/LAYERS.md +90 -0
  350. package/omega/Agentik_SSOT/docs/USER-JOURNEY.md +283 -0
  351. package/omega/Agentik_SSOT/marketplaces/design-discipline.yaml +86 -0
  352. package/omega/Agentik_SSOT/skills/a11yaudit/SKILL.md +161 -0
  353. package/omega/Agentik_SSOT/skills/apiaudit/SKILL.md +157 -0
  354. package/omega/Agentik_SSOT/skills/automationaudit/SKILL.md +161 -0
  355. package/omega/Agentik_SSOT/skills/cadence/SKILL.md +76 -0
  356. package/omega/Agentik_SSOT/skills/codeaudit/SKILL.md +153 -0
  357. package/omega/Agentik_SSOT/skills/copyaudit/SKILL.md +161 -0
  358. package/omega/Agentik_SSOT/skills/dataaudit/SKILL.md +157 -0
  359. package/omega/Agentik_SSOT/skills/debugaudit/SKILL.md +161 -0
  360. package/omega/Agentik_SSOT/skills/dispatch/SKILL.md +79 -0
  361. package/omega/Agentik_SSOT/skills/dxaudit/SKILL.md +161 -0
  362. package/omega/Agentik_SSOT/skills/featureaudit/SKILL.md +161 -0
  363. package/omega/Agentik_SSOT/skills/flowaudit/SKILL.md +165 -0
  364. package/omega/Agentik_SSOT/skills/genesis/SKILL.md +116 -0
  365. package/omega/Agentik_SSOT/skills/handoff/SKILL.md +117 -0
  366. package/omega/Agentik_SSOT/skills/logicaudit/SKILL.md +165 -0
  367. package/omega/Agentik_SSOT/skills/motionaudit/SKILL.md +165 -0
  368. package/omega/Agentik_SSOT/skills/perfaudit/SKILL.md +161 -0
  369. package/omega/Agentik_SSOT/skills/plan/SKILL.md +127 -0
  370. package/omega/Agentik_SSOT/skills/pursue/SKILL.md +68 -0
  371. package/omega/Agentik_SSOT/skills/rag-route.md +82 -0
  372. package/omega/Agentik_SSOT/skills/refontaudit/SKILL.md +165 -0
  373. package/omega/Agentik_SSOT/skills/retentionaudit/SKILL.md +165 -0
  374. package/omega/Agentik_SSOT/skills/secaudit/SKILL.md +157 -0
  375. package/omega/Agentik_SSOT/skills/seoaudit/SKILL.md +161 -0
  376. package/omega/Agentik_SSOT/skills/skill-auditor/SKILL.md +83 -0
  377. package/omega/Agentik_SSOT/skills/skill-finder/SKILL.md +116 -0
  378. package/omega/Agentik_SSOT/skills/uiuxaudit/SKILL.md +165 -0
  379. package/package.json +2 -2
@@ -0,0 +1,161 @@
1
+ ---
2
+ name: dxaudit
3
+ description: Forensic dx audit — Is the DX SMOOTH — can a new developer go from git clone to first contribution within a day?. Runs the gather (deterministic) + falsify (agentic) pipeline, batches fixes, dispatches capped workers, re-audits, and persists scores. Use when the user says "/dxaudit", "audit dx", or asks to verify the dx health of the project.
4
+ when_to_use: User says /dxaudit, audit dx, check dx, verify dx, is dx 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
+ # dxaudit — forensic audit (Agentik OS Quality Arsenal)
11
+
12
+ > Is the DX SMOOTH — can a new developer go from git clone to first contribution within a day?
13
+
14
+ You are running the dxaudit 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 dxaudit $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. readme-quality
46
+
47
+ THE HINGE — README has description, prerequisites, copy-pasteable install/run, env vars, architecture, troubleshooting; can a dev reach a running app in <10 min?
48
+
49
+ ### 2. setup-complexity
50
+
51
+ THE HINGE — count manual steps from clone to running (target <5); .env.example exists with every var documented; Docker Compose for local services; one-command setup.
52
+
53
+ ### 3. error-messages
54
+
55
+ Build/runtime errors give actionable guidance — name the missing var/service/dependency and how to fix it, not 'ENOENT' or a raw stack trace.
56
+
57
+ ### 4. typescript-strictness
58
+
59
+ tsconfig strict:true (or mypy/clippy strict); no widespread 'any'; no @ts-ignore without a comment; explicit return types on exported functions.
60
+
61
+ ### 5. code-documentation
62
+
63
+ Exported functions have JSDoc/docstrings with params and returns; architecture documented; 'why' comments on non-obvious logic; docs match current code.
64
+
65
+ ### 6. testing-infrastructure
66
+
67
+ Test runner works with one command; coverage reported; tests deterministic, fast (<5min), independent; watch mode and single-test runnable.
68
+
69
+ ### 7. ci-cd-pipeline
70
+
71
+ All PRs run CI (lint+typecheck+test+build); CI <10min; CD automated on merge; main branch protected; no flaky CI.
72
+
73
+ ### 8. dependency-management
74
+
75
+ Lock file committed; no critical vulnerabilities; no abandoned deps (last release >2y); Renovate/Dependabot configured; pinning strategy defined.
76
+
77
+ ### 9. dev-tooling
78
+
79
+ Linter and formatter configured and run automatically; pre-commit hooks fast (<10s); .editorconfig present; recommended editor extensions documented.
80
+
81
+ ### 10. environment-parity
82
+
83
+ Dev/staging/prod differences documented; same runtime and DB versions; no hardcoded URLs/ports/credentials; config validated on startup (fail fast).
84
+
85
+ ### 11. debug-tooling
86
+
87
+ Structured logging with levels; debugger config (launch.json) checked in; source maps work; DB queries and API requests visible in dev.
88
+
89
+ ### 12. monorepo-structure
90
+
91
+ Workspace config if monorepo with clear package boundaries and build cache; logical feature-organized directory structure; no circular deps; no utils dumping ground.
92
+
93
+ ### 13. migration-changelog
94
+
95
+ Major-version upgrade guides with breaking changes and fixes; CHANGELOG maintained in Keep-a-Changelog format; reversible versioned DB migrations.
96
+
97
+ ### 14. contribution-guide
98
+
99
+ CONTRIBUTING.md with bug/feature/PR process, branch and commit conventions; 'good first issue' path; architecture overview for newcomers.
100
+
101
+ ## Falsification rules
102
+
103
+ The README lies until proven true — follow every setup instruction LITERALLY on a fresh clone; any step that fails, is unclear, or is missing means the README failed. Every PASS must cite at least 3 concrete checks with actual output. Categorise findings as README-vs-REALITY, LOCAL-vs-CI, FIRST-vs-REPEAT, HAPPY-vs-ERROR, or EXPERT-vs-NEWCOMER. "Ask in Slack" is not documentation — if knowledge is not in the repo it does not exist. Bias toward FAIL.
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 dxaudit`)
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": "dxaudit",
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 dxaudit` 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 dx dimension is healthy. Insist on the score before you
154
+ accept.
155
+
156
+ ## Reference
157
+
158
+ Audit definition: `Agentik_SSOT/audits/dxaudit.yaml`
159
+ Engine pipeline: `omega_engine.audits.pipeline.AuditPipeline`
160
+ Batcher: `omega_engine.audits.batcher.batch_findings`
161
+ History: `omega_engine.audits.history`
@@ -0,0 +1,161 @@
1
+ ---
2
+ name: featureaudit
3
+ description: Forensic features audit — Is the product COMPLETE — does everything that SHOULD exist actually exist and run deep?. Runs the gather (deterministic) + falsify (agentic) pipeline, batches fixes, dispatches capped workers, re-audits, and persists scores. Use when the user says "/featureaudit", "audit features", or asks to verify the features health of the project.
4
+ when_to_use: User says /featureaudit, audit features, check features, verify features, is features 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
+ # featureaudit — forensic audit (Agentik OS Quality Arsenal)
11
+
12
+ > Is the product COMPLETE — does everything that SHOULD exist actually exist and run deep?
13
+
14
+ You are running the featureaudit 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 featureaudit $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-capability
46
+
47
+ Identify the ONE capability this product must do better than anything else; is it implemented end-to-end and deep, or shallow?
48
+
49
+ ### 2. prd-compliance
50
+
51
+ For every feature promised in PRD/VISION/README, find a code trace; PROMISED-vs-BUILT — does it work AS described, not a different interpretation?
52
+
53
+ ### 3. empty-implementation
54
+
55
+ Stub routes, no-op handlers, buttons that do nothing, handlers returning success but persisting nothing — visible but non-functional.
56
+
57
+ ### 4. feature-depth
58
+
59
+ For each feature score depth: happy path, edge cases, error handling, configuration, integration — SHALLOW-vs-DEEP.
60
+
61
+ ### 5. edge-case-coverage
62
+
63
+ The Universal 10 per feature — zero/one/many/overflow states, special chars, long text, concurrent, mobile, offline; does each non-happy input survive?
64
+
65
+ ### 6. partial-crud
66
+
67
+ For each entity, do all of Create/Read/Update/Delete exist? Partial CRUD, partial export/import, partial search are LABELED-vs-CAPABLE gaps.
68
+
69
+ ### 7. competitive-parity
70
+
71
+ Table-stakes features all competitors have but this product lacks; differentiators hidden from the UI — MARKETED-vs-DELIVERED.
72
+
73
+ ### 8. discoverability
74
+
75
+ Clicks from main page to each feature, primary-nav presence, search/command-palette access, onboarding mention — a feature nobody finds is unused.
76
+
77
+ ### 9. feature-coherence
78
+
79
+ Do features share data and patterns, or are they silos with duplicate data entry and inconsistent interactions?
80
+
81
+ ### 10. api-surface
82
+
83
+ CRUD coverage, query/filter/sort capability, bulk ops, webhook/event emission — if it is not in the API it does not exist for power users.
84
+
85
+ ### 11. permission-matrix
86
+
87
+ For every entity x operation x role, is access enforced? Missing permission checks, over-permissive defaults, missing role tiers.
88
+
89
+ ### 12. data-model-gaps
90
+
91
+ Schema gaps — missing tenancy field, audit trail, soft-delete, version field, indexes on filtered columns.
92
+
93
+ ### 13. scaling-readiness
94
+
95
+ Features that work now but break at 10x — unpaginated lists, full-table scans, sync ops that should be async, no rate limiting.
96
+
97
+ ### 14. feature-entropy
98
+
99
+ Terminology drift, verb drift, inconsistent confirm/save patterns, mixed modal/drawer/route for the same flow.
100
+
101
+ ## Falsification rules
102
+
103
+ The product claims to be ready/launched/v1 — DISPROVE it. Every PASS must cite at least 3 concrete checks with actual output (route renders non-placeholder content, handler persists to real backend, sub-requirements have code branches). Categorise findings as PROMISED-vs-BUILT, VISIBLE-vs-FUNCTIONAL, SHALLOW-vs-DEEP, or LABELED-vs-CAPABLE. TODO comments, "coming soon" strings, permanently-off flags, and routes returning 404/501 are NOT evidence of a feature. Bias toward FAIL — the product is incomplete until proven complete.
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 featureaudit`)
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": "featureaudit",
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 featureaudit` 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 features dimension is healthy. Insist on the score before you
154
+ accept.
155
+
156
+ ## Reference
157
+
158
+ Audit definition: `Agentik_SSOT/audits/featureaudit.yaml`
159
+ Engine pipeline: `omega_engine.audits.pipeline.AuditPipeline`
160
+ Batcher: `omega_engine.audits.batcher.batch_findings`
161
+ History: `omega_engine.audits.history`
@@ -0,0 +1,165 @@
1
+ ---
2
+ name: flowaudit
3
+ description: Forensic flows audit — Does the experience WORK — can a user complete every journey without getting lost or stuck?. Runs the gather (deterministic) + falsify (agentic) pipeline, batches fixes, dispatches capped workers, re-audits, and persists scores. Use when the user says "/flowaudit", "audit flows", or asks to verify the flows health of the project.
4
+ when_to_use: User says /flowaudit, audit flows, check flows, verify flows, is flows 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
+ # flowaudit — forensic audit (Agentik OS Quality Arsenal)
11
+
12
+ > Does the experience WORK — can a user complete every journey without getting lost or stuck?
13
+
14
+ You are running the flowaudit 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 flowaudit $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-flow
46
+
47
+ Identify the ONE journey that — if broken — makes the product worthless (signup->activation, purchase->delivery); audit it with 10x scrutiny end-to-end.
48
+
49
+ ### 2. flow-completeness
50
+
51
+ Every flow has a reachable entry, every step a clear single CTA and visible progress, a confirmed success state, and a sane next action — no flow that starts but cannot finish.
52
+
53
+ ### 3. state-machines
54
+
55
+ Every entity's lifecycle states are explicit, transitions guarded (no draft->completed skip), invalid transitions rejected not silently corrupting, no entity can get permanently stuck.
56
+
57
+ ### 4. happy-path
58
+
59
+ Walk each primary journey — data entered in step 1 survives to step 5, every action acknowledged under 100ms, the result is visible afterward in the dashboard/list.
60
+
61
+ ### 5. error-paths
62
+
63
+ For every flow exercise the dark paths — empty/invalid/boundary input, API failure mid-flow, slow/garbage responses, permission loss, double-submit; each handled gracefully.
64
+
65
+ ### 6. dead-ends
66
+
67
+ No state with no way out — unclosable modals, error pages with no home link, success pages with no next step, 'Processing...' that never resolves, empty results with no guidance.
68
+
69
+ ### 7. permission-auth-gaps
70
+
71
+ Every protected route redirects unauthenticated users and denies wrong roles; no IDOR via URL ID tampering; admin checks enforced server-side not just hidden in UI; session expiry handled.
72
+
73
+ ### 8. onboarding
74
+
75
+ First-run shows a guided path not an empty dashboard; the shortest path to the activation 'aha' action; empty states teach the user to create their first item.
76
+
77
+ ### 9. data-integrity
78
+
79
+ Input -> storage -> display roundtrip is identical (special chars, emoji, numbers, timezones); data created in flow A visible in flow B; deletes clean up all references.
80
+
81
+ ### 10. cross-session-continuity
82
+
83
+ Close/reopen browser preserves state, long flows resume rather than restart, real-time sync across tabs/users, active flows survive a deploy or migration.
84
+
85
+ ### 11. error-recovery
86
+
87
+ After a validation/network/payment error — form values preserved, focus on the errored field, actionable message, retry without double-charge; destructive actions undoable.
88
+
89
+ ### 12. notification-feedback
90
+
91
+ Every action gets a proportional reaction — no silent success, no silent failure, no state change without notice; progress communicated for long/background operations.
92
+
93
+ ### 13. empty-and-loading-states
94
+
95
+ Every list/table/dashboard has a designed zero-data state with a CTA, a layout-shaped loading skeleton, a styled error state with retry — never a blank or collapsed layout.
96
+
97
+ ### 14. destructive-actions
98
+
99
+ Delete/cancel/disconnect have a consequence-explaining confirmation, the confirm button is not the default, reversibility or clear irreversible warning, cascade effects disclosed.
100
+
101
+ ### 15. flow-entropy
102
+
103
+ Similar flows structured alike, same action same verb everywhere, back always means back, one consistent pattern for success/error/loading, no terminology drift.
104
+
105
+ ## Falsification rules
106
+
107
+ The user is always lost; every button is a promise — FALSIFY each. Click "Save": was data actually persisted? "Cancel anytime": can you cancel at every point? Every PASS must cite at least 3 concrete checks (the route walked, the state in the DB, the screenshot of the step). Categorise findings as LABEL-vs-ACTION, PROMISE-vs-EXPERIENCE, STATE-vs-DISPLAY, or FEEDBACK-vs-TRUTH. Happy paths are marketing; error paths, edge cases and permission denials are reality — an untested dark path is an untested flow. 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 flowaudit`)
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": "flowaudit",
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 flowaudit` 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 flows dimension is healthy. Insist on the score before you
158
+ accept.
159
+
160
+ ## Reference
161
+
162
+ Audit definition: `Agentik_SSOT/audits/flowaudit.yaml`
163
+ Engine pipeline: `omega_engine.audits.pipeline.AuditPipeline`
164
+ Batcher: `omega_engine.audits.batcher.batch_findings`
165
+ History: `omega_engine.audits.history`
@@ -0,0 +1,116 @@
1
+ ---
2
+ name: genesis
3
+ description: Start a new project from zero — the programmatic, isolated-per-project replacement for /new + /vision + /prd + /planner. Walks 7 deterministic phases (stack → vision → market 5 files → branding 3 files → PRD 9 files → features N with depends_on → handoff to /plan). All artefacts land under $OMEGA_HOME/Agentik_Coding/projects/<slug>/ with strict isolation; PROJECT.yaml is the state machine. Resume-safe. Use when the user says "/genesis", "new project", "start from scratch", "fais un nouveau projet", "creer un projet", "build from nothing", "from idea to plan".
4
+ when_to_use: User wants to start a brand-new project (no existing code) and needs the full upstream docs tree + a DAG-aware feature backlog ready for the /plan executor. For existing projects, use /build instead.
5
+ allowed-tools: Bash Read Write
6
+ argument-hint: "<slug> <intent>"
7
+ arguments: [slug, intent]
8
+ ---
9
+
10
+ # /genesis — programmatic project genesis
11
+
12
+ You are running the OmegaOS Genesis pipeline. Unlike the legacy `/new`,
13
+ this is a programmatic walker — the engine writes deterministic file
14
+ skeletons; **your job is to FILL the `<!-- TODO -->` blocks with real
15
+ content based on the operator's intent**, then advance to the next phase.
16
+
17
+ ## Phases (run in order — the engine enforces it)
18
+
19
+ | # | Phase | Files | What you do |
20
+ |---|---|---|---|
21
+ | 0 | stack | — | Pick the technical + programmatic stack via `omega genesis questions` |
22
+ | 1 | vision | `docs/00-VISION.md` | Fill the 7 sections from the intent + a Socratic interview |
23
+ | 2 | market | `docs/10-market/{11..15}-*.md` | 5 files: competitors, ICP, pricing, GTM channels, positioning |
24
+ | 3 | branding | `docs/20-brand/{21..23}-*.md` | 3 files: brand identity, design system, motion language |
25
+ | 4 | prd | `docs/30-prd/{31..39}-*.md` | 9 files: PRD, tech arch, design detail, layouts, data model, agent playbook, testing, changelog, glossary |
26
+ | 5 | features | `docs/40-features/F-*.md` + `plan/DAG.json` | N features with explicit `depends_on`, `wave`, `estimated_minutes`, `files_owned`, `verify_cmd`, `skill` |
27
+ | 6 | plan | `docs/GENESIS-COMPLETE.md` | Handoff doc → `omega plan build <slug>` |
28
+
29
+ ## Strict isolation — non-negotiable
30
+
31
+ Every artefact lands under:
32
+
33
+ $OMEGA_HOME/Agentik_Coding/projects/<slug>/
34
+
35
+ The engine **refuses** to write outside this root. Two genesis runs on
36
+ two different slugs cannot leak into each other.
37
+
38
+ ## Stack picker (phase 0)
39
+
40
+ Default = OmegaOS canonical stack:
41
+
42
+ type=web frontend=nextjs backend=convex deploy=vercel
43
+ payments=stripe ui_kit=shadcn auth=clerk extras=[framer-motion]
44
+
45
+ **Ask the operator** if the brief calls for anything else (mobile,
46
+ desktop, iPhone-native, Mac-native, library, CLI, …). Use:
47
+
48
+ ```bash
49
+ omega genesis questions --intent "<the brief>"
50
+ ```
51
+
52
+ …to get the 5-question form. Apply answers via `--stack-<key>` flags on
53
+ `omega genesis new`.
54
+
55
+ ## Design-discipline skills (mandatory when filling branding + features)
56
+
57
+ The branding phase + every UI feature MUST be filled by invoking these
58
+ skills (already installed globally on this Claude Code host):
59
+
60
+ | Skill | Use for |
61
+ |---|---|
62
+ | `/emil-design-eng` | Design engineering discipline; tactile, motion-aware |
63
+ | `/impeccable` | Pixel-level craft — no half-baked components |
64
+ | `/taste-skill` | Taste calibration across typography / colour / hierarchy |
65
+ | `/shadcn-ui` | Every component from ui.shadcn.com/docs/components |
66
+ | `/frontend-design` | High-quality production-grade frontend code |
67
+
68
+ When phase 5 emits a feature with `skill: "/shadcn-ui + /taste-skill"`,
69
+ the worker MUST invoke those skills — not paraphrase them.
70
+
71
+ ## How to run
72
+
73
+ ```bash
74
+ # 1. Initialise the project (Q1-Q5 picker if no flags)
75
+ omega genesis new <slug> --intent "<one-line brief>"
76
+
77
+ # 2. Advance through every phase
78
+ omega genesis run <slug>
79
+
80
+ # 3. (resume after a clear / crash)
81
+ omega genesis status <slug> # see where you are
82
+ omega genesis run <slug> # picks up at the next phase
83
+
84
+ # 4. Hand off to the plan executor
85
+ omega plan build <slug>
86
+ omega plan next <slug> # → the worker's brief
87
+ ```
88
+
89
+ ## After Genesis completes
90
+
91
+ The pipeline ends with `docs/GENESIS-COMPLETE.md`. The next step is the
92
+ **v0.19 Plan executor** (`/plan` skill). The plan executor reads
93
+ `plan/DAG.json`, loads it into a per-project SQLite store, and refuses
94
+ to mark a task done until every `depends_on` is VERIFIED. The agent
95
+ NEVER sees the full backlog — only the next eligible task.
96
+
97
+ ## What this skill does NOT do
98
+
99
+ - It does NOT write features in markdown freehand — the structure is
100
+ generated by `phases.py` in deterministic order; you fill the TODOs.
101
+ - It does NOT touch any project other than `<slug>` — no shared CWD.
102
+ - It does NOT skip phases. The state machine enforces order.
103
+
104
+ ## When something goes wrong
105
+
106
+ - `omega genesis status <slug>` → see where the pipeline stopped.
107
+ - A phase failed mid-way? Re-run `omega genesis run <slug>` — the
108
+ orchestrator only re-runs phases that aren't marked done.
109
+ - Want to redo a phase? `omega genesis run <slug> --phase market`.
110
+ - Want to start over? `omega genesis delete <slug> --yes && omega genesis new <slug>`.
111
+
112
+ ---
113
+
114
+ **Argument: `$slug` (kebab-case)**, optional **`$intent`** (one-line brief).
115
+ The slug becomes the directory name AND the Telegram topic name AND the
116
+ git repo name. Pick well.