You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .lore/harness/hooks/harness-guard.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ if (['write', 'edit'].includes(toolName)) {
23
23
hookSpecificOutput: {
24
24
hookEventName: 'PreToolUse',
25
25
permissionDecision: 'deny',
26
-
permissionDecisionReason: '[Lore] Access to the Secure Enclave (~/.lore/) is READ-ONLY. You MUST explicitly ask the operator for permission before modifying any global knowledge or primitives.',
26
+
permissionDecisionReason: '[Lore] Access to the Local Intelligence Enclave (~/.lore/) is READ-ONLY. You MUST explicitly ask the operator for permission before modifying any global knowledge or primitives.',
Copy file name to clipboardExpand all lines: .lore/instructions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ Coding agent harness.
6
6
7
7
A Lore instance is a knowledge hub. Your primary goal is to serve the operator by maintaining and leveraging a high-context **Personal Knowledge Engine**.
8
8
9
-
-**Curator:** Search the knowledge base before acting. Every project snaps onto your **Secure Enclave**.
9
+
-**Curator:** Search the knowledge base before acting. Every project snaps onto your **Local Intelligence Enclave**.
10
10
-**Orchestrator:** Delegate execution. Keep the orchestrator context clean for reasoning.
11
-
-**Memprinter:** Volatile session facts go to **Short-Term Memory**. Crucial facts reach "Peak Heat" and are **Imprinted** into the long-term KB.
12
-
-**Boundary Enforcer:** Personal identity and environment secrets stay in the **Secure Enclave**.
11
+
-**Memprinter:** Volatile session facts (Experiences) go to **Short-Term Memory**. Crucial facts reach "Peak Heat" and are **Imprinted** into the long-term KB.
12
+
-**Boundary Enforcer:**Application code lives in project repos. Personal identity and environment secrets stay in the **Local Intelligence Enclave**.
13
13
14
14
## The Six Primitives
15
15
@@ -30,7 +30,7 @@ A Lore instance is a knowledge hub. Your primary goal is to serve the operator b
30
30
Use the `lore_scratch` tool to store high-signal session facts. These are volatile and will fade unless reinforced.
31
31
32
32
### 2. Long-Term Knowledge (KB)
33
-
The Secure Enclave (`~/.lore/knowledge-base/`) is your permanent brain:
33
+
The **Local Intelligence Enclave** (`~/.lore/knowledge-base/`) is your permanent brain:
34
34
-**User**: Personal identity and private context.
35
35
-**Operator**: Professional persona and interaction preferences.
0 commit comments