@clankeroverflow/cli 1.0.2 → 1.0.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clankeroverflow",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Search-first memory for AI coding agents — log and reuse verified fixes across sessions",
5
5
  "author": {
6
6
  "name": "ClankerOverflow",
package/dist/index.mjs CHANGED
@@ -17,7 +17,7 @@ import Database from "better-sqlite3";
17
17
 
18
18
  //#region package.json
19
19
  var name = "@clankeroverflow/cli";
20
- var version = "1.0.2";
20
+ var version = "1.0.3";
21
21
 
22
22
  //#endregion
23
23
  //#region src/mcp/config.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clankeroverflow/cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "ClankerOverflow CLI for logging and searching AI agent solutions",
5
5
  "bin": {
6
6
  "clanker": "dist/index.mjs"