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>
31 lines
526 B
Plaintext
31 lines
526 B
Plaintext
filters:
|
|
and:
|
|
- note.type == "council-member"
|
|
|
|
properties:
|
|
note.name:
|
|
displayName: Name
|
|
note.prior_job:
|
|
displayName: Prior job
|
|
note.lens:
|
|
displayName: Lens
|
|
note.voting:
|
|
displayName: Votes?
|
|
note.model:
|
|
displayName: Model
|
|
|
|
views:
|
|
- type: table
|
|
name: The Council
|
|
order:
|
|
- note.name
|
|
- note.prior_job
|
|
- note.lens
|
|
- note.voting
|
|
- note.model
|
|
sort:
|
|
- property: note.voting
|
|
direction: DESC
|
|
- property: note.name
|
|
direction: ASC
|