@aibyzero/byz 0.1.1 → 0.1.2

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 (109) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +13 -25
  3. package/dist/cli.js +3 -12
  4. package/dist/core/export-html/template.css +1066 -0
  5. package/dist/core/export-html/template.html +55 -0
  6. package/dist/core/export-html/template.js +1864 -0
  7. package/dist/core/export-html/vendor/highlight.min.js +1213 -0
  8. package/dist/core/export-html/vendor/marked.min.js +78 -0
  9. package/dist/modes/interactive/assets/clankolas.png +0 -0
  10. package/dist/modes/interactive/theme/dark.json +90 -0
  11. package/dist/modes/interactive/theme/light.json +89 -0
  12. package/dist/modes/interactive/theme/theme-schema.json +352 -0
  13. package/dist/runtime/bundle/chunks/{chunk-CCRJHU72.js → chunk-Q4KIHSRR.js} +1 -1
  14. package/dist/runtime/bundle/chunks/github-copilot.js +1 -1
  15. package/dist/runtime/bundle/cli.js +1 -1
  16. package/dist/runtime/bundle/index.js +1 -1
  17. package/dist/runtime/bundle/rpc-entry.js +1 -1
  18. package/dist/workflows.js +4 -131
  19. package/package.json +2 -1
  20. package/workflows/cm-plugin/LICENSE +21 -0
  21. package/workflows/cm-plugin/README.md +195 -0
  22. package/workflows/cm-plugin/VERSION +1 -0
  23. package/workflows/cm-plugin/agents/cm-plugin-backend-agent.md +34 -0
  24. package/workflows/cm-plugin/agents/cm-plugin-extension-agent.md +35 -0
  25. package/workflows/cm-plugin/agents/cm-plugin-ui-agent.md +34 -0
  26. package/workflows/cm-plugin/commands/cm-plugin-ai-nodes/N1-init.md +60 -0
  27. package/workflows/cm-plugin/commands/cm-plugin-ai-nodes/N2-enter-feature.md +51 -0
  28. package/workflows/cm-plugin/commands/cm-plugin-ai-nodes/N3-execute-task.md +32 -0
  29. package/workflows/cm-plugin/commands/cm-plugin-ai-nodes/N4-review.md +58 -0
  30. package/workflows/cm-plugin/commands/cm-plugin-ai-nodes/N5-mark-done.md +80 -0
  31. package/workflows/cm-plugin/commands/cm-plugin-ai-nodes/N6-qa-eval.md +69 -0
  32. package/workflows/cm-plugin/commands/cm-plugin-ai-nodes/N7-context.md +23 -0
  33. package/workflows/cm-plugin/commands/cm-plugin-ai-nodes/N8-finish.md +61 -0
  34. package/workflows/cm-plugin/commands/cm-plugin-prd-modes/brownfield.md +13 -0
  35. package/workflows/cm-plugin/commands/cm-plugin-prd-modes/change-mode.md +130 -0
  36. package/workflows/cm-plugin/commands/cm-plugin-prd-modes/greenfield.md +82 -0
  37. package/workflows/cm-plugin/commands/cm-plugin:ai.md +75 -0
  38. package/workflows/cm-plugin/commands/cm-plugin:check.md +66 -0
  39. package/workflows/cm-plugin/commands/cm-plugin:fix.md +100 -0
  40. package/workflows/cm-plugin/commands/cm-plugin:idea.md +29 -0
  41. package/workflows/cm-plugin/commands/cm-plugin:init.md +145 -0
  42. package/workflows/cm-plugin/commands/cm-plugin:prd.md +403 -0
  43. package/workflows/cm-plugin/commands/cm-plugin:refactor.md +147 -0
  44. package/workflows/cm-plugin/commands/cm-plugin:rewrite.md +90 -0
  45. package/workflows/cm-plugin/commands/cm-plugin:scout.md +202 -0
  46. package/workflows/cm-plugin/docs//346/265/213/350/257/225/346/214/207/345/274/225-/345/277/253/351/200/237/344/270/212/346/211/213.md +189 -0
  47. package/workflows/cm-plugin/docs//351/207/215/346/236/204/346/265/201/347/250/213/350/256/276/350/256/241/README.md +17 -0
  48. package/workflows/cm-plugin/docs//351/207/215/346/236/204/346/265/201/347/250/213/350/256/276/350/256/241/refactor-flow.excalidraw +3650 -0
  49. package/workflows/cm-plugin/docs//351/207/215/346/236/204/346/265/201/347/250/213/350/256/276/350/256/241/refactor-flow.mp4 +0 -0
  50. package/workflows/cm-plugin/docs//351/207/215/346/236/204/346/265/201/347/250/213/350/256/276/350/256/241/refactor-flow.png +0 -0
  51. package/workflows/cm-plugin/docs//351/207/215/346/236/204/346/265/201/347/250/213/350/256/276/350/256/241/refactor-flow.spec.json +223 -0
  52. package/workflows/cm-plugin/package.json +33 -0
  53. package/workflows/cm-plugin/skills/cm-plugin-backend-engineer/SKILL.md +100 -0
  54. package/workflows/cm-plugin/skills/cm-plugin-devops-engineer/NOTICE.md +14 -0
  55. package/workflows/cm-plugin/skills/cm-plugin-devops-engineer/SKILL.md +120 -0
  56. package/workflows/cm-plugin/skills/cm-plugin-devops-engineer/references/cws-ci-cd.md +139 -0
  57. package/workflows/cm-plugin/skills/cm-plugin-devops-engineer/references/cws-submission-checklist.md +87 -0
  58. package/workflows/cm-plugin/skills/cm-plugin-doc-syncer/SKILL.md +149 -0
  59. package/workflows/cm-plugin/skills/cm-plugin-extension-engineer/SKILL.md +105 -0
  60. package/workflows/cm-plugin/skills/cm-plugin-product-manager/SKILL.md +83 -0
  61. package/workflows/cm-plugin/skills/cm-plugin-qa-engineer/NOTICE.md +14 -0
  62. package/workflows/cm-plugin/skills/cm-plugin-qa-engineer/SKILL.md +134 -0
  63. package/workflows/cm-plugin/skills/cm-plugin-qa-engineer/references/cws-scan-checklist.md +136 -0
  64. package/workflows/cm-plugin/skills/cm-plugin-qa-engineer/references/cws-violation-codes.md +68 -0
  65. package/workflows/cm-plugin/skills/cm-plugin-ui-engineer/SKILL.md +94 -0
  66. package/workflows/cm-plugin/skills/codebase-context/SKILL.md +489 -0
  67. package/workflows/cm-plugin/skills/darwin-skill/NOTICE.md +24 -0
  68. package/workflows/cm-plugin/skills/darwin-skill/README.md +272 -0
  69. package/workflows/cm-plugin/skills/darwin-skill/SKILL.md +492 -0
  70. package/workflows/cm-plugin/skills/darwin-skill/references/runtime-neutrality.md +68 -0
  71. package/workflows/cm-plugin/skills/darwin-skill/references/skilllens-evidence.md +142 -0
  72. package/workflows/cm-plugin/skills/darwin-skill/scripts/screenshot.mjs +71 -0
  73. package/workflows/cm-plugin/skills/darwin-skill/templates/result-card-dark.html +698 -0
  74. package/workflows/cm-plugin/skills/darwin-skill/templates/result-card-white.html +444 -0
  75. package/workflows/cm-plugin/skills/darwin-skill/templates/result-card.html +616 -0
  76. package/workflows/cm-plugin/skills/idea-to-prd/SKILL.md +289 -0
  77. package/workflows/cm-plugin/skills/idea-to-prd/references/domains/trading.md +97 -0
  78. package/workflows/cm-plugin/skills/idea-to-prd/references/example-prd.md +92 -0
  79. package/workflows/cm-plugin/templates/arch-reference.md +55 -0
  80. package/workflows/cm-plugin/templates/auto-update/cm-announce.sh +19 -0
  81. package/workflows/cm-plugin/templates/auto-update/cm-update.sh +251 -0
  82. package/workflows/cm-plugin/templates/dashboard/dashboard.html +153 -0
  83. package/workflows/cm-plugin/templates/dashboard/serve.sh +10 -0
  84. package/workflows/cm-plugin/templates/e2e/extension-harness.ts +110 -0
  85. package/workflows/cm-plugin/templates/e2e/smoke.spec.example.ts +51 -0
  86. package/workflows/cm-plugin/templates/hooks/pre-commit-cm-task-check +33 -0
  87. package/workflows/cm-plugin/templates/pixel/cm-pixel.html +388 -0
  88. package/workflows/cm-plugin/templates/pixel/cm-pixel.sh +212 -0
  89. package/workflows/cm-plugin/templates/pixel/dev/README.md +20 -0
  90. package/workflows/cm-plugin/templates/pixel/dev/atlas-preview.png +0 -0
  91. package/workflows/cm-plugin/templates/pixel/dev/build.py +55 -0
  92. package/workflows/cm-plugin/templates/pixel/dev/sheets/roguelikeChar_transparent.png +0 -0
  93. package/workflows/cm-plugin/templates/pixel/dev/sheets/roguelikeCity_tilemap.png +0 -0
  94. package/workflows/cm-plugin/templates/pixel/dev/sheets/roguelikeIndoor_transparent.png +0 -0
  95. package/workflows/cm-plugin/templates/pixel/dev/template.html +388 -0
  96. package/workflows/cm-plugin/templates/pixel/serve.sh +12 -0
  97. package/workflows/cm-plugin/templates/refactor/cm-refactor-denies.json +14 -0
  98. package/workflows/cm-plugin/templates/rules/backend-api.md +36 -0
  99. package/workflows/cm-plugin/templates/rules/chrome-extension.md +53 -0
  100. package/workflows/cm-plugin/templates/rules/coding-style.md +44 -0
  101. package/workflows/cm-plugin/templates/rules/frontend.md +32 -0
  102. package/workflows/cm-plugin/templates/rules/git-workflow.md +25 -0
  103. package/workflows/cm-plugin/templates/rules/security.md +31 -0
  104. package/workflows/cm-plugin/templates/rules/testing.md +36 -0
  105. package/workflows/cm-plugin/templates/scripts/cm-plugin-codex.sh +52 -0
  106. package/workflows/cm-plugin/templates/scripts/cm-plugin-log.sh +41 -0
  107. package/workflows/cm-plugin/templates/scripts/cm-plugin-preflight.sh +60 -0
  108. package/workflows/cm-plugin/templates/statusline/cm-plugin-statusline.sh +73 -0
  109. package/workflows.lock.json +4 -3
