personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

journal: add TRIGGER and Invoke via Bash; Occurrence → Activity

Post-revamp exemplar still missed a structured TRIGGER line and the
"Invoke via Bash" clause. Adds both. Also replaces the stale
"Occurrence" vocabulary row (legacy term) with "Activity" to match
the reform shipped in references/facets.md and references/storage.md.

Part of skills audit req_loq3e2lk pass 1+2.

+9 -6
+9 -6
talent/journal/SKILL.md
··· 1 1 --- 2 2 name: journal 3 3 description: > 4 - Search, find, list, and show journal data, and explain journal layout, 5 - structure, architecture, storage, facets, and `sol call journal` CLI 6 - commands. Use when the owner asks what a journal is, where content is 7 - stored, to search for meetings, list facets, or show agent output. 4 + Search the journal, list facets, and explain how the journal is laid out 5 + on disk — captures, extracts, talent outputs, apps, facets, and the 6 + search index. Also covers the `sol call journal` CLI. 7 + TRIGGER: journal, journal layout, search journal, find meeting, list 8 + facets, show agent output, captures, extracts, talents, apps, facet, 9 + indexer, activity records, sol call journal, sol call journal search, 10 + sol call journal facet. 8 11 --- 9 12 10 13 # Journal Skill 11 14 12 - Use this skill for both journal layout questions and `sol call journal` CLI work. 15 + Explore journal layout and run `sol call journal` CLI work. Invoke via Bash: `sol call journal <command> [args...]`. 13 16 14 17 ## Overview 15 18 ··· 35 38 | **Segment** | Timestamped capture window | `143022_300/` | 36 39 | **Facet** | Project/context scope | `#work`, `#personal` | 37 40 | **Entity** | Tracked person/project/tool | People, companies, tools | 38 - | **Occurrence** | Time-based event | Meetings, messages, files | 41 + | **Activity** | Completed span of one activity type | Meeting, coding session, review | 39 42 40 43 ## Top-Level Layout 41 44