@zabaca/lattice 1.0.8 → 1.0.9

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.
@@ -6,6 +6,20 @@ model: haiku
6
6
 
7
7
  Extract entities and relationships from the markdown file "$ARGUMENTS" and update its frontmatter.
8
8
 
9
+ ## Configuration
10
+
11
+ **⚠️ CRITICAL: All documentation lives in `~/.lattice/docs/`**
12
+
13
+ | Path | Purpose |
14
+ |------|---------|
15
+ | `~/.lattice/docs/` | Root documentation directory (ALWAYS use this) |
16
+ | `~/.lattice/docs/{topic}/` | Topic directories |
17
+ | `~/.lattice/docs/{topic}/*.md` | Research documents |
18
+
19
+ **NEVER use project-local `docs/` directories. ALWAYS use absolute path `~/.lattice/docs/`.**
20
+
21
+ **If the argument "$ARGUMENTS" is a relative path like `docs/topic/file.md`, convert it to `~/.lattice/docs/topic/file.md`.**
22
+
9
23
  ## IMPORTANT: Always Re-Extract
10
24
 
11
25
  Even if the document already has frontmatter with entities:
@@ -5,6 +5,18 @@ model: sonnet
5
5
 
6
6
  Identify modified documents in `~/.lattice/docs/`, extract entities from them, and sync to the knowledge graph.
7
7
 
8
+ ## Configuration
9
+
10
+ **⚠️ CRITICAL: All documentation lives in `~/.lattice/docs/`**
11
+
12
+ | Path | Purpose |
13
+ |------|---------|
14
+ | `~/.lattice/docs/` | Root documentation directory (ALWAYS use this) |
15
+ | `~/.lattice/docs/{topic}/` | Topic directories |
16
+ | `~/.lattice/docs/{topic}/*.md` | Research documents |
17
+
18
+ **NEVER use project-local `docs/` directories. ALWAYS use absolute path `~/.lattice/docs/`.**
19
+
8
20
  ## Process
9
21
 
10
22
  ### Step 1: Check What Needs Syncing
@@ -6,6 +6,19 @@ model: sonnet
6
6
 
7
7
  Research the topic "$ARGUMENTS" by first checking existing documentation, then performing new research if needed.
8
8
 
9
+ ## Configuration
10
+
11
+ **⚠️ CRITICAL: All documentation lives in `~/.lattice/docs/`**
12
+
13
+ | Path | Purpose |
14
+ |------|---------|
15
+ | `~/.lattice/docs/` | Root documentation directory (ALWAYS use this) |
16
+ | `~/.lattice/docs/{topic}/` | Topic directories |
17
+ | `~/.lattice/docs/{topic}/README.md` | Topic index |
18
+ | `~/.lattice/docs/{topic}/*.md` | Research documents |
19
+
20
+ **NEVER use project-local `docs/` directories. ALWAYS use absolute path `~/.lattice/docs/`.**
21
+
9
22
  ## Process
10
23
 
11
24
  ### Step 1: Search Existing Research
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zabaca/lattice",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Human-initiated, AI-powered knowledge graph for markdown documentation",
5
5
  "type": "module",
6
6
  "bin": {