kodelyth-ecc 1.8.0 → 1.8.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 (91) hide show
  1. package/CLAUDE.md +1 -1
  2. package/VERSION +1 -1
  3. package/bin/kodelyth-ecc.js +54 -5
  4. package/install.ps1 +30 -13
  5. package/install.sh +11 -4
  6. package/package.json +1 -1
  7. package/rules/common/agent-intent-routing.md +96 -195
  8. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -47
  9. package/.github/ISSUE_TEMPLATE/config.yml +0 -8
  10. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -41
  11. package/.github/ISSUE_TEMPLATE/good_first_issue.md +0 -36
  12. package/.github/ISSUE_TEMPLATE/new_agent.md +0 -52
  13. package/.github/PULL_REQUEST_TEMPLATE.md +0 -53
  14. package/.github/workflows/ci.yml +0 -45
  15. package/.github/workflows/publish.yml +0 -60
  16. package/brand/concepts.svg +0 -109
  17. package/brand/convert.js +0 -161
  18. package/brand/favicon.svg +0 -7
  19. package/brand/fb-cover.svg +0 -34
  20. package/brand/fb-profile.svg +0 -21
  21. package/brand/kodelyth-dark.svg +0 -24
  22. package/brand/kodelyth-light.svg +0 -24
  23. package/brand/kodelyth-mark.svg +0 -20
  24. package/brand/package.json +0 -12
  25. package/docs/dashboard.md +0 -211
  26. package/docs/evolve.md +0 -303
  27. package/docs/mcp-clients.md +0 -167
  28. package/docs/mcp.md +0 -178
  29. package/docs/replay.md +0 -244
  30. package/docs/supply-chain.md +0 -207
  31. package/docs/swarm.md +0 -243
  32. package/skills/skill-comply/tests/test_grader.py +0 -137
  33. package/skills/skill-comply/tests/test_parser.py +0 -90
  34. package/social/card-agents.svg +0 -104
  35. package/social/card-install.svg +0 -58
  36. package/social/card-main.svg +0 -54
  37. package/social/facebook-v150.svg +0 -110
  38. package/social/fb-ad-main.svg +0 -128
  39. package/social/fb-post-features.svg +0 -118
  40. package/social/fb-post-launch.svg +0 -144
  41. package/social/fb-post-platforms.svg +0 -135
  42. package/social/github-social-preview.svg +0 -151
  43. package/social/hype-compound-learning.svg +0 -129
  44. package/social/hype-devil-mode.svg +0 -240
  45. package/social/hype-mcp-server.svg +0 -148
  46. package/social/hype-parallel-agents.svg +0 -162
  47. package/social/hype-stats-hero.svg +0 -138
  48. package/social/og-image.svg +0 -151
  49. package/social/readme-agents.svg +0 -138
  50. package/social/readme-hero.svg +0 -102
  51. package/social/section-agents.svg +0 -69
  52. package/social/section-author.svg +0 -66
  53. package/social/section-dashboard.svg +0 -71
  54. package/social/section-devil.svg +0 -66
  55. package/social/section-hooks.svg +0 -63
  56. package/social/section-install.svg +0 -54
  57. package/social/section-learning.svg +0 -64
  58. package/social/section-mcp.svg +0 -58
  59. package/social/section-memory.svg +0 -69
  60. package/social/section-parallel.svg +0 -84
  61. package/social/section-routing.svg +0 -63
  62. package/social/twitter-threads.md +0 -621
  63. package/social/x-card-agents-grid.svg +0 -120
  64. package/social/x-card-free.svg +0 -71
  65. package/social/x-card-hook.svg +0 -94
  66. package/tests/dashboard/data.test.js +0 -391
  67. package/tests/dashboard/server.test.js +0 -257
  68. package/tests/evolve/analyze.test.js +0 -169
  69. package/tests/evolve/proposals.test.js +0 -173
  70. package/tests/evolve/stats.test.js +0 -167
  71. package/tests/hooks/branch-name-check.test.js +0 -184
  72. package/tests/hooks/smart-suggest.test.js +0 -149
  73. package/tests/hooks/test-reminder.test.js +0 -181
  74. package/tests/mcp/catalog.test.js +0 -98
  75. package/tests/mcp/client.test.js +0 -113
  76. package/tests/mcp/resources-prompts.test.js +0 -70
  77. package/tests/mcp/tools.test.js +0 -159
  78. package/tests/memory/auto-recall.test.js +0 -132
  79. package/tests/memory/instincts.test.js +0 -258
  80. package/tests/memory/store.test.js +0 -203
  81. package/tests/replay/bundle.test.js +0 -181
  82. package/tests/replay/replay.test.js +0 -131
  83. package/tests/router/classify.test.js +0 -164
  84. package/tests/run-all.js +0 -55
  85. package/tests/safety/patterns.test.js +0 -94
  86. package/tests/safety/prompt-injection-guard.test.js +0 -111
  87. package/tests/safety/token-budget.test.js +0 -119
  88. package/tests/supply-chain/manifest.test.js +0 -147
  89. package/tests/supply-chain/sbom.test.js +0 -170
  90. package/tests/supply-chain/verify.test.js +0 -146
  91. package/tests/swarm/build-plan.test.js +0 -188
