execweave 0.6.7__tar.gz → 0.6.9__tar.gz

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 (353) hide show
  1. execweave-0.6.9/LICENSE +16 -0
  2. {execweave-0.6.7 → execweave-0.6.9}/PKG-INFO +24 -29
  3. {execweave-0.6.7 → execweave-0.6.9}/README.de.md +21 -17
  4. {execweave-0.6.7 → execweave-0.6.9}/README.fr.md +20 -16
  5. {execweave-0.6.7 → execweave-0.6.9}/README.ja.md +20 -16
  6. {execweave-0.6.7 → execweave-0.6.9}/README.ko.md +20 -16
  7. {execweave-0.6.7 → execweave-0.6.9}/README.md +10 -10
  8. {execweave-0.6.7 → execweave-0.6.9}/README.ru.md +20 -16
  9. {execweave-0.6.7 → execweave-0.6.9}/README.zh-CN.md +20 -16
  10. {execweave-0.6.7 → execweave-0.6.9}/README.zh-TW.md +20 -16
  11. execweave-0.6.9/docs/assets/codex.gif +0 -0
  12. {execweave-0.6.7 → execweave-0.6.9}/pyproject.toml +3 -2
  13. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/__init__.py +1 -1
  14. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live.py +7 -1
  15. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_view.py +42 -0
  16. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/theme.py +1 -0
  17. execweave-0.6.9/tests/test_v069_dashboard_release.py +124 -0
  18. execweave-0.6.7/LICENSE +0 -21
  19. execweave-0.6.7/docs/assets/execweave-launch-demo-v5-x.gif +0 -0
  20. {execweave-0.6.7 → execweave-0.6.9}/.github/workflows/ci.yml +0 -0
  21. {execweave-0.6.7 → execweave-0.6.9}/.github/workflows/i18n.yml +0 -0
  22. {execweave-0.6.7 → execweave-0.6.9}/.github/workflows/package-benchmark.yml +0 -0
  23. {execweave-0.6.7 → execweave-0.6.9}/.github/workflows/package-smoke.yml +0 -0
  24. {execweave-0.6.7 → execweave-0.6.9}/.github/workflows/publish.yml +0 -0
  25. {execweave-0.6.7 → execweave-0.6.9}/.github/workflows/scalability.yml +0 -0
  26. {execweave-0.6.7 → execweave-0.6.9}/.github/workflows/wheel-smoke.yml +0 -0
  27. {execweave-0.6.7 → execweave-0.6.9}/.github/workflows/windows-launcher.yml +0 -0
  28. {execweave-0.6.7 → execweave-0.6.9}/.gitignore +0 -0
  29. {execweave-0.6.7 → execweave-0.6.9}/benchmarks/phase1_overhead.py +0 -0
  30. {execweave-0.6.7 → execweave-0.6.9}/docs/antigravity-hooks.md +0 -0
  31. {execweave-0.6.7 → execweave-0.6.9}/docs/benchmarks/README.md +0 -0
  32. {execweave-0.6.7 → execweave-0.6.9}/docs/benchmarks/v0.6.0-github-actions.json +0 -0
  33. {execweave-0.6.7 → execweave-0.6.9}/docs/benchmarks/v0.6.0-github-actions.svg +0 -0
  34. {execweave-0.6.7 → execweave-0.6.9}/docs/claude-code-hooks.de.md +0 -0
  35. {execweave-0.6.7 → execweave-0.6.9}/docs/claude-code-hooks.fr.md +0 -0
  36. {execweave-0.6.7 → execweave-0.6.9}/docs/claude-code-hooks.ja.md +0 -0
  37. {execweave-0.6.7 → execweave-0.6.9}/docs/claude-code-hooks.ko.md +0 -0
  38. {execweave-0.6.7 → execweave-0.6.9}/docs/claude-code-hooks.md +0 -0
  39. {execweave-0.6.7 → execweave-0.6.9}/docs/claude-code-hooks.ru.md +0 -0
  40. {execweave-0.6.7 → execweave-0.6.9}/docs/claude-code-hooks.zh-CN.md +0 -0
  41. {execweave-0.6.7 → execweave-0.6.9}/docs/claude-code-hooks.zh-TW.md +0 -0
  42. {execweave-0.6.7 → execweave-0.6.9}/docs/codex-hooks.de.md +0 -0
  43. {execweave-0.6.7 → execweave-0.6.9}/docs/codex-hooks.fr.md +0 -0
  44. {execweave-0.6.7 → execweave-0.6.9}/docs/codex-hooks.ja.md +0 -0
  45. {execweave-0.6.7 → execweave-0.6.9}/docs/codex-hooks.ko.md +0 -0
  46. {execweave-0.6.7 → execweave-0.6.9}/docs/codex-hooks.md +0 -0
  47. {execweave-0.6.7 → execweave-0.6.9}/docs/codex-hooks.ru.md +0 -0
  48. {execweave-0.6.7 → execweave-0.6.9}/docs/codex-hooks.zh-CN.md +0 -0
  49. {execweave-0.6.7 → execweave-0.6.9}/docs/codex-hooks.zh-TW.md +0 -0
  50. {execweave-0.6.7 → execweave-0.6.9}/docs/cursor-hooks.de.md +0 -0
  51. {execweave-0.6.7 → execweave-0.6.9}/docs/cursor-hooks.fr.md +0 -0
  52. {execweave-0.6.7 → execweave-0.6.9}/docs/cursor-hooks.ja.md +0 -0
  53. {execweave-0.6.7 → execweave-0.6.9}/docs/cursor-hooks.ko.md +0 -0
  54. {execweave-0.6.7 → execweave-0.6.9}/docs/cursor-hooks.md +0 -0
  55. {execweave-0.6.7 → execweave-0.6.9}/docs/cursor-hooks.ru.md +0 -0
  56. {execweave-0.6.7 → execweave-0.6.9}/docs/cursor-hooks.zh-CN.md +0 -0
  57. {execweave-0.6.7 → execweave-0.6.9}/docs/cursor-hooks.zh-TW.md +0 -0
  58. {execweave-0.6.7 → execweave-0.6.9}/docs/evidence-grades.de.md +0 -0
  59. {execweave-0.6.7 → execweave-0.6.9}/docs/evidence-grades.fr.md +0 -0
  60. {execweave-0.6.7 → execweave-0.6.9}/docs/evidence-grades.ja.md +0 -0
  61. {execweave-0.6.7 → execweave-0.6.9}/docs/evidence-grades.ko.md +0 -0
  62. {execweave-0.6.7 → execweave-0.6.9}/docs/evidence-grades.md +0 -0
  63. {execweave-0.6.7 → execweave-0.6.9}/docs/evidence-grades.ru.md +0 -0
  64. {execweave-0.6.7 → execweave-0.6.9}/docs/evidence-grades.zh-CN.md +0 -0
  65. {execweave-0.6.7 → execweave-0.6.9}/docs/evidence-grades.zh-TW.md +0 -0
  66. {execweave-0.6.7 → execweave-0.6.9}/docs/gemini-hooks.de.md +0 -0
  67. {execweave-0.6.7 → execweave-0.6.9}/docs/gemini-hooks.fr.md +0 -0
  68. {execweave-0.6.7 → execweave-0.6.9}/docs/gemini-hooks.ja.md +0 -0
  69. {execweave-0.6.7 → execweave-0.6.9}/docs/gemini-hooks.ko.md +0 -0
  70. {execweave-0.6.7 → execweave-0.6.9}/docs/gemini-hooks.md +0 -0
  71. {execweave-0.6.7 → execweave-0.6.9}/docs/gemini-hooks.ru.md +0 -0
  72. {execweave-0.6.7 → execweave-0.6.9}/docs/gemini-hooks.zh-CN.md +0 -0
  73. {execweave-0.6.7 → execweave-0.6.9}/docs/gemini-hooks.zh-TW.md +0 -0
  74. {execweave-0.6.7 → execweave-0.6.9}/docs/inference-gateway.de.md +0 -0
  75. {execweave-0.6.7 → execweave-0.6.9}/docs/inference-gateway.fr.md +0 -0
  76. {execweave-0.6.7 → execweave-0.6.9}/docs/inference-gateway.ja.md +0 -0
  77. {execweave-0.6.7 → execweave-0.6.9}/docs/inference-gateway.ko.md +0 -0
  78. {execweave-0.6.7 → execweave-0.6.9}/docs/inference-gateway.md +0 -0
  79. {execweave-0.6.7 → execweave-0.6.9}/docs/inference-gateway.ru.md +0 -0
  80. {execweave-0.6.7 → execweave-0.6.9}/docs/inference-gateway.zh-CN.md +0 -0
  81. {execweave-0.6.7 → execweave-0.6.9}/docs/inference-gateway.zh-TW.md +0 -0
  82. {execweave-0.6.7 → execweave-0.6.9}/docs/live-graph.de.md +0 -0
  83. {execweave-0.6.7 → execweave-0.6.9}/docs/live-graph.fr.md +0 -0
  84. {execweave-0.6.7 → execweave-0.6.9}/docs/live-graph.ja.md +0 -0
  85. {execweave-0.6.7 → execweave-0.6.9}/docs/live-graph.ko.md +0 -0
  86. {execweave-0.6.7 → execweave-0.6.9}/docs/live-graph.md +0 -0
  87. {execweave-0.6.7 → execweave-0.6.9}/docs/live-graph.ru.md +0 -0
  88. {execweave-0.6.7 → execweave-0.6.9}/docs/live-graph.zh-CN.md +0 -0
  89. {execweave-0.6.7 → execweave-0.6.9}/docs/live-graph.zh-TW.md +0 -0
  90. {execweave-0.6.7 → execweave-0.6.9}/docs/model-runtime.de.md +0 -0
  91. {execweave-0.6.7 → execweave-0.6.9}/docs/model-runtime.fr.md +0 -0
  92. {execweave-0.6.7 → execweave-0.6.9}/docs/model-runtime.ja.md +0 -0
  93. {execweave-0.6.7 → execweave-0.6.9}/docs/model-runtime.ko.md +0 -0
  94. {execweave-0.6.7 → execweave-0.6.9}/docs/model-runtime.md +0 -0
  95. {execweave-0.6.7 → execweave-0.6.9}/docs/model-runtime.ru.md +0 -0
  96. {execweave-0.6.7 → execweave-0.6.9}/docs/model-runtime.zh-CN.md +0 -0
  97. {execweave-0.6.7 → execweave-0.6.9}/docs/model-runtime.zh-TW.md +0 -0
  98. {execweave-0.6.7 → execweave-0.6.9}/docs/opencode-plugin.de.md +0 -0
  99. {execweave-0.6.7 → execweave-0.6.9}/docs/opencode-plugin.fr.md +0 -0
  100. {execweave-0.6.7 → execweave-0.6.9}/docs/opencode-plugin.ja.md +0 -0
  101. {execweave-0.6.7 → execweave-0.6.9}/docs/opencode-plugin.ko.md +0 -0
  102. {execweave-0.6.7 → execweave-0.6.9}/docs/opencode-plugin.md +0 -0
  103. {execweave-0.6.7 → execweave-0.6.9}/docs/opencode-plugin.ru.md +0 -0
  104. {execweave-0.6.7 → execweave-0.6.9}/docs/opencode-plugin.zh-CN.md +0 -0
  105. {execweave-0.6.7 → execweave-0.6.9}/docs/opencode-plugin.zh-TW.md +0 -0
  106. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-1-runtime-collection.de.md +0 -0
  107. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-1-runtime-collection.fr.md +0 -0
  108. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-1-runtime-collection.ja.md +0 -0
  109. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-1-runtime-collection.ko.md +0 -0
  110. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-1-runtime-collection.md +0 -0
  111. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-1-runtime-collection.ru.md +0 -0
  112. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-1-runtime-collection.zh-CN.md +0 -0
  113. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-1-runtime-collection.zh-TW.md +0 -0
  114. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-2-execution-graph.de.md +0 -0
  115. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-2-execution-graph.fr.md +0 -0
  116. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-2-execution-graph.ja.md +0 -0
  117. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-2-execution-graph.ko.md +0 -0
  118. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-2-execution-graph.md +0 -0
  119. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-2-execution-graph.ru.md +0 -0
  120. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-2-execution-graph.zh-CN.md +0 -0
  121. {execweave-0.6.7 → execweave-0.6.9}/docs/phase-2-execution-graph.zh-TW.md +0 -0
  122. {execweave-0.6.7 → execweave-0.6.9}/docs/rule-packs.de.md +0 -0
  123. {execweave-0.6.7 → execweave-0.6.9}/docs/rule-packs.fr.md +0 -0
  124. {execweave-0.6.7 → execweave-0.6.9}/docs/rule-packs.ja.md +0 -0
  125. {execweave-0.6.7 → execweave-0.6.9}/docs/rule-packs.ko.md +0 -0
  126. {execweave-0.6.7 → execweave-0.6.9}/docs/rule-packs.md +0 -0
  127. {execweave-0.6.7 → execweave-0.6.9}/docs/rule-packs.ru.md +0 -0
  128. {execweave-0.6.7 → execweave-0.6.9}/docs/rule-packs.zh-CN.md +0 -0
  129. {execweave-0.6.7 → execweave-0.6.9}/docs/rule-packs.zh-TW.md +0 -0
  130. {execweave-0.6.7 → execweave-0.6.9}/docs/run-integrity.de.md +0 -0
  131. {execweave-0.6.7 → execweave-0.6.9}/docs/run-integrity.fr.md +0 -0
  132. {execweave-0.6.7 → execweave-0.6.9}/docs/run-integrity.ja.md +0 -0
  133. {execweave-0.6.7 → execweave-0.6.9}/docs/run-integrity.ko.md +0 -0
  134. {execweave-0.6.7 → execweave-0.6.9}/docs/run-integrity.md +0 -0
  135. {execweave-0.6.7 → execweave-0.6.9}/docs/run-integrity.ru.md +0 -0
  136. {execweave-0.6.7 → execweave-0.6.9}/docs/run-integrity.zh-CN.md +0 -0
  137. {execweave-0.6.7 → execweave-0.6.9}/docs/run-integrity.zh-TW.md +0 -0
  138. {execweave-0.6.7 → execweave-0.6.9}/docs/runtime-threat-model.de.md +0 -0
  139. {execweave-0.6.7 → execweave-0.6.9}/docs/runtime-threat-model.fr.md +0 -0
  140. {execweave-0.6.7 → execweave-0.6.9}/docs/runtime-threat-model.ja.md +0 -0
  141. {execweave-0.6.7 → execweave-0.6.9}/docs/runtime-threat-model.ko.md +0 -0
  142. {execweave-0.6.7 → execweave-0.6.9}/docs/runtime-threat-model.md +0 -0
  143. {execweave-0.6.7 → execweave-0.6.9}/docs/runtime-threat-model.ru.md +0 -0
  144. {execweave-0.6.7 → execweave-0.6.9}/docs/runtime-threat-model.zh-CN.md +0 -0
  145. {execweave-0.6.7 → execweave-0.6.9}/docs/runtime-threat-model.zh-TW.md +0 -0
  146. {execweave-0.6.7 → execweave-0.6.9}/docs/security-analysis.de.md +0 -0
  147. {execweave-0.6.7 → execweave-0.6.9}/docs/security-analysis.fr.md +0 -0
  148. {execweave-0.6.7 → execweave-0.6.9}/docs/security-analysis.ja.md +0 -0
  149. {execweave-0.6.7 → execweave-0.6.9}/docs/security-analysis.ko.md +0 -0
  150. {execweave-0.6.7 → execweave-0.6.9}/docs/security-analysis.md +0 -0
  151. {execweave-0.6.7 → execweave-0.6.9}/docs/security-analysis.ru.md +0 -0
  152. {execweave-0.6.7 → execweave-0.6.9}/docs/security-analysis.zh-CN.md +0 -0
  153. {execweave-0.6.7 → execweave-0.6.9}/docs/security-analysis.zh-TW.md +0 -0
  154. {execweave-0.6.7 → execweave-0.6.9}/docs/semantic-telemetry.de.md +0 -0
  155. {execweave-0.6.7 → execweave-0.6.9}/docs/semantic-telemetry.fr.md +0 -0
  156. {execweave-0.6.7 → execweave-0.6.9}/docs/semantic-telemetry.ja.md +0 -0
  157. {execweave-0.6.7 → execweave-0.6.9}/docs/semantic-telemetry.ko.md +0 -0
  158. {execweave-0.6.7 → execweave-0.6.9}/docs/semantic-telemetry.md +0 -0
  159. {execweave-0.6.7 → execweave-0.6.9}/docs/semantic-telemetry.ru.md +0 -0
  160. {execweave-0.6.7 → execweave-0.6.9}/docs/semantic-telemetry.zh-CN.md +0 -0
  161. {execweave-0.6.7 → execweave-0.6.9}/docs/semantic-telemetry.zh-TW.md +0 -0
  162. {execweave-0.6.7 → execweave-0.6.9}/docs/v0.6.5-hardening-decisions.md +0 -0
  163. {execweave-0.6.7 → execweave-0.6.9}/scripts/audit_i18n_parity.py +0 -0
  164. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_claude_hook.py +0 -0
  165. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_claude_record_graph.py +0 -0
  166. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_codex_hook.py +0 -0
  167. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_correlation_graph.py +0 -0
  168. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_inference_gateway_cli.py +0 -0
  169. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_model_runtime_cli.py +0 -0
  170. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_openai_compatible_cli.py +0 -0
  171. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_semantic_graph.py +0 -0
  172. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_viewer_js.py +0 -0
  173. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_wheel_install.py +0 -0
  174. {execweave-0.6.7 → execweave-0.6.9}/scripts/check_windows_launchers.py +0 -0
  175. {execweave-0.6.7 → execweave-0.6.9}/scripts/emit_claude_hook_smoke.py +0 -0
  176. {execweave-0.6.7 → execweave-0.6.9}/scripts/emit_cursor_hook_smoke.py +0 -0
  177. {execweave-0.6.7 → execweave-0.6.9}/scripts/emit_gemini_hook_smoke.py +0 -0
  178. {execweave-0.6.7 → execweave-0.6.9}/scripts/emit_opencode_plugin_smoke.py +0 -0
  179. {execweave-0.6.7 → execweave-0.6.9}/scripts/make_semantic_smoke.py +0 -0
  180. {execweave-0.6.7 → execweave-0.6.9}/scripts/sync_i18n_nav.py +0 -0
  181. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/__main__.py +0 -0
  182. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/agent_bootstrap.py +0 -0
  183. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/analysis.py +0 -0
  184. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/anthropic.py +0 -0
  185. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/anthropic_cli.py +0 -0
  186. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/anthropic_full_fidelity.py +0 -0
  187. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/antigravity_adapter.py +0 -0
  188. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/antigravity_full_fidelity.py +0 -0
  189. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/antigravity_hook_cli.py +0 -0
  190. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/antigravity_record.py +0 -0
  191. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/auto_specialized.py +0 -0
  192. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/backends.py +0 -0
  193. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/benchmark.py +0 -0
  194. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/claude_adapter.py +0 -0
  195. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/claude_full_fidelity.py +0 -0
  196. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/claude_hook_cli.py +0 -0
  197. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/claude_model_observer.py +0 -0
  198. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/claude_record.py +0 -0
  199. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/cli.py +0 -0
  200. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/codex_adapter.py +0 -0
  201. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/codex_full_fidelity.py +0 -0
  202. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/codex_hook_cli.py +0 -0
  203. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/codex_record.py +0 -0
  204. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/collector.py +0 -0
  205. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/command.py +0 -0
  206. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/content_evidence.py +0 -0
  207. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/content_store.py +0 -0
  208. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/correlation.py +0 -0
  209. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/cursor_adapter.py +0 -0
  210. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/cursor_full_fidelity.py +0 -0
  211. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/cursor_hook_cli.py +0 -0
  212. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/cursor_record.py +0 -0
  213. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/entry.py +0 -0
  214. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/evidence_grade.py +0 -0
  215. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/fidelity.py +0 -0
  216. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/filesystem.py +0 -0
  217. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/focus.py +0 -0
  218. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/gemini_adapter.py +0 -0
  219. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/gemini_full_fidelity.py +0 -0
  220. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/gemini_hook_cli.py +0 -0
  221. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/gemini_record.py +0 -0
  222. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/graph.py +0 -0
  223. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/graph_ops.py +0 -0
  224. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/http_proxy.py +0 -0
  225. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/http_proxy_cli.py +0 -0
  226. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/inference_gateway.py +0 -0
  227. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/inference_gateway_cli.py +0 -0
  228. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/inference_gateway_full_fidelity.py +0 -0
  229. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/inference_identity.py +0 -0
  230. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/inference_identity_cli.py +0 -0
  231. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/integrity.py +0 -0
  232. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/integrity_cli.py +0 -0
  233. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/litellm_callback.py +0 -0
  234. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/litellm_callback_cli.py +0 -0
  235. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_core.py +0 -0
  236. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_view_extra_style.py +0 -0
  237. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_view_markup.py +0 -0
  238. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_view_script_a.py +0 -0
  239. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_view_script_b.py +0 -0
  240. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_view_script_c.py +0 -0
  241. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_view_script_d.py +0 -0
  242. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/live_view_style.py +0 -0
  243. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/model_runtime.py +0 -0
  244. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/model_runtime_cli.py +0 -0
  245. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/model_runtime_full_fidelity.py +0 -0
  246. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/openai_compatible.py +0 -0
  247. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/openai_compatible_cli.py +0 -0
  248. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/openai_compatible_full_fidelity.py +0 -0
  249. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/opencode_adapter.py +0 -0
  250. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/opencode_full_fidelity.py +0 -0
  251. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/opencode_hook_cli.py +0 -0
  252. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/opencode_plugin_cli.py +0 -0
  253. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/opencode_record.py +0 -0
  254. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/overhead_benchmark.py +0 -0
  255. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/provider_lifecycle.py +0 -0
  256. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/provider_record.py +0 -0
  257. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/rule_pack.py +0 -0
  258. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/rule_pack_cli.py +0 -0
  259. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/scalability_benchmark.py +0 -0
  260. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/schema.py +0 -0
  261. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/scope.py +0 -0
  262. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/semantic.py +0 -0
  263. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/sink.py +0 -0
  264. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/strace_backend.py +0 -0
  265. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/top.py +0 -0
  266. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/top_cli.py +0 -0
  267. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/validate.py +0 -0
  268. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/view_cli.py +0 -0
  269. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/viewer.py +0 -0
  270. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/viewer_content_inspector.py +0 -0
  271. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/viewer_projection.py +0 -0
  272. {execweave-0.6.7 → execweave-0.6.9}/src/execweave/workflow.py +0 -0
  273. {execweave-0.6.7 → execweave-0.6.9}/tests/fixtures/hooks/README.md +0 -0
  274. {execweave-0.6.7 → execweave-0.6.9}/tests/fixtures/hooks/claude.json +0 -0
  275. {execweave-0.6.7 → execweave-0.6.9}/tests/fixtures/hooks/codex.json +0 -0
  276. {execweave-0.6.7 → execweave-0.6.9}/tests/fixtures/hooks/cursor.json +0 -0
  277. {execweave-0.6.7 → execweave-0.6.9}/tests/fixtures/hooks/gemini.json +0 -0
  278. {execweave-0.6.7 → execweave-0.6.9}/tests/fixtures/hooks/manifest.json +0 -0
  279. {execweave-0.6.7 → execweave-0.6.9}/tests/fixtures/hooks/opencode.json +0 -0
  280. {execweave-0.6.7 → execweave-0.6.9}/tests/test_agent_bootstrap.py +0 -0
  281. {execweave-0.6.7 → execweave-0.6.9}/tests/test_analysis.py +0 -0
  282. {execweave-0.6.7 → execweave-0.6.9}/tests/test_anthropic.py +0 -0
  283. {execweave-0.6.7 → execweave-0.6.9}/tests/test_antigravity_cursor_launch.py +0 -0
  284. {execweave-0.6.7 → execweave-0.6.9}/tests/test_auto_specialized.py +0 -0
  285. {execweave-0.6.7 → execweave-0.6.9}/tests/test_backends.py +0 -0
  286. {execweave-0.6.7 → execweave-0.6.9}/tests/test_claude_adapter.py +0 -0
  287. {execweave-0.6.7 → execweave-0.6.9}/tests/test_claude_full_fidelity.py +0 -0
  288. {execweave-0.6.7 → execweave-0.6.9}/tests/test_claude_model_observer.py +0 -0
  289. {execweave-0.6.7 → execweave-0.6.9}/tests/test_claude_record.py +0 -0
  290. {execweave-0.6.7 → execweave-0.6.9}/tests/test_codex_adapter.py +0 -0
  291. {execweave-0.6.7 → execweave-0.6.9}/tests/test_codex_full_fidelity.py +0 -0
  292. {execweave-0.6.7 → execweave-0.6.9}/tests/test_codex_record.py +0 -0
  293. {execweave-0.6.7 → execweave-0.6.9}/tests/test_collector.py +0 -0
  294. {execweave-0.6.7 → execweave-0.6.9}/tests/test_command.py +0 -0
  295. {execweave-0.6.7 → execweave-0.6.9}/tests/test_condense.py +0 -0
  296. {execweave-0.6.7 → execweave-0.6.9}/tests/test_correlation.py +0 -0
  297. {execweave-0.6.7 → execweave-0.6.9}/tests/test_correlation_canonical_path.py +0 -0
  298. {execweave-0.6.7 → execweave-0.6.9}/tests/test_correlation_checker.py +0 -0
  299. {execweave-0.6.7 → execweave-0.6.9}/tests/test_correlation_process_exe.py +0 -0
  300. {execweave-0.6.7 → execweave-0.6.9}/tests/test_cursor_adapter.py +0 -0
  301. {execweave-0.6.7 → execweave-0.6.9}/tests/test_cursor_full_fidelity.py +0 -0
  302. {execweave-0.6.7 → execweave-0.6.9}/tests/test_cursor_record.py +0 -0
  303. {execweave-0.6.7 → execweave-0.6.9}/tests/test_dashboard_ux_and_hook_projection.py +0 -0
  304. {execweave-0.6.7 → execweave-0.6.9}/tests/test_evidence_grade.py +0 -0
  305. {execweave-0.6.7 → execweave-0.6.9}/tests/test_fidelity.py +0 -0
  306. {execweave-0.6.7 → execweave-0.6.9}/tests/test_filesystem_resilience.py +0 -0
  307. {execweave-0.6.7 → execweave-0.6.9}/tests/test_focus.py +0 -0
  308. {execweave-0.6.7 → execweave-0.6.9}/tests/test_full_fidelity.py +0 -0
  309. {execweave-0.6.7 → execweave-0.6.9}/tests/test_gemini_adapter.py +0 -0
  310. {execweave-0.6.7 → execweave-0.6.9}/tests/test_gemini_full_fidelity.py +0 -0
  311. {execweave-0.6.7 → execweave-0.6.9}/tests/test_gemini_record.py +0 -0
  312. {execweave-0.6.7 → execweave-0.6.9}/tests/test_graph.py +0 -0
  313. {execweave-0.6.7 → execweave-0.6.9}/tests/test_graph_ops.py +0 -0
  314. {execweave-0.6.7 → execweave-0.6.9}/tests/test_hook_fixture_corpus.py +0 -0
  315. {execweave-0.6.7 → execweave-0.6.9}/tests/test_http_proxy.py +0 -0
  316. {execweave-0.6.7 → execweave-0.6.9}/tests/test_inference_gateway.py +0 -0
  317. {execweave-0.6.7 → execweave-0.6.9}/tests/test_inference_gateway_full_fidelity.py +0 -0
  318. {execweave-0.6.7 → execweave-0.6.9}/tests/test_inference_identity.py +0 -0
  319. {execweave-0.6.7 → execweave-0.6.9}/tests/test_integrity.py +0 -0
  320. {execweave-0.6.7 → execweave-0.6.9}/tests/test_litellm_callback.py +0 -0
  321. {execweave-0.6.7 → execweave-0.6.9}/tests/test_live.py +0 -0
  322. {execweave-0.6.7 → execweave-0.6.9}/tests/test_live_auth.py +0 -0
  323. {execweave-0.6.7 → execweave-0.6.9}/tests/test_live_dashboard.py +0 -0
  324. {execweave-0.6.7 → execweave-0.6.9}/tests/test_live_dashboard_js.py +0 -0
  325. {execweave-0.6.7 → execweave-0.6.9}/tests/test_live_delta.py +0 -0
  326. {execweave-0.6.7 → execweave-0.6.9}/tests/test_live_logs_export.py +0 -0
  327. {execweave-0.6.7 → execweave-0.6.9}/tests/test_live_theme.py +0 -0
  328. {execweave-0.6.7 → execweave-0.6.9}/tests/test_lmstudio_auto_specialized.py +0 -0
  329. {execweave-0.6.7 → execweave-0.6.9}/tests/test_model_runtime.py +0 -0
  330. {execweave-0.6.7 → execweave-0.6.9}/tests/test_model_runtime_full_fidelity.py +0 -0
  331. {execweave-0.6.7 → execweave-0.6.9}/tests/test_openai_compatible.py +0 -0
  332. {execweave-0.6.7 → execweave-0.6.9}/tests/test_opencode_adapter.py +0 -0
  333. {execweave-0.6.7 → execweave-0.6.9}/tests/test_opencode_full_fidelity.py +0 -0
  334. {execweave-0.6.7 → execweave-0.6.9}/tests/test_opencode_plugin.py +0 -0
  335. {execweave-0.6.7 → execweave-0.6.9}/tests/test_opencode_record.py +0 -0
  336. {execweave-0.6.7 → execweave-0.6.9}/tests/test_overhead_benchmark.py +0 -0
  337. {execweave-0.6.7 → execweave-0.6.9}/tests/test_provider_lifecycle.py +0 -0
  338. {execweave-0.6.7 → execweave-0.6.9}/tests/test_rule_pack.py +0 -0
  339. {execweave-0.6.7 → execweave-0.6.9}/tests/test_schema.py +0 -0
  340. {execweave-0.6.7 → execweave-0.6.9}/tests/test_scope.py +0 -0
  341. {execweave-0.6.7 → execweave-0.6.9}/tests/test_semantic.py +0 -0
  342. {execweave-0.6.7 → execweave-0.6.9}/tests/test_strace_backend.py +0 -0
  343. {execweave-0.6.7 → execweave-0.6.9}/tests/test_threat_model.py +0 -0
  344. {execweave-0.6.7 → execweave-0.6.9}/tests/test_top_detached.py +0 -0
  345. {execweave-0.6.7 → execweave-0.6.9}/tests/test_v063_features.py +0 -0
  346. {execweave-0.6.7 → execweave-0.6.9}/tests/test_v064_live_auto_integrations.py +0 -0
  347. {execweave-0.6.7 → execweave-0.6.9}/tests/test_v064_live_evidence.py +0 -0
  348. {execweave-0.6.7 → execweave-0.6.9}/tests/test_validate.py +0 -0
  349. {execweave-0.6.7 → execweave-0.6.9}/tests/test_version.py +0 -0
  350. {execweave-0.6.7 → execweave-0.6.9}/tests/test_viewer.py +0 -0
  351. {execweave-0.6.7 → execweave-0.6.9}/tests/test_viewer_content_inspector.py +0 -0
  352. {execweave-0.6.7 → execweave-0.6.9}/tests/test_viewer_projection.py +0 -0
  353. {execweave-0.6.7 → execweave-0.6.9}/tests/test_workflow.py +0 -0
