Skip to content

Commit 3e0201d

Browse files
committed
docs: align architecture nomenclature to Local Enclave and Project Decoupling
1 parent 1a7628b commit 3e0201d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.lore/harness/hooks/harness-guard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (['write', 'edit'].includes(toolName)) {
2323
hookSpecificOutput: {
2424
hookEventName: 'PreToolUse',
2525
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.',
2727
},
2828
});
2929
fs.writeSync(1, out + '\n');

.lore/instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Coding agent harness.
66

77
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**.
88

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**.
1010
- **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**.
1313

1414
## The Six Primitives
1515

@@ -30,7 +30,7 @@ A Lore instance is a knowledge hub. Your primary goal is to serve the operator b
3030
Use the `lore_scratch` tool to store high-signal session facts. These are volatile and will fade unless reinforced.
3131

3232
### 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:
3434
- **User**: Personal identity and private context.
3535
- **Operator**: Professional persona and interaction preferences.
3636
- **Machine**: Infrastructure facts (IPs, VLANs, tool locations).

0 commit comments

Comments
 (0)