Files
council/council-sessions.base
T
jpmschweitzerandClaude Opus 4.7 14ca917e1b add member memory scaffolding and Obsidian Bases
One directory per member under members/, each with persona.md carrying
the queryable frontmatter the Bases filter on. Voting members also
have empty-with-header journal.md, on-the-user.md, and revisit.md —
seeded so the Phase-5 memory batch always has a target file to append
to without creating it from scratch. Researcher and Scribe have
persona only (they write session files, not journals).

council-sessions.base indexes sessions/<slug>/outcome.md files by date,
winner, tied, and per-phase clarification flags.

council-members.base renders the roster with prior job, lens, and
voting status.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 15:26:31 +02:00

40 lines
806 B
Plaintext

filters:
and:
- note.type == "council-session"
properties:
note.date:
displayName: Date
note.problem:
displayName: Question
note.winner:
displayName: Winner
note.tied:
displayName: Tied
note.tie_broken_by_user:
displayName: User tiebreak?
note.had_research_gap_round:
displayName: Extra research?
note.had_phase1_clarification:
displayName: Phase-1 clarif?
note.had_phase2_clarification:
displayName: Phase-2 clarif?
note.had_phase3_clarification:
displayName: Phase-3 clarif?
note.tags:
displayName: Tags
views:
- type: table
name: All sessions
order:
- file.name
- note.date
- note.problem
- note.winner
- note.tied
- note.tags
sort:
- property: note.date
direction: DESC