@@ -0,0 +1,16 @@
1
+ PolyForm Noncommercial License 1.0.0
2
+
3
+ This software is licensed under the PolyForm Noncommercial License 1.0.0.
4
+ The complete license terms are available at:
5
+ https://polyformproject.org/licenses/noncommercial/1.0.0
6
+
7
+ Required Notice: Copyright (c) 2026 GWW
8
+
9
+ Commercial use is not permitted under this license. Any commercial use,
10
+ including use in or for a commercial product or service, requires a separate
11
+ written commercial license from the licensor.
12
+
13
+ For the avoidance of doubt, this license change applies to versions released
14
+ under these terms. Earlier versions that were already distributed under the
15
+ MIT License remain available under the license terms that accompanied those
16
+ versions.
@@ -1,40 +1,35 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: execweave
3
- Version: 0.6.7
3
+ Version: 0.6.9
4
4
  Summary: Turn AI-agent runtime behavior into a local interactive execution graph.
5
5
  Project-URL: Homepage, https://github.com/Irish-kw/ExecWeave
6
6
  Project-URL: Repository, https://github.com/Irish-kw/ExecWeave
7
7
  Project-URL: Documentation, https://github.com/Irish-kw/ExecWeave#documentation
8
8
  Project-URL: Issues, https://github.com/Irish-kw/ExecWeave/issues
