Skip to content

Commit 5ae9342

Browse files
authored
Scope benchmark claim and release v0.2.1 (#3)
1 parent e81b10e commit 5ae9342

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
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",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
https://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

1212
When an agent starts a task, Blaze checks whether an earlier verified solution fits the
1313
same problem and stack. It returns the trap, the procedure, and the check that proved the

install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

plugins/claude-code/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)