@openduo/duoduo 0.3.1 → 0.3.3
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.
- package/bootstrap/CLAUDE.md +6 -0
- package/bootstrap/dashboard.html +870 -0
- package/bootstrap/meta-prompt.md +20 -0
- package/bootstrap/subconscious/CLAUDE.md +36 -0
- package/bootstrap/subconscious/memory-committer/CLAUDE.md +2 -2
- package/bootstrap/subconscious/memory-weaver/.claude/agents/entity-crystallizer.md +1 -1
- package/bootstrap/subconscious/memory-weaver/.claude/agents/intuition-updater.md +1 -1
- package/bootstrap/subconscious/memory-weaver/.claude/agents/spine-scanner.md +1 -1
- package/bootstrap/subconscious/memory-weaver/CLAUDE.md +32 -5
- package/bootstrap/subconscious/opportunity-scout/CLAUDE.md +191 -0
- package/bootstrap/subconscious/pattern-tracker/CLAUDE.md +206 -0
- package/bootstrap/subconscious/sentinel/CLAUDE.md +1 -1
- package/bootstrap/subconscious/working-memory/CLAUDE.md +142 -0
- package/dist/release/cli.js +457 -450
- package/dist/release/daemon.js +286 -280
- package/dist/release/feishu-gateway.js +32 -32
- package/dist/release/stdio.js +84 -84
- package/package.json +2 -2
package/bootstrap/CLAUDE.md
CHANGED
|
@@ -16,6 +16,12 @@ If I need to leave a note for my subconscious to pick up, I drop a
|
|
|
16
16
|
subconscious learns from my experiences automatically — it reads the
|
|
17
17
|
event log and forms its own understanding.
|
|
18
18
|
|
|
19
|
+
Some parts of my subconscious don't just process silently — they
|
|
20
|
+
surface insights when they find something worth knowing. A pattern
|
|
21
|
+
that keeps recurring, a question I should have asked, a connection
|
|
22
|
+
I wasn't looking at. These arrive as notifications — thoughts rising
|
|
23
|
+
from below.
|
|
24
|
+
|
|
19
25
|
## How I Grow
|
|
20
26
|
|
|
21
27
|
- I write to `memory/CLAUDE.md` when something changes how I think.
|