9
9
  Author: ExecWeave contributors
10
- License: MIT License
10
+ License: PolyForm Noncommercial License 1.0.0
11
11
 
12
- Copyright (c) 2026 GWW
12
+ This software is licensed under the PolyForm Noncommercial License 1.0.0.
13
+ The complete license terms are available at:
14
+ https://polyformproject.org/licenses/noncommercial/1.0.0
13
15
 
14
- Permission is hereby granted, free of charge, to any person obtaining a copy
15
- of this software and associated documentation files (the "Software"), to deal
16
- in the Software without restriction, including without limitation the rights
17
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
- copies of the Software, and to permit persons to whom the Software is
19
- furnished to do so, subject to the following conditions:
16
+ Required Notice: Copyright (c) 2026 GWW
20
17
 
21
- The above copyright notice and this permission notice shall be included in all
22
- copies or substantial portions of the Software.
18
+ Commercial use is not permitted under this license. Any commercial use,
19
+ including use in or for a commercial product or service, requires a separate
20
+ written commercial license from the licensor.
23
21
 
24
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
- SOFTWARE.
22
+ For the avoidance of doubt, this license change applies to versions released
23
+ under these terms. Earlier versions that were already distributed under the
24
+ MIT License remain available under the license terms that accompanied those
25
+ versions.
31
26
  License-File: LICENSE