@@ -0,0 +1,55 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Session Export</title>
7
+ <style>
8
+ {{CSS}}
9
+ </style>
10
+ </head>
11
+ <body>
12
+ <button id="hamburger" title="Open sidebar"><svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor" stroke="none"><circle cx="6" cy="6" r="2.5"/><circle cx="6" cy="18" r="2.5"/><circle cx="18" cy="12" r="2.5"/><rect x="5" y="6" width="2" height="12"/><path d="M6 12h10c1 0 2 0 2-2V8"/></svg></button>
13
+ <div id="sidebar-overlay"></div>
14
+ <div id="app">
15
+ <aside id="sidebar">
16
+ <div class="sidebar-header">
17
+ <div class="sidebar-controls">
18
+ <input type="text" class="sidebar-search" id="tree-search" placeholder="Search...">
19
+ </div>
20
+ <div class="sidebar-filters">
21
+ <button class="filter-btn active" data-filter="default" title="Hide settings entries">Default</button>
22
+ <button class="filter-btn" data-filter="no-tools" title="Default minus tool results">No-tools</button>
23
+ <button class="filter-btn" data-filter="user-only" title="Only user messages">User</button>
24
+ <button class="filter-btn" data-filter="labeled-only" title="Only labeled entries">Labeled</button>
25
+ <button class="filter-btn" data-filter="all" title="Show everything">All</button>
26
+ <button class="sidebar-close" id="sidebar-close" title="Close">✕</button>
27
+ </div>
28
+ </div>
29
+ <div class="tree-container" id="tree-container"></div>
30
+ <div class="tree-status" id="tree-status"></div>
31
+ </aside>
32
+ <div id="sidebar-resizer" role="separator" aria-orientation="vertical" aria-label="Resize session tree sidebar"></div>
33
+ <main id="content">
34
+ <div id="header-container"></div>
35
+ <div id="messages"></div>
36
+ </main>
37
+ <div id="image-modal" class="image-modal">
38
+ <img id="modal-image" src="" alt="">
39
+ </div>
40
+ </div>
41
+
42
+ <script id="session-data" type="application/json">{{SESSION_DATA}}</script>
43
+
44
+ <!-- Vendored libraries -->
45
+ <script>{{MARKED_JS}}</script>
46
+
47
+ <!-- highlight.js -->
48
+ <script>{{HIGHLIGHT_JS}}</script>
49
+
50
+ <!-- Main application code -->
51
+ <script>
52
+ {{JS}}
53
+ </script>
54
+ </body>
55
+ </html>