@@ -1,84 +0,0 @@
1
- <svg viewBox="0 0 900 185" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
2
- <defs>
3
- <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#0d1117"/>
5
- <stop offset="100%" style="stop-color:#161b22"/>
6
- </linearGradient>
7
- <marker id="arr" markerWidth="7" markerHeight="7" refX="5" refY="3" orient="auto">
8
- <path d="M0,0 L5,3 L0,6 Z" fill="#a78bfa" opacity="0.8"/>
9
- </marker>
10
- <marker id="arrg" markerWidth="7" markerHeight="7" refX="5" refY="3" orient="auto">
11
- <path d="M0,0 L5,3 L0,6 Z" fill="#34d399" opacity="0.8"/>
12
- </marker>
13
- </defs>
14
- <rect width="900" height="185" fill="url(#bg)" rx="12"/>
15
- <rect width="900" height="185" fill="none" stroke="#21262d" stroke-width="1" rx="12"/>
16
-
17
- <!-- Label — widened to fit text -->
18
- <rect x="32" y="20" width="248" height="22" rx="11" fill="#f59e0b" fill-opacity="0.12" stroke="#f59e0b" stroke-opacity="0.4" stroke-width="1"/>
19
- <text x="156" y="35" font-size="10" fill="#fbbf24" text-anchor="middle" font-weight="700" letter-spacing="1">PARALLEL MULTI-AGENT COMMANDS</text>
20
-
21
- <text x="32" y="72" font-size="21" font-weight="800" fill="#ffffff">8 specialists fire simultaneously — not one by one</text>
22
- <text x="32" y="94" font-size="12" fill="#6e7681">60 min sequential review → 15 min parallel · all results aggregated into one structured report</text>
23
-
24
- <!-- Command trigger box -->
25
- <rect x="32" y="112" width="120" height="56" rx="7" fill="#161b22" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
26
- <text x="92" y="132" font-size="10" fill="#a78bfa" text-anchor="middle" font-weight="700">/team-review</text>
27
- <text x="92" y="148" font-size="8" fill="#6e7681" text-anchor="middle">one command</text>
28
- <text x="92" y="160" font-size="8" fill="#6e7681" text-anchor="middle">fires 4 agents</text>
29
-
30
- <!-- Fan-out lines to 4 agents -->
31
- <line x1="155" y1="122" x2="196" y2="115" stroke="#a78bfa" stroke-width="1" marker-end="url(#arr)" opacity="0.6"/>
32
- <line x1="155" y1="131" x2="196" y2="131" stroke="#a78bfa" stroke-width="1" marker-end="url(#arr)" opacity="0.6"/>
33
- <line x1="155" y1="140" x2="196" y2="147" stroke="#a78bfa" stroke-width="1" marker-end="url(#arr)" opacity="0.6"/>
34
- <line x1="155" y1="149" x2="196" y2="163" stroke="#a78bfa" stroke-width="1" marker-end="url(#arr)" opacity="0.6"/>
35
-
36
- <!-- 4 agent pills — 130px wide each, text fits at font-size 9 -->
37
- <rect x="199" y="106" width="130" height="20" rx="5" fill="#a78bfa" fill-opacity="0.12" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
38
- <text x="264" y="119" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="600">code-reviewer</text>
39
-
40
- <rect x="199" y="122" width="130" height="20" rx="5" fill="#ef4444" fill-opacity="0.1" stroke="#ef4444" stroke-opacity="0.35" stroke-width="1"/>
41
- <text x="264" y="135" font-size="9" fill="#f87171" text-anchor="middle" font-weight="600">security-reviewer</text>
42
-
43
- <rect x="199" y="138" width="130" height="20" rx="5" fill="#f59e0b" fill-opacity="0.1" stroke="#f59e0b" stroke-opacity="0.35" stroke-width="1"/>
44
- <text x="264" y="151" font-size="9" fill="#fbbf24" text-anchor="middle" font-weight="600">performance-optimizer</text>
45
-
46
- <rect x="199" y="154" width="130" height="20" rx="5" fill="#2563eb" fill-opacity="0.1" stroke="#2563eb" stroke-opacity="0.35" stroke-width="1"/>
47
- <text x="264" y="167" font-size="9" fill="#60a5fa" text-anchor="middle" font-weight="600">api-guardian</text>
48
-
49
- <!-- Fan-in lines to result -->
50
- <line x1="332" y1="115" x2="370" y2="132" stroke="#34d399" stroke-width="1" marker-end="url(#arrg)" opacity="0.6"/>
51
- <line x1="332" y1="131" x2="370" y2="136" stroke="#34d399" stroke-width="1" marker-end="url(#arrg)" opacity="0.6"/>
52
- <line x1="332" y1="147" x2="370" y2="140" stroke="#34d399" stroke-width="1" marker-end="url(#arrg)" opacity="0.6"/>
53
- <line x1="332" y1="163" x2="370" y2="144" stroke="#34d399" stroke-width="1" marker-end="url(#arrg)" opacity="0.6"/>
54
-
55
- <!-- Result box -->
56
- <rect x="373" y="112" width="148" height="56" rx="7" fill="#059669" fill-opacity="0.1" stroke="#059669" stroke-opacity="0.4" stroke-width="1"/>
57
- <text x="447" y="131" font-size="10" fill="#34d399" text-anchor="middle" font-weight="700">Team Review Report</text>
58
- <text x="447" y="147" font-size="8" fill="#34d399" text-anchor="middle" opacity="0.8">CRITICAL · HIGH · MEDIUM</text>
59
- <text x="447" y="160" font-size="8" fill="#34d399" text-anchor="middle" opacity="0.75">1 critical found → fix first</text>
60
-
61
- <!-- All 8 parallel commands — two columns -->
62
- <text x="546" y="112" font-size="9" fill="#6e7681" font-weight="600">All 8 parallel commands:</text>
63
- <text x="546" y="127" font-size="9" fill="#a78bfa">/team-review</text>
64
- <text x="546" y="141" font-size="9" fill="#a78bfa">/project-launch</text>
65
- <text x="546" y="155" font-size="9" fill="#ef4444">/devil-mode</text>
66
- <text x="546" y="169" font-size="9" fill="#f59e0b">/security-audit</text>
67
-
68
- <text x="700" y="127" font-size="9" fill="#38bdf8">/debug-blitz</text>
69
- <text x="700" y="141" font-size="9" fill="#38bdf8">/refactor-sprint</text>
70
- <text x="700" y="155" font-size="9" fill="#34d399">/pre-release</text>
71
- <text x="700" y="169" font-size="9" fill="#34d399">/onboard</text>
72
-
73
- <!-- Ghost Depth Mark — brand stamp (scale 0.26×) -->
74
- <g transform="translate(810, 28) scale(0.26)" opacity="0.14">
75
- <polyline points="-44,4 12,100 -44,196"
76
- stroke="#ffffff" stroke-width="10"
77
- stroke-linecap="round" stroke-linejoin="round"
78
- fill="none"/>
79
- <polyline points="0,0 88,100 0,200"
80
- stroke="#ffffff" stroke-width="32"
81
- stroke-linecap="round" stroke-linejoin="round"
82
- fill="none"/>
83
- </g>
84
- </svg>
@@ -1,63 +0,0 @@
1
- <svg viewBox="0 0 900 170" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
2
- <defs>
3
- <linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
4
- <stop offset="0%" style="stop-color:#0d1117"/>
5
- <stop offset="100%" style="stop-color:#161b22"/>
6
- </linearGradient>
7
- <linearGradient id="acc" x1="0%" y1="0%" x2="100%" y2="0%">
8
- <stop offset="0%" style="stop-color:#a78bfa"/>
9
- <stop offset="100%" style="stop-color:#38bdf8"/>
10
- </linearGradient>
11
- <marker id="arr" markerWidth="8" markerHeight="8" refX="6" refY="3" orient="auto">
12
- <path d="M0,0 L6,3 L0,6 Z" fill="#a78bfa" opacity="0.7"/>
13
- </marker>
14
- </defs>
15
- <rect width="900" height="170" fill="url(#bg)" rx="12"/>
16
- <rect width="900" height="170" fill="none" stroke="#21262d" stroke-width="1" rx="12"/>
17
-
18
- <!-- Section label -->
19
- <rect x="32" y="20" width="180" height="22" rx="11" fill="#a78bfa" fill-opacity="0.12" stroke="#a78bfa" stroke-opacity="0.35" stroke-width="1"/>
20
- <text x="122" y="35" font-size="10" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="1">INTENT ROUTING SYSTEM</text>
21
-
22
- <!-- Title -->
23
- <text x="32" y="72" font-size="22" font-weight="800" fill="#ffffff">Plain language → right specialist — automatically</text>
24
- <text x="32" y="96" font-size="12" fill="#6e7681">The 10-tier routing rule fires on every session. No agent names needed. The AI announces who's taking over.</text>
25
-
26
- <!-- Flow diagram -->
27
- <rect x="32" y="118" width="120" height="40" rx="6" fill="#21262d" stroke="#30363d" stroke-width="1"/>
28
- <text x="92" y="138" font-size="10" fill="#c9d1d9" text-anchor="middle">"I've been stuck for</text>
29
- <text x="92" y="152" font-size="10" fill="#c9d1d9" text-anchor="middle">hours on this bug"</text>
30
-
31
- <line x1="155" y1="138" x2="195" y2="138" stroke="#a78bfa" stroke-width="1.5" marker-end="url(#arr)" opacity="0.7"/>
32
-
33
- <rect x="198" y="118" width="108" height="40" rx="6" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
34
- <text x="252" y="136" font-size="10" fill="#a78bfa" text-anchor="middle" font-weight="700">10-tier router</text>
35
- <text x="252" y="150" font-size="9" fill="#a78bfa" text-anchor="middle" opacity="0.7">frustration + error signal</text>
36
-
37
- <line x1="309" y1="138" x2="349" y2="138" stroke="#a78bfa" stroke-width="1.5" marker-end="url(#arr)" opacity="0.7"/>
38
-
39
- <rect x="352" y="118" width="130" height="40" rx="6" fill="#38bdf8" fill-opacity="0.12" stroke="#38bdf8" stroke-opacity="0.4" stroke-width="1"/>
40
- <text x="417" y="136" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700">→ debug-detective</text>
41
- <text x="417" y="150" font-size="9" fill="#38bdf8" text-anchor="middle" opacity="0.7">root-cause analyst</text>
42
-
43
- <line x1="485" y1="138" x2="525" y2="138" stroke="#6e7681" stroke-width="1" stroke-dasharray="4,3" opacity="0.5"/>
44
-
45
- <rect x="528" y="118" width="155" height="40" rx="6" fill="#059669" fill-opacity="0.1" stroke="#059669" stroke-opacity="0.4" stroke-width="1"/>
46
- <text x="605" y="135" font-size="9.5" fill="#34d399" text-anchor="middle">"Tip: next time type</text>
47
- <text x="605" y="149" font-size="9.5" fill="#34d399" text-anchor="middle">'use debug-detective'"</text>
48
-
49
- <!-- Right label -->
50
- <text x="868" y="96" font-size="10" fill="#6e7681" text-anchor="end">70 agents · 10 tiers · 50+ patterns</text>
51
-
52
- <!-- Ghost Depth Mark — brand stamp (scale 0.23×) -->
53
- <g transform="translate(810, 28) scale(0.23)" opacity="0.14">
54
- <polyline points="-44,4 12,100 -44,196"
55
- stroke="#ffffff" stroke-width="10"
56
- stroke-linecap="round" stroke-linejoin="round"
57
- fill="none"/>
58
- <polyline points="0,0 88,100 0,200"
59
- stroke="#ffffff" stroke-width="32"
60
- stroke-linecap="round" stroke-linejoin="round"
61
- fill="none"/>
62
- </g>
63
- </svg>