32
27
  Keywords: ai-agents,execution-graph,observability,provenance,runtime,security
33
28
  Classifier: Development Status :: 4 - Beta
34
29
  Classifier: Environment :: Console
35
30
  Classifier: Intended Audience :: Developers
36
31
  Classifier: Intended Audience :: Information Technology
37
- Classifier: License :: OSI Approved :: MIT License
32
+ Classifier: License :: Other/Proprietary License
38
33
  Classifier: Operating System :: OS Independent
39
34
  Classifier: Programming Language :: Python :: 3
40
35
  Classifier: Programming Language :: Python :: 3.10
@@ -71,12 +66,12 @@ Description-Content-Type: text/markdown
71
66
 
72
67
  **See what AI agents actually do on your machine.**
73
68
 
74
- ExecWeave is an open-source, local-first observability project that turns AI-agent activity into an interactive execution graph while keeping observed evidence, provider content, and derived inference explicitly separated.
69
+ ExecWeave is a source-available, local-first observability project that turns AI-agent activity into an interactive execution graph while keeping observed evidence, provider content, and derived inference explicitly separated. Starting with v0.6.8, the project is licensed for noncommercial use under PolyForm Noncommercial 1.0.0.
75
70
 
76
71
  > **Event is ground truth. The graph is a materialized view.**
77
72
 
78
73
  <p align="center">
79
- <img src="docs/assets/execweave-launch-demo-v5-x.gif" alt="ExecWeave animated live demo" width="100%">
74
+ <img src="docs/assets/codex.gif" alt="ExecWeave animated live demo" width="100%">
80
75
  </p>
81
76
 
82
77
  ## Install
@@ -87,7 +82,7 @@ Install the latest published wheel/sdist from PyPI:
87
82
  python -m pip install -U execweave
88
83
  ```
89
84
 
90
- The package version on `main` is currently **v0.6.6**. The published release may lag main; test the exact mainline build with:
85
+ The package version on `main` is currently **v0.6.9**. The published release may lag main; test the exact mainline build with:
91
86
 
92
87
  ```bash
93
88
  python -m pip install --upgrade --force-reinstall "execweave @ git+https://github.com/Irish-kw/ExecWeave.git@main"
@@ -127,9 +122,9 @@ execweave record --open -- python my_agent.py
127
122
 
128
123
  `execweave top -- codex` keeps the Agent interactive in the launch terminal while opening/attaching the detached Top dashboard according to the host environment.
129
124
 
130
- ## v0.6.5: full-fidelity observability with explicit evidence boundaries
125
+ ## v0.6.9: full-fidelity observability with explicit evidence boundaries
131
126
 
132
- v0.6.5 extends provider/runtime observability beyond compact metadata. When a supported integration point explicitly supplies content, ExecWeave can preserve the **complete supplied value** in a local SHA-256 content-addressed store while keeping only a reference in the semantic event stream.
127
+ v0.6.9 extends provider/runtime observability beyond compact metadata. When a supported integration point explicitly supplies content, ExecWeave can preserve the **complete supplied value** in a local SHA-256 content-addressed store while keeping only a reference in the semantic event stream.
133
128
 
134
129
  ```text
135
130
  <run-root>/content/sha256/<sha256>.<json|txt|bin>
@@ -287,7 +282,7 @@ Portable filesystem observation is session-correlated rather than process-causal
287
282
 
288
283
  ## Performance and large-run safety
289
284
 
290
- v0.6.3 added bounded filesystem/viewer protections, incremental Live JSONL tailing, and large-graph safety guards. v0.6.4 added detached Top and unified provisional live sidecars for configured provider integrations. These remain in v0.6.5; the project has **not** migrated Live to SSE, artifact storage to SQLite, the renderer to Canvas/WebGL, or collectors to Rust solely for this release.
285
+ v0.6.3 added bounded filesystem/viewer protections, incremental Live JSONL tailing, and large-graph safety guards. v0.6.4 added detached Top and unified provisional live sidecars for configured provider integrations. These remain in v0.6.9; the project has **not** migrated Live to SSE, artifact storage to SQLite, the renderer to Canvas/WebGL, or collectors to Rust solely for this release.
291
286
 
292
287
  The reproducible incremental `GraphAccumulator` reference result reaches **164,273 ev/s** at 1M synthetic events on the documented GitHub Actions workload. This is a graph-accumulation benchmark, not end-to-end collector/browser throughput.
293
288
 
@@ -324,15 +319,15 @@ Derived correlation never rewrites the raw runtime or provider sidecar evidence.
324
319
 
325
320
  ## Privacy
326
321
 
327
- ExecWeave is local-first: captures, content blobs, graphs, reports, and viewers remain local by default. The **OS runtime collector** does not intentionally capture file contents or raw read/write byte buffers. That boundary must not be confused with the v0.6.5 **provider full-fidelity content store**: supported hooks/APIs can explicitly supply prompts, tool arguments/results, model responses, reasoning/thinking text, shell output, file content, or other sensitive values, and ExecWeave can preserve those values completely.
322
+ ExecWeave is local-first: captures, content blobs, graphs, reports, and viewers remain local by default. The **OS runtime collector** does not intentionally capture file contents or raw read/write byte buffers. That boundary must not be confused with the v0.6.9 **provider full-fidelity content store**: supported hooks/APIs can explicitly supply prompts, tool arguments/results, model responses, reasoning/thinking text, shell output, file content, or other sensitive values, and ExecWeave can preserve those values completely.
328
323
 
329
324
  Do not assume content has been secret-redacted. Commands, paths, endpoint metadata, identifiers, model metadata, prompts, tool values, and content blobs can all be sensitive. Review the entire run directory before sharing it.
330
325
 
331
326
  ## Current status
332
327
 
333
- ExecWeave `main` is currently **v0.6.6** and under active release hardening. The latest published package/release can lag main until a GitHub Release is explicitly published; the publish workflow verifies that the release tag exactly matches the package version before PyPI upload.
328
+ ExecWeave `main` is currently **v0.6.9** and under active release hardening. The latest published package/release can lag main until a GitHub Release is explicitly published; the publish workflow verifies that the release tag exactly matches the package version before PyPI upload.
334
329
 
335
- v0.6.5 combines cross-platform runtime collection, materialized execution graphs, standalone/live viewing, conservative provider↔runtime correlation, full-fidelity content-addressed provider evidence, evidence grades, bounded rule packs, an explicit runtime threat/fidelity contract, and honest local run-integrity sealing. Observed evidence and inference remain separate by design.
330
+ v0.6.9 combines cross-platform runtime collection, materialized execution graphs, standalone/live viewing, conservative provider↔runtime correlation, full-fidelity content-addressed provider evidence, evidence grades, bounded rule packs, an explicit runtime threat/fidelity contract, and honest local run-integrity sealing. Observed evidence and inference remain separate by design.
336
331
 
337
332
  ## Documentation
338
333
 
@@ -360,4 +355,4 @@ Contributions are welcome, especially around native OS collectors, Agent/IDE ada
360
355
 
361
356
  ## License
362
357
 
363
- See [`LICENSE`](LICENSE).
358
+ ExecWeave v0.6.8 and later are licensed under the **PolyForm Noncommercial License 1.0.0**. Noncommercial use, modification, and redistribution are permitted under those terms. Commercial use requires a separate written commercial license from the licensor. Earlier versions already released under MIT remain under the terms that accompanied those versions. See [`LICENSE`](LICENSE).
@@ -15,12 +15,12 @@
15
15
 
16
16
  **Sehen Sie, was KI-Agenten auf Ihrem Rechner tatsächlich tun.**
17
17
 
18
- ExecWeave ist ein Open-Source-, local-first-Observability-Projekt, das Aktivitäten von KI-Agenten in einen interaktiven Execution Graph überführt und dabei observed evidence, provider content und derived inference ausdrücklich getrennt hält.
18
+ ExecWeave ist ein source-available, local-first Observability-Projekt, das Aktivitäten von KI-Agenten in einen interaktiven Execution Graph überführt und dabei observed evidence, provider content und derived inference ausdrücklich getrennt hält. Ab v0.6.8 gilt die PolyForm Noncommercial License 1.0.0; kommerzielle Nutzung ist nicht erlaubt.
19
19
 
20
20
  > **Das Event ist die Ground Truth. Der Graph ist eine materialized view.**
21
21
 
22
22
  <p align="center">
23
- <img src="docs/assets/execweave-launch-demo-v5-x.gif" alt="ExecWeave animated live demo" width="100%">
23
+ <img src="docs/assets/codex.gif" alt="ExecWeave animated live demo" width="100%">
24
24
  </p>
25
25
 
26
26
  ## Installation
@@ -31,7 +31,7 @@ Installieren Sie das neueste veröffentlichte wheel/sdist von PyPI:
31
31
  python -m pip install -U execweave
32
32
  ```
