File tree Expand file tree Collapse file tree
plugins/claude-code/.claude-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 },
88 "metadata" : {
99 "description" : " Verified Solution Cards from prior agent runs, offered when a prompt matches an already-solved problem." ,
10- "version" : " 0.2.0 "
10+ "version" : " 0.2.1 "
1111 },
1212 "plugins" : [
1313 {
1414 "name" : " blaze" ,
1515 "source" : " ./plugins/claude-code" ,
1616 "description" : " Offers a verified Solution Card from a prior agent run when the current prompt matches a solved problem." ,
17- "version" : " 0.2.0 " ,
17+ "version" : " 0.2.1 " ,
1818 "keywords" : [
1919 " memory" ,
2020 " retrieval" ,
Original file line number Diff line number Diff line change 55https://github.com/user-attachments/assets/8e25ff4c-5fe2-4c41-964e-66fcc3d074e5
66
77* A condensed replay of recorded mind-map runs: Claude Code versus Claude Code + Blaze.
8- Across 11 recorded, verified website task pairs, the non-Blaze runs took 3.2× as much
9- aggregate elapsed time as the Blaze runs. That result describes those tasks, not a
10- general speed guarantee.*
8+ Across the recorded, verified task pairs currently shown on the Blaze homepage, the
9+ non-Blaze runs took 3.2× as much aggregate elapsed time as the Blaze runs. That result
10+ describes those tasks, not a general speed guarantee.*
1111
1212When an agent starts a task, Blaze checks whether an earlier verified solution fits the
1313same problem and stack. It returns the trap, the procedure, and the check that proved the
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ cat > "$D/.claude-plugin/plugin.json" <<'PLUGIN'
102102{
103103 "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
104104 "name": "blaze",
105- "version": "0.2.0 ",
105+ "version": "0.2.1 ",
106106 "description": "Offers a verified Solution Card from an earlier agent run when the current prompt matches an already-solved problem.",
107107 "skills": ["./"]
108108}
Original file line number Diff line number Diff line change 22 "$schema" : " https://anthropic.com/claude-code/plugin.schema.json" ,
33 "name" : " blaze" ,
44 "displayName" : " Blaze" ,
5- "version" : " 0.2.0 " ,
5+ "version" : " 0.2.1 " ,
66 "description" : " Offers a verified Solution Card from a prior agent run when the current prompt matches a solved problem." ,
77 "author" : {
88 "name" : " Blaze"
You can’t perform that action at this time.
0 commit comments