@spences10/pi-sqlite-tools 0.0.1 → 0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @spences10/pi-sqlite-tools
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 627f483: Standardize package READMEs with npm badges, Vite+/Vitest
8
+ messaging, installation, and development docs.
9
+
10
+ ## 0.0.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 5c37302: Align workspace Pi dependencies and group Renovate updates
15
+ to prevent duplicate extension API types.
16
+
3
17
  ## 0.0.1
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -1,12 +1,15 @@
1
1
  # @spences10/pi-sqlite-tools
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/@spences10/pi-sqlite-tools?color=CB3837&logo=npm)](https://www.npmjs.com/package/@spences10/pi-sqlite-tools)
4
+ [![built with Vite+](https://img.shields.io/badge/built%20with-Vite+-646CFF?logo=vite&logoColor=white)](https://viteplus.dev)
5
+ [![tested with Vitest](https://img.shields.io/badge/tested%20with-Vitest-6E9F18?logo=vitest&logoColor=white)](https://vitest.dev)
6
+
3
7
  Pi extension that reminds the model to prefer `mcp-sqlite-tools` for
4
- SQLite database work instead of raw `sqlite3` shell commands.
8
+ SQLite database work instead of raw `sqlite3` shell commands. It does
9
+ not start or duplicate the MCP server; it only injects workflow
10
+ guidance when SQLite MCP tools are available.
5
11
 
6
- This package does **not** start the MCP server and does **not**
7
- duplicate its tools. `mcp-sqlite-tools` remains the source of truth;
8
- this extension only injects workflow guidance when SQLite MCP tools
9
- are available.
12
+ Maintained in the `my-pi` Vite+ workspace and tested with Vitest.
10
13
 
11
14
  ## Installation
12
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spences10/pi-sqlite-tools",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Pi extension that reminds the model to prefer mcp-sqlite-tools for SQLite database work",
5
5
  "keywords": [
6
6
  "database",
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@mariozechner/pi-coding-agent": "^0.70.2"
32
+ "@mariozechner/pi-coding-agent": "^0.70.6"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^25.6.0",