33
33
 
34
- Die Package-Version auf `main` ist derzeit **v0.6.5**. Die veröffentlichte Release kann hinter main zurückliegen. Um exakt den aktuellen Mainline-Build zu testen:
34
+ Die Package-Version auf `main` ist derzeit **v0.6.9**. Die veröffentlichte Release kann hinter main zurückliegen. Um exakt den aktuellen Mainline-Build zu testen:
35
35
 
36
36
  ```bash
37
37
  python -m pip install --upgrade --force-reinstall "execweave @ git+https://github.com/Irish-kw/ExecWeave.git@main"
@@ -52,13 +52,17 @@ Live OS-runtime telemetry funktioniert mit **jedem lokalen Befehl**. Die unten g
52
52
  ```bash
53
53
  execweave live --open -- claude
54
54
  execweave live --open -- codex
55
- execweave live --open -- gemini
55
+ execweave live --open -- antigravity
56
56
  execweave live --open -- cursor
57
57
  execweave live --open -- opencode
58
58
  execweave live --open -- ollama serve
59
59
  execweave live --open -- python my_agent.py
60
60
  ```
61
61
 
62
+ > **Bestätigen Sie den Hook, wenn Sie dazu aufgefordert werden.** Beim ersten provider-integrierten Lauf kann der Agent/die IDE fragen, ob ExecWeave die lokale Hook-Integration aktivieren darf. Wählen Sie **Allow / Yes**. Ohne Zustimmung kann OS-runtime telemetry weiterhin funktionieren, aber provider-level Tool-, Model- und supplied-content observability wird eingeschränkt oder nicht verfügbar sein.
63
+
64
+ Google Antigravity verwendet aktuell den `agy`-CLI-Befehl; ExecWeave akzeptiert auch `antigravity` als Alias und löst ihn zu `agy` auf. Für Cursor verwendet `execweave live --open -- cursor` zuerst einen PATH-Launcher und fällt unter macOS/Windows bei Bedarf auf das standardmäßige Cursor-Desktop-Binary zurück.
65
+
62
66
  Oder erstellen Sie die finalisierte Artifact-Pipeline:
63
67
 
64
68
  ```bash
@@ -67,15 +71,15 @@ execweave record --open -- python my_agent.py
67
71
 
68
72
  `execweave top -- codex` hält den Agent im Startterminal interaktiv und öffnet beziehungsweise verbindet das detached Top dashboard entsprechend der Host-Umgebung.
69
73
 
70
- ## v0.6.5: Full-fidelity observability mit expliziten Evidence Boundaries
74
+ ## v0.6.9: Full-fidelity observability mit expliziten Evidence Boundaries
71
75
 
72
- v0.6.5 erweitert die Observability über kompakte Metadaten hinaus. Wenn ein unterstützter Integration Point Inhalte ausdrücklich liefert, kann ExecWeave **den vollständigen von dieser Quelle gelieferten Wert** in einem lokalen SHA-256 content-addressed store bewahren und im semantic event stream nur eine Referenz ablegen.
76
+ v0.6.9 erweitert die Observability über kompakte Metadaten hinaus. Wenn ein unterstützter Integration Point Inhalte ausdrücklich liefert, kann ExecWeave **den vollständigen von dieser Quelle gelieferten Wert** in einem lokalen SHA-256 content-addressed store bewahren und im semantic event stream nur eine Referenz ablegen.
73
77
 
74
78
  ```text
75
79
  <run-root>/content/sha256/<sha256>.<json|txt|bin>
76
80
  ```
77
81
 
78
- Je nach Adapter und Upstream-Hook/API-Surface können unter anderem Prompts/ messages, Model-request/response-Objekte, Tool-input/result, explizit exponierter reasoning/thinking text, Shell/MCP-output sowie durch Provider-Hooks gelieferter File Content erhalten bleiben.
82
+ Je nach Adapter und Upstream-Hook/API-Surface können unter anderem Prompts/messages, Model-request/response-Objekte, Tool-input/result, explizit exponierter reasoning/thinking text, Shell/MCP-output sowie durch Provider-Hooks gelieferter File Content erhalten bleiben.
79
83
 
80
84
  `complete_from_source: true` bedeutet nur, dass ExecWeave den vollständigen Wert gespeichert hat, den dieser Integration Point geliefert hat. Es bedeutet **nicht**, dass ExecWeave hidden model state, nie exponierte Provider-Stufen, einen ungesehenen finalen Wire Request oder Bytes beobachtet hat, die nicht interceptet wurden.
81
85
 
@@ -87,7 +91,7 @@ Full fidelity verändert auch die Privacy Boundary: Application-level secrets, d
87
91
  | --- | --- | --- |
88
92
  | Claude Code | Yes | native hooks + vom Hook gelieferter full-fidelity content |
89
93
  | OpenAI Codex | Yes | lifecycle hooks + vom Hook gelieferter full-fidelity content |
90
- | Gemini CLI | Yes | native hooks + vom Hook gelieferter full-fidelity content |
94
+ | Google Antigravity / Antigravity CLI | Yes | passive native hooks for invocation/tool evidence + full-fidelity values explicitly supplied to those hooks |
91
95
  | Cursor | Yes | native hooks + vom Hook gelieferter full-fidelity content |
92
96
  | OpenCode | Yes | project plugin + vom Plugin gelieferter full-fidelity content |
93
97
  | Ollama | Yes | `execweave-model-runtime event/exchange/probe --runtime ollama` |
@@ -137,8 +141,8 @@ execweave-claude-record --open -- claude
137
141
  execweave-codex-hook --print-config
138
142
  execweave-codex-record --open -- codex
139
143
 
140
- execweave-gemini-hook --print-config
141
- execweave-gemini-record --open -- gemini
144
+ execweave-antigravity-hook --print-config
145
+ execweave-antigravity-record --open -- antigravity
142
146
 
143
147
  execweave-cursor-hook --print-config
144
148
  execweave-cursor-record --open -- cursor
@@ -147,7 +151,7 @@ execweave-opencode-plugin --install
147
151
  execweave-opencode-record --open -- opencode
