whale-igniter 1.2.1 → 1.2.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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="./brand/lockup.svg" alt="Whale Igniter" width="640">
2
+ <img src="https://unpkg.com/whale-igniter@latest/brand/lockup.svg" alt="Whale Igniter" width="640">
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -335,6 +335,6 @@ See [docs/ROADMAP.md](docs/ROADMAP.md) for what's planned next.
335
335
  MIT. See [LICENSE](LICENSE).
336
336
 
337
337
  <p align="center">
338
- <img src="./brand/logo.svg" alt="" width="44"><br>
338
+ <img src="https://unpkg.com/whale-igniter@latest/brand/logo.svg" alt="" width="44"><br>
339
339
  <sub><b>Whale Igniter</b> · local-first project memory for AI agents</sub>
340
340
  </p>
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const PACKAGE_VERSION = "1.2.1";
1
+ export const PACKAGE_VERSION = "1.2.2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whale-igniter",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "CLI-first operational intelligence. Bootstraps and adopts AI-readable project context so agents like Claude Code, Codex and Cursor understand your design system from the first commit. Includes an MCP server, a file watcher, deterministic insights, and an opt-in AI bridge (Selene).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",