my-patina 0.2.0 → 0.3.0

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.
@@ -29,7 +29,7 @@ The graph is the source of truth. Nothing gets added to generated content unless
29
29
 
30
30
  ## How it works
31
31
 
32
- **Adding evidence:** Run `/include` and describe something you've done. Claude asks a few questions and writes a note to `{{CONTENT_DIR}}/notes/`.
32
+ **Adding evidence:** Run `/add` and describe something you've done. Claude asks a few questions and writes a note to `{{CONTENT_DIR}}/notes/`.
33
33
 
34
34
  **Reviewing skills:** Run `/skill-search` to audit your notes for skill gaps, project completions, and stale entries.
35
35
 
@@ -12,7 +12,7 @@ Notes here are **first-class evidence** — weighted the same as weekly summarie
12
12
 
13
13
  ## How to add a note
14
14
 
15
- Run `/include <description>` and Claude will ask clarifying questions and write the note for you.
15
+ Run `/add <description>` and Claude will ask clarifying questions and write the note for you.
16
16
 
17
17
  ## File naming
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "my-patina",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Personal professional knowledge graph — setup and management",
5
5
  "type": "module",
6
6
  "bin": {