148
152
  ```
149
153
 
150
- Provider-integrierte Recorder halten raw runtime, semantic und correlated artifacts getrennt. Stabile Provider-Identifier wie Cursor `tool_use_id` oder OpenCode `sessionID + callID` belegen logische Identität innerhalb des Providers, sind aber keine OS-PIDs.
154
+ Provider-integrierte Recorder halten raw runtime, semantic und correlated artifacts getrennt. Stabile Provider-Identifier wie Cursor `tool_use_id` oder OpenCode `sessionID + callID` belegen logische Identität innerhalb des Providers, sind aber keine OS-PIDs. Legacy Gemini CLI Hook Entry Points bleiben für bestehende Installationen erhalten; neue Google-CLI-Nutzung sollte Antigravity (`agy`) verwenden.
151
155
 
152
156
  ## Inference Gateways und Model Runtimes
153
157
 
@@ -224,7 +228,7 @@ Portable Filesystem Observation ist session-correlated und nicht process-causal;
224
228
 
225
229
  ## Performance und Large-run Safety
226
230
 
227
- v0.6.3 brachte begrenzte Filesystem-/Viewer-Schutzmaßnahmen, inkrementelles Live-JSONL-Tailing und Large-graph Safety Guards. v0.6.4 ergänzte detached Top sowie einen gemeinsamen provisional live sidecar für konfigurierte Provider-Integrationen. Diese Fähigkeiten bleiben in v0.6.5 erhalten. Für diese Release wurde Live **nicht** allein aus Architekturgründen auf SSE, Artifact Storage auf SQLite, der Renderer auf Canvas/WebGL oder die Collectors auf Rust migriert.
231
+ v0.6.3 brachte begrenzte Filesystem-/Viewer-Schutzmaßnahmen, inkrementelles Live-JSONL-Tailing und Large-graph Safety Guards. v0.6.4 ergänzte detached Top sowie einen gemeinsamen provisional live sidecar für konfigurierte Provider-Integrationen. Diese Fähigkeiten bleiben in v0.6.9 erhalten. Für diese Release wurde Live **nicht** allein aus Architekturgründen auf SSE, Artifact Storage auf SQLite, der Renderer auf Canvas/WebGL oder die Collectors auf Rust migriert.
228
232
 
229
233
  Das reproduzierbare inkrementelle `GraphAccumulator`-Referenzergebnis erreicht bei 1M synthetischen Events auf dem dokumentierten GitHub-Actions-Workload **164,273 ev/s**. Dies ist ein Graph-Accumulation-Benchmark und kein End-to-end Collector-/Browser-Throughput.
230
234
 
@@ -259,15 +263,15 @@ Derived correlation schreibt die rohe Runtime- oder Provider-Sidecar-Evidence ni
259
263
 
260
264
  ## Privacy
261
265
 
262
- ExecWeave ist local-first: Captures, Content Blobs, Graphen, Reports und Viewer bleiben standardmäßig lokal. Der **OS runtime collector** erfasst File Content oder rohe Read/write Byte Buffers nicht absichtlich. Diese Boundary darf nicht mit dem **provider full-fidelity content store** aus v0.6.5 verwechselt werden: Wenn ein unterstützter Hook/API ausdrücklich Prompt, Tool-Argumente/-Ergebnisse, Model Response, reasoning/thinking text, Shell Output, File Content oder andere sensitive Werte liefert, kann ExecWeave diese vollständig bewahren.
266
+ ExecWeave ist local-first: Captures, Content Blobs, Graphen, Reports und Viewer bleiben standardmäßig lokal. Der **OS runtime collector** erfasst File Content oder rohe Read/write Byte Buffers nicht absichtlich. Diese Boundary darf nicht mit dem **provider full-fidelity content store** aus v0.6.9 verwechselt werden: Wenn ein unterstützter Hook/API ausdrücklich Prompt, Tool-Argumente/-Ergebnisse, Model Response, reasoning/thinking text, Shell Output, File Content oder andere sensitive Werte liefert, kann ExecWeave diese vollständig bewahren.
263
267
 
264
268
  Gehen Sie nicht davon aus, dass Content secret-redacted ist. Commands, Paths, Endpoint Metadata, Identifier, Model Metadata, Prompts, Tool Values und Content Blobs können alle sensitiv sein. Prüfen Sie das gesamte Run Directory vor dem Teilen.
265
269
 
266
270
  ## Aktueller Status
267
271
 
268
- ExecWeave `main` ist derzeit **v0.6.5** und befindet sich im Release Hardening. Das neueste öffentliche Package/Release kann hinter main liegen, bis eine GitHub Release ausdrücklich veröffentlicht wird. Der Publish Workflow prüft vor dem PyPI Upload, dass Release Tag und Package Version exakt übereinstimmen.
272
+ ExecWeave `main` ist derzeit **v0.6.9** und befindet sich im Release Hardening. Das neueste öffentliche Package/Release kann hinter main liegen, bis eine GitHub Release ausdrücklich veröffentlicht wird. Der Publish Workflow prüft vor dem PyPI Upload, dass Release Tag und Package Version exakt übereinstimmen.
269
273
 
270
- v0.6.5 kombiniert cross-platform runtime collection, materialisierte Execution Graphs, standalone/live Viewing, konservative Provider↔Runtime-Korrelation, content-addressed full-fidelity Provider Evidence, Evidence Grades, begrenzte Rule Packs, einen expliziten Runtime Threat/Fidelity Contract und ehrliches lokales Run-integrity Sealing. Observed evidence und inference bleiben per Design getrennt.
274
+ v0.6.9 kombiniert cross-platform runtime collection, materialisierte Execution Graphs, standalone/live Viewing, konservative Provider↔Runtime-Korrelation, content-addressed full-fidelity Provider Evidence, Evidence Grades, begrenzte Rule Packs, einen expliziten Runtime Threat/Fidelity Contract und ehrliches lokales Run-integrity Sealing. Observed evidence und inference bleiben per Design getrennt.
271
275
 
272
276
  ## Dokumentation
273
277
 
@@ -277,7 +281,7 @@ v0.6.5 kombiniert cross-platform runtime collection, materialisierte Execution G
277
281
  - [`Semantic Telemetry`](docs/semantic-telemetry.de.md)
278
282
  - [`Claude Code Hooks`](docs/claude-code-hooks.de.md)
279
283
  - [`OpenAI Codex Hooks`](docs/codex-hooks.de.md)
280
- - [`Gemini CLI Hooks`](docs/gemini-hooks.de.md)
284
+ - [`Google Antigravity Hooks`](docs/antigravity-hooks.md)
281
285
  - [`Cursor Hooks`](docs/cursor-hooks.de.md)
282
286
  - [`OpenCode Plugin`](docs/opencode-plugin.de.md)
283
287
  - [`Inference Gateway / OpenRouter / LiteLLM`](docs/inference-gateway.de.md)
@@ -295,4 +299,4 @@ Beiträge sind willkommen, besonders zu nativen OS Collectors, Agent-/IDE-Adapte
295
299
 
296
300
  ## License
297
301
 
298
- Siehe [`LICENSE`](LICENSE).
302
+ ExecWeave v0.6.8 und spätere Versionen stehen unter der **PolyForm Noncommercial License 1.0.0**. Nichtkommerzielle Nutzung, Änderung und Weitergabe sind unter diesen Bedingungen erlaubt; jede kommerzielle Nutzung erfordert eine separate schriftliche kommerzielle Lizenz. Bereits zuvor unter MIT veröffentlichte Versionen behalten ihre damaligen Lizenzbedingungen. Siehe [`LICENSE`](LICENSE).
@@ -15,12 +15,12 @@
15
15
 
16
16
  **Voyez ce que les agents IA font réellement sur votre machine.**
17
17
 
18
- ExecWeave est un projet open source, local-first, d’observabilité qui transforme l’activité des agents IA en graphe d’exécution interactif tout en séparant explicitement les preuves observées, le contenu fourni par les providers et les inférences dérivées.
18
+ ExecWeave est un projet source-available, local-first, d’observabilité qui transforme l’activité des agents IA en graphe d’exécution interactif tout en séparant explicitement les preuves observées, le contenu fourni par les providers et les inférences dérivées. À partir de v0.6.8, le projet est sous PolyForm Noncommercial 1.0.0 et l’usage commercial n’est pas autorisé.
19
19
 
20
20
  > **L’événement est la ground truth. Le graphe est une materialized view.**
21
21
 
22
22
  <p align="center">
23
- <img src="docs/assets/execweave-launch-demo-v5-x.gif" alt="ExecWeave animated live demo" width="100%">
23
+ <img src="docs/assets/codex.gif" alt="ExecWeave animated live demo" width="100%">
24
24
  </p>
25
25
 
26
26
  ## Installation
@@ -31,7 +31,7 @@ Installez la dernière wheel/sdist publiée sur PyPI :
31
31
  python -m pip install -U execweave
32
32
  ```
33
33
 
34
- La version du package sur `main` est actuellement **v0.6.5**. La release publiée peut être en retard sur main ; pour tester exactement le mainline courant :
34
+ La version du package sur `main` est actuellement **v0.6.9**. La release publiée peut être en retard sur main ; pour tester exactement le mainline courant :
35
35
 
36
36
  ```bash
37
37
  python -m pip install --upgrade --force-reinstall "execweave @ git+https://github.com/Irish-kw/ExecWeave.git@main"
@@ -52,13 +52,17 @@ La télémétrie OS-runtime live fonctionne avec **n’importe quelle commande l
52
52
  ```bash
53
53
  execweave live --open -- claude
54
54
  execweave live --open -- codex
55
- execweave live --open -- gemini
55
+ execweave live --open -- antigravity
56
56
  execweave live --open -- cursor
57
57
  execweave live --open -- opencode
58
58
  execweave live --open -- ollama serve
59
59
  execweave live --open -- python my_agent.py
60
60
  ```
61
61
 
62
+ > **Approuvez le hook lorsqu’une autorisation est demandée.** Lors du premier run provider-intégré, l’Agent/IDE peut demander si ExecWeave est autorisé à activer son hook local. Choisissez **Allow / Yes**. Sans cette autorisation, la télémétrie OS-runtime peut continuer à fonctionner, mais l’observabilité provider-level des tools, models et supplied content sera réduite ou indisponible.
63
+
64
+ Google Antigravity utilise actuellement la commande CLI `agy`; ExecWeave accepte également `antigravity` comme alias et le résout vers `agy`. Pour Cursor, `execweave live --open -- cursor` utilise d’abord un launcher dans le PATH, puis, sous macOS/Windows, le binaire standard de l’application Cursor desktop si nécessaire.
65
+
62
66
  Ou construisez le pipeline d’artefacts finalisé :
63
67
 
64
68
  ```bash
@@ -67,9 +71,9 @@ execweave record --open -- python my_agent.py
67
71
 
68
72
  `execweave top -- codex` garde l’Agent interactif dans le terminal de lancement et ouvre ou attache le tableau de bord Top détaché selon l’environnement hôte.
69
73
 
70
- ## v0.6.5 : observabilité full-fidelity avec frontières de preuve explicites
74
+ ## v0.6.9 : observabilité full-fidelity avec frontières de preuve explicites
71
75
 
72
- v0.6.5 étend l’observabilité au-delà des métadonnées compactes. Lorsqu’un point d’intégration pris en charge fournit explicitement du contenu, ExecWeave peut conserver **la valeur complète fournie par cette source** dans un store local adressé par contenu SHA-256, tout en ne gardant qu’une référence dans le flux d’événements sémantiques.
76
+ v0.6.9 étend l’observabilité au-delà des métadonnées compactes. Lorsqu’un point d’intégration pris en charge fournit explicitement du contenu, ExecWeave peut conserver **la valeur complète fournie par cette source** dans un store local adressé par contenu SHA-256, tout en ne gardant qu’une référence dans le flux d’événements sémantiques.
73
77
 
