fossel 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Fossyl
1
+ # Fossel
2
2
 
3
- Fossyl is a local MCP (Model Context Protocol) memory server for open-source contributors. It stores project-specific context such as reviewer preferences, bug fixes, conventions, decisions, and issue notes in a local SQLite database with FTS5 search.
3
+ Fossel is a local MCP (Model Context Protocol) memory server for open-source contributors. It stores project-specific context such as reviewer preferences, bug fixes, conventions, decisions, and issue notes in a local SQLite database with FTS5 search.
4
4
 
5
5
  ## Features
6
6
 
@@ -69,6 +69,6 @@ Add this to your Cursor MCP configuration:
69
69
 
70
70
  ## Notes
71
71
 
72
- - Fossyl is local-first: data remains on your machine.
72
+ - Fossel is local-first: data remains on your machine.
73
73
  - FTS5 is used for V1 search (no `sqlite-vec`).
74
74
  - Optional: set `FOSSYL_DB_PATH` to override the default database path for testing.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fossel",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Local MCP memory server for open-source contributors",
5
5
  "type": "module",
6
6
  "files": [