@spences10/pi-sqlite-tools 0.0.10 → 0.0.11

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,12 @@
1
1
  # @spences10/pi-sqlite-tools
2
2
 
3
+ ## 0.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 599b355: Improve package README openings and descriptions to emphasize user
8
+ benefits and clarify pi-skills/pi-recall positioning.
9
+
3
10
  ## 0.0.10
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -5,10 +5,10 @@
5
5
  [![npm version](https://img.shields.io/npm/v/@spences10/pi-sqlite-tools?color=CB3837&logo=npm&logoColor=white)](https://www.npmjs.com/package/@spences10/pi-sqlite-tools)
6
6
  [![license](https://img.shields.io/npm/l/@spences10/pi-sqlite-tools)](https://www.npmjs.com/package/@spences10/pi-sqlite-tools)
7
7
 
8
- Pi extension that reminds the model to prefer `mcp-sqlite-tools` for
9
- SQLite database work instead of raw `sqlite3` shell commands. It does
10
- not start or duplicate the MCP server; it only injects workflow
11
- guidance when SQLite MCP tools are available.
8
+ Make SQLite work safer than ad-hoc shell commands. `pi-sqlite-tools`
9
+ reminds agents to use the gated `mcp-sqlite-tools` workflow for
10
+ inspecting, querying, backing up, and modifying databases instead of
11
+ raw `sqlite3` scripts.
12
12
 
13
13
  ## Installation
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spences10/pi-sqlite-tools",
3
- "version": "0.0.10",
4
- "description": "Pi extension that reminds the model to prefer mcp-sqlite-tools for SQLite database work",
3
+ "version": "0.0.11",
4
+ "description": "SQLite safety workflow reminder that steers Pi agents to use gated mcp-sqlite-tools instead of raw sqlite3",
5
5
  "keywords": [
6
6
  "database",
7
7
  "mcp",