74
78
  ```text
75
79
  <run-root>/content/sha256/<sha256>.<json|txt|bin>
@@ -87,7 +91,7 @@ Le full fidelity modifie aussi la frontière de confidentialité : les secrets a
87
91
  | --- | --- | --- |
88
92
  | Claude Code | Yes | native hooks + contenu full-fidelity fourni par le hook |
89
93
  | OpenAI Codex | Yes | lifecycle hooks + contenu full-fidelity fourni par le hook |
90
- | Gemini CLI | Yes | native hooks + contenu full-fidelity fourni par le hook |
94
+ | Google Antigravity / Antigravity CLI | Yes | passive native hooks for invocation/tool evidence + full-fidelity values explicitly supplied to those hooks |
91
95
  | Cursor | Yes | native hooks + contenu full-fidelity fourni par le hook |
92
96
  | OpenCode | Yes | project plugin + contenu full-fidelity fourni par le plugin |
93
97
  | Ollama | Yes | `execweave-model-runtime event/exchange/probe --runtime ollama` |
@@ -137,8 +141,8 @@ execweave-claude-record --open -- claude
137
141
  execweave-codex-hook --print-config
138
142
  execweave-codex-record --open -- codex
139
143
 
140
- execweave-gemini-hook --print-config
141
- execweave-gemini-record --open -- gemini
144
+ execweave-antigravity-hook --print-config
145
+ execweave-antigravity-record --open -- antigravity
142
146
 
143
147
  execweave-cursor-hook --print-config
144
148
  execweave-cursor-record --open -- cursor
@@ -147,7 +151,7 @@ execweave-opencode-plugin --install
147
151
  execweave-opencode-record --open -- opencode
148
152
  ```
149
153
 
150
- Les recorders intégrés aux providers conservent séparément les artefacts runtime bruts, semantic et correlated. Des identifiants provider stables tels que Cursor `tool_use_id` ou OpenCode `sessionID + callID` prouvent une identité logique chez le provider ; ils ne sont pas des PID OS.
154
+ Les recorders intégrés aux providers conservent séparément les artefacts runtime bruts, semantic et correlated. Des identifiants provider stables tels que Cursor `tool_use_id` ou OpenCode `sessionID + callID` prouvent une identité logique chez le provider ; ils ne sont pas des PID OS. Les anciens entry points Gemini CLI restent empaquetés pour compatibilité avec les installations existantes ; les nouveaux usages Google CLI doivent utiliser Antigravity (`agy`).
151
155
 
152
156
  ## Inference gateways et model runtimes
153
157
 
@@ -224,7 +228,7 @@ L’observation filesystem portable est session-correlated et non process-causal
224
228
 
225
229
  ## Performance et sécurité des grands runs
226
230
 
227
- v0.6.3 a ajouté des protections filesystem/viewer bornées, le tail Live JSONL incrémental et des garde-fous pour les grands graphes. v0.6.4 a ajouté Top détaché et le sidecar live provisoire partagé pour les intégrations provider configurées. Ces capacités restent en v0.6.5. Cette release n’a **pas** migré Live vers SSE, le stockage d’artefacts vers SQLite, le renderer vers Canvas/WebGL, ni les collectors vers Rust simplement pour changer d’architecture.
231
+ v0.6.3 a ajouté des protections filesystem/viewer bornées, le tail Live JSONL incrémental et des garde-fous pour les grands graphes. v0.6.4 a ajouté Top détaché et le sidecar live provisoire partagé pour les intégrations provider configurées. Ces capacités restent en v0.6.9. Cette release n’a **pas** migré Live vers SSE, le stockage d’artefacts vers SQLite, le renderer vers Canvas/WebGL, ni les collectors vers Rust simplement pour changer d’architecture.
228
232
 
229
233
  Le résultat de référence reproductible de l’`GraphAccumulator` incrémental atteint **164,273 ev/s** à 1M d’événements synthétiques sur le workload GitHub Actions documenté. Il s’agit d’un benchmark d’accumulation de graphe, pas d’un débit end-to-end collector/browser.
230
234
 
@@ -259,15 +263,15 @@ La corrélation dérivée ne réécrit jamais les preuves runtime brutes ou le s
259
263
 
260
264
  ## Confidentialité
261
265
 
262
- ExecWeave est local-first : captures, blobs de contenu, graphes, rapports et viewers restent locaux par défaut. Le **collector OS runtime** ne capture pas intentionnellement le contenu des fichiers ni les buffers raw read/write. Cette frontière ne doit pas être confondue avec le **provider full-fidelity content store** de v0.6.5 : si un hook/API pris en charge fournit explicitement prompt, arguments/résultats d’outil, réponse modèle, reasoning/thinking text, sortie shell, contenu de fichier ou autre valeur sensible, ExecWeave peut conserver cette valeur intégralement.
266
+ ExecWeave est local-first : captures, blobs de contenu, graphes, rapports et viewers restent locaux par défaut. Le **collector OS runtime** ne capture pas intentionnellement le contenu des fichiers ni les buffers raw read/write. Cette frontière ne doit pas être confondue avec le **provider full-fidelity content store** de v0.6.9 : si un hook/API pris en charge fournit explicitement prompt, arguments/résultats d’outil, réponse modèle, reasoning/thinking text, sortie shell, contenu de fichier ou autre valeur sensible, ExecWeave peut conserver cette valeur intégralement.
263
267
 
264
268
  Ne supposez pas que le contenu a été secret-redacted. Commandes, chemins, endpoint metadata, identifiants, model metadata, prompts, valeurs d’outil et content blobs peuvent tous être sensibles. Vérifiez tout le run directory avant partage.
265
269
 
266
270
  ## État actuel
267
271
 
268
- ExecWeave `main` est actuellement en **v0.6.5** et en phase de release hardening. Le dernier package/release public peut être en retard sur main jusqu’à la publication explicite d’une GitHub Release ; le workflow de publication vérifie que le release tag correspond exactement à la package version avant upload sur PyPI.
272
+ ExecWeave `main` est actuellement en **v0.6.9** et en phase de release hardening. Le dernier package/release public peut être en retard sur main jusqu’à la publication explicite d’une GitHub Release ; le workflow de publication vérifie que le release tag correspond exactement à la package version avant upload sur PyPI.
269
273
 
270
- v0.6.5 combine collection runtime cross-platform, graphes d’exécution matérialisés, viewers standalone/live, corrélation provider↔runtime conservatrice, preuves provider full-fidelity adressées par contenu, evidence grades, rule packs bornés, contrat explicite runtime threat/fidelity et scellement local d’intégrité avec une frontière de confiance honnête. Les preuves observées et l’inférence restent séparées par conception.
274
+ v0.6.9 combine collection runtime cross-platform, graphes d’exécution matérialisés, viewers standalone/live, corrélation provider↔runtime conservatrice, preuves provider full-fidelity adressées par contenu, evidence grades, rule packs bornés, contrat explicite runtime threat/fidelity et scellement local d’intégrité avec une frontière de confiance honnête. Les preuves observées et l’inférence restent séparées par conception.
271
275
 
272
276
  ## Documentation
273
277
 
@@ -277,7 +281,7 @@ v0.6.5 combine collection runtime cross-platform, graphes d’exécution matéri
277
281
  - [`Semantic Telemetry`](docs/semantic-telemetry.fr.md)
278
282
  - [`Claude Code Hooks`](docs/claude-code-hooks.fr.md)
279
283
  - [`OpenAI Codex Hooks`](docs/codex-hooks.fr.md)
280
- - [`Gemini CLI Hooks`](docs/gemini-hooks.fr.md)
284
+ - [`Google Antigravity Hooks`](docs/antigravity-hooks.md)
281
285
  - [`Cursor Hooks`](docs/cursor-hooks.fr.md)
282
286
  - [`OpenCode Plugin`](docs/opencode-plugin.fr.md)
283
287
  - [`Inference Gateway / OpenRouter / LiteLLM`](docs/inference-gateway.fr.md)
@@ -295,4 +299,4 @@ Les contributions sont bienvenues, notamment pour les collectors OS natifs, adap
295
299
 
296
300
  ## License
297
301
 
298
- Voir [`LICENSE`](LICENSE).
302
+ ExecWeave v0.6.8 et les versions ultérieures sont sous **PolyForm Noncommercial License 1.0.0**. L’usage, la modification et la redistribution non commerciaux sont permis selon ces termes ; tout usage commercial nécessite une licence commerciale écrite distincte. Les versions antérieures déjà publiées sous MIT restent soumises aux conditions qui les accompagnaient. Voir [`LICENSE`](LICENSE).
@@ -15,12 +15,12 @@
15
15
 
16
16
  **AI Agent があなたのマシン上で実際に何をしているかを可視化します。**
17
17
 
18
- ExecWeave は、AI Agent の活動をインタラクティブな execution graph に変換し、observed evidence、provider content、derived inference を明確に分離するオープンソースの local-first observability プロジェクトです。
18
+ ExecWeave は source-available、local-first の observability プロジェクトで、AI Agent の活動をインタラクティブな execution graph に変換し、observed evidence、provider content、derived inference を明確に分離します。v0.6.8 以降は PolyForm Noncommercial 1.0.0 の下で提供され、商用利用は許可されません。
19
19
 
20
20
  > **Event が ground truth であり、Graph は materialized view です。**
21
21
 
22
22
  <p align="center">
23
- <img src="docs/assets/execweave-launch-demo-v5-x.gif" alt="ExecWeave animated live demo" width="100%">
23
+ <img src="docs/assets/codex.gif" alt="ExecWeave animated live demo" width="100%">
24
24
  </p>
25
25
 
26
26
  ## インストール
@@ -31,7 +31,7 @@ PyPI から最新の公開 wheel/sdist をインストールします。
31
31
  python -m pip install -U execweave
32
32
  ```
33
33
 
34
- 現在の `main` の package version は **v0.6.5** です。公開 release が main より遅れる場合があります。現在の mainline を直接試すには:
34
+ 現在の `main` の package version は **v0.6.9** です。公開 release が main より遅れる場合があります。現在の mainline を直接試すには:
35
35
 
36
36
  ```bash
37
37
  python -m pip install --upgrade --force-reinstall "execweave @ git+https://github.com/Irish-kw/ExecWeave.git@main"
@@ -52,13 +52,17 @@ Live OS-runtime telemetry は**任意のローカルコマンド**で利用で
52
52
  ```bash
53
53
  execweave live --open -- claude
54
54
  execweave live --open -- codex
55
- execweave live --open -- gemini
55
+ execweave live --open -- antigravity
56
56
  execweave live --open -- cursor
57
57
  execweave live --open -- opencode
58
58
  execweave live --open -- ollama serve
59
59
  execweave live --open -- python my_agent.py
60
60
  ```
61
61
 
62
+ > **Hook の許可を求められたら承認してください。** 初回の provider-integrated run では、Agent/IDE が ExecWeave のローカル Hook integration を許可するか確認する場合があります。**Allow / Yes** を選択してください。許可しなくても OS-runtime telemetry は動作する場合がありますが、provider-level の tool、model、supplied-content observability は制限または利用不可になります。
63
+
64
+ Google Antigravity は現在 `agy` CLI を使用します。ExecWeave は `antigravity` を friendly alias として受け付け、`agy` に解決します。Cursor の `execweave live --open -- cursor` はまず PATH launcher を使用し、見つからない場合は macOS/Windows の標準 Cursor desktop application binary にフォールバックします。
65
+
62
66
  または finalized artifact pipeline を作成します。
63
67
 
64
68
  ```bash
@@ -67,9 +71,9 @@ execweave record --open -- python my_agent.py
67
71
 
68
72
  `execweave top -- codex` は Agent を起動 terminal で対話可能なまま保持し、ホスト環境に応じて detached Top dashboard を開くか attach します。
69
73
 
70
- ## v0.6.5:明示的な evidence boundary を持つ full-fidelity observability
74
+ ## v0.6.9:明示的な evidence boundary を持つ full-fidelity observability
71
75
 
72
- v0.6.5 は compact metadata だけでなく、対応 integration point が明示的に提供した content を保存できます。ExecWeave は**その source から提供された完全な値**をローカル SHA-256 content-addressed store に保存し、semantic event stream には reference のみを残します。
76
+ v0.6.9 は compact metadata だけでなく、対応 integration point が明示的に提供した content を保存できます。ExecWeave は**その source から提供された完全な値**をローカル SHA-256 content-addressed store に保存し、semantic event stream には reference のみを残します。
73
77
 
74
78
  ```text
75
79
  <run-root>/content/sha256/<sha256>.<json|txt|bin>
@@ -87,7 +91,7 @@ Full fidelity は privacy boundary も変えます。Application-level secret
87
91
  | --- | --- | --- |
88
92
  | Claude Code | Yes | native hooks + hook が提供する full-fidelity content |
89
93
  | OpenAI Codex | Yes | lifecycle hooks + hook が提供する full-fidelity content |
90
- | Gemini CLI | Yes | native hooks + hook が提供する full-fidelity content |
94
+ | Google Antigravity / Antigravity CLI | Yes | passive native hooks for invocation/tool evidence + full-fidelity values explicitly supplied to those hooks |
91
95
  | Cursor | Yes | native hooks + hook が提供する full-fidelity content |
92
96
  | OpenCode | Yes | project plugin + plugin が提供する full-fidelity content |
93
97
  | Ollama | Yes | `execweave-model-runtime event/exchange/probe --runtime ollama` |
@@ -137,8 +141,8 @@ execweave-claude-record --open -- claude
137
141
  execweave-codex-hook --print-config
138
142
  execweave-codex-record --open -- codex
139
143
 
140
- execweave-gemini-hook --print-config
141
- execweave-gemini-record --open -- gemini
144
+ execweave-antigravity-hook --print-config
145
+ execweave-antigravity-record --open -- antigravity
142
146
 
143
147
  execweave-cursor-hook --print-config
144
148
  execweave-cursor-record --open -- cursor
@@ -147,7 +151,7 @@ execweave-opencode-plugin --install
147
151
  execweave-opencode-record --open -- opencode
148
152
  ```
149
153
 
150
- Provider-integrated recorder は raw runtime、semantic、correlated artifact を別々に保持します。Cursor `tool_use_id` や OpenCode `sessionID + callID` のような stable provider identifier は provider 内部の logical identity を示しますが、OS PID ではありません。
154
+ Provider-integrated recorder は raw runtime、semantic、correlated artifact を別々に保持します。Cursor `tool_use_id` や OpenCode `sessionID + callID` のような stable provider identifier は provider 内部の logical identity を示しますが、OS PID ではありません。Legacy Gemini CLI hook entry points は既存インストールとの互換性のため残りますが、新しい Google CLI 利用では Antigravity (`agy`) を使用してください。
151
155
 
152
156
  ## Inference gateway と model runtime
153
157
 
@@ -224,7 +228,7 @@ Portable filesystem observation は session-correlated であり process-causal
224
228
 
225
229
  ## Performance と large-run safety
226
230
 
227
- v0.6.3 では bounded filesystem/viewer protection、incremental Live JSONL tailing、large-graph safety guard を追加し、v0.6.4 では detached Top と configured provider integration 用 provisional live sidecar を追加しました。これらは v0.6.5 にも残っています。本 release だけを理由に Live を SSE、artifact storage を SQLite、renderer を Canvas/WebGL、collector を Rust へ移行してはいません。
231
+ v0.6.3 では bounded filesystem/viewer protection、incremental Live JSONL tailing、large-graph safety guard を追加し、v0.6.4 では detached Top と configured provider integration 用 provisional live sidecar を追加しました。これらは v0.6.9 にも残っています。本 release だけを理由に Live を SSE、artifact storage を SQLite、renderer を Canvas/WebGL、collector を Rust へ移行してはいません。
228
232
 
229
233
  再現可能な incremental `GraphAccumulator` reference result は、文書化された GitHub Actions workload の 1M synthetic events で **164,273 ev/s** です。これは graph accumulation benchmark であり、end-to-end collector/browser throughput ではありません。
230
234
 
@@ -259,15 +263,15 @@ Derived correlation は raw runtime / provider sidecar evidence を書き換え
259
263
 
260
264
  ## Privacy
261
265
 
262
- ExecWeave は local-first であり、capture、content blob、graph、report、viewer はデフォルトでローカルに残ります。**OS runtime collector** は file content や raw read/write byte buffer を意図的に取得しません。ただし、この境界を v0.6.5 の **provider full-fidelity content store** と混同してはいけません。対応 hook/API が prompt、tool argument/result、model response、reasoning/thinking text、shell output、file content などを明示的に提供した場合、それらは完全に保存される可能性があります。
266
+ ExecWeave は local-first であり、capture、content blob、graph、report、viewer はデフォルトでローカルに残ります。**OS runtime collector** は file content や raw read/write byte buffer を意図的に取得しません。ただし、この境界を v0.6.9 の **provider full-fidelity content store** と混同してはいけません。対応 hook/API が prompt、tool argument/result、model response、reasoning/thinking text、shell output、file content などを明示的に提供した場合、それらは完全に保存される可能性があります。
263
267
 
264
268
  Content が secret-redacted 済みだと仮定しないでください。Command、path、endpoint metadata、identifier、model metadata、prompt、tool value、content blob はすべて sensitive になり得ます。共有前に run directory 全体を確認してください。
265
269
 
266
270
  ## 現在の状態
267
271
 
268
- ExecWeave `main` は現在 **v0.6.5** で release hardening 中です。公開 package/release は main より遅れる場合があります。GitHub Release を明示的に publish した場合のみ publish workflow が動作し、PyPI upload 前に release tag と package version が完全一致することを検証します。
272
+ ExecWeave `main` は現在 **v0.6.9** で release hardening 中です。公開 package/release は main より遅れる場合があります。GitHub Release を明示的に publish した場合のみ publish workflow が動作し、PyPI upload 前に release tag と package version が完全一致することを検証します。
269
273
 
270
- v0.6.5 は cross-platform runtime collection、materialized execution graph、standalone/live viewer、保守的 provider↔runtime correlation、content-addressed full-fidelity provider evidence、evidence grades、bounded rule packs、明示的 runtime threat/fidelity contract、honest local run-integrity sealing を組み合わせています。Observed evidence と inference は設計上分離されています。
274
+ v0.6.9 は cross-platform runtime collection、materialized execution graph、standalone/live viewer、保守的 provider↔runtime correlation、content-addressed full-fidelity provider evidence、evidence grades、bounded rule packs、明示的 runtime threat/fidelity contract、honest local run-integrity sealing を組み合わせています。Observed evidence と inference は設計上分離されています。
271
275
 
272
276
  ## ドキュメント
273
277
 
@@ -277,7 +281,7 @@ v0.6.5 は cross-platform runtime collection、materialized execution graph、st
277
281
  - [`Semantic Telemetry`](docs/semantic-telemetry.ja.md)
278
282
  - [`Claude Code Hooks`](docs/claude-code-hooks.ja.md)
279
283
  - [`OpenAI Codex Hooks`](docs/codex-hooks.ja.md)
280
- - [`Gemini CLI Hooks`](docs/gemini-hooks.ja.md)
284
+ - [`Google Antigravity Hooks`](docs/antigravity-hooks.md)
281
285
  - [`Cursor Hooks`](docs/cursor-hooks.ja.md)
282
286
  - [`OpenCode Plugin`](docs/opencode-plugin.ja.md)
283
287
  - [`Inference Gateway / OpenRouter / LiteLLM`](docs/inference-gateway.ja.md)
@@ -295,4 +299,4 @@ v0.6.5 は cross-platform runtime collection、materialized execution graph、st
295
299
 
296
300
  ## License
297
301
 
298
- [`LICENSE`](LICENSE) を参照してください。
302
+ ExecWeave v0.6.8 以降は **PolyForm Noncommercial License 1.0.0** の下で提供されます。非商用の利用・変更・再配布はその条件に従って許可されますが、商用利用には別途書面による商用ライセンスが必要です。以前に MIT で公開済みの旧バージョンは当時のライセンス条件のままです。詳しくは [`LICENSE`](LICENSE) を参照してください。