thoth-plugin 1.2.5 → 1.2.6

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,8 +1,12 @@
1
1
  ---
2
2
  name: thought-router
3
3
  description: Route unstructured thoughts, brain dumps, and quick captures to their correct home in the knowledge base.
4
- triggers:
5
- - "dump:
4
+ triggers:
5
+ - "dump:"
6
+ - "brain dump"
7
+ - "quick thought"
8
+ - "capture this"
9
+ - "route this"
6
10
  created: 2026-01-09
7
11
  updated: 2026-01-10
8
12
  ---
@@ -1,8 +1,12 @@
1
1
  ---
2
2
  name: thought-router
3
3
  description: Route unstructured thoughts, brain dumps, and quick captures to their correct home in the knowledge base.
4
- triggers:
5
- - "dump:
4
+ triggers:
5
+ - "dump:"
6
+ - "brain dump"
7
+ - "quick thought"
8
+ - "capture this"
9
+ - "route this"
6
10
  created: 2026-01-09
7
11
  updated: 2026-01-10
8
12
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thoth-plugin",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Thoth - Root-level life orchestrator for OpenCode. Unified AI chief of staff combining Sisyphus execution quality, Personal-OS rhythms, and Thoth relationship model.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",