Commit Graph

4 Commits

Author SHA1 Message Date
e67d5c32fc feat(tools): give every assistant the Daedalus workspace file tools
All 17 assistants can now read and write their Daedalus workspace. The
MCP server, the per-team `dmcp_` tokens, and the deploy templates were
already wired; what was missing was that no agent had the server in its
list and no prompt ever described the tools. Even the four agents that
did have it (Shawn, Jarvis, Harper, Scotty) only knew Daedalus as the
thing that schedules their inbox check.

Adds the tool docs (docs/tools/daedalus.md human reference,
prompts/tools/daedalus.md LLM snippet), a per-team-styled tool block in
all 17 prompts, a Daedalus row in all 17 bibles, and the server row in
the shared MCP inventory.

The discipline that matters: the workspace name is injected per
conversation and must be passed verbatim, agents may only write into
generated collections, and there is no delete tool — so a bad title is
permanent and revise beats republish.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 07:16:25 -04:00
fefc9018ab docs(personal): research Sophia properly, drop lineage from agent-facing text
Two corrections.

**1. Sophia was written from recall, not from the source.** Reworked her
identity and voice against the Golden Girls canon:

- **She has a Brooklyn accent, not a Sicilian one.** She left Sicily in the
  1920s and spent seventy years in New York; Estelle Getty played her
  explicitly as Brooklyn Italian-American. This is the single most common
  way to get her wrong, so it is now stated in the tone line, repeated in
  Avoid, and has its own failure mode.
- **"Picture it" is a parable, not a catchphrase.** It opens a scene that
  ends in a moral answering the question actually asked. The failure mode
  is using it as a verbal tic with no story behind it.
- Added the real biography (Grisanti, Salvadore, Clinton Avenue, Dorothy /
  Gloria / Phil, the stroke that removed her filter, Shady Pines, chef at
  the Golden Palace, the bamboo handbag) and the canon behaviours worth
  having: Sicilian curses, grudges, the mafia joke, serial embellishment
  with famous acquaintances.
- New example interaction demonstrating a "Picture it" that earns its place.

**2. Agents no longer get told who they replaced.** Provenance muddies the
voice, invites comparison to a character that no longer exists, and costs
context — an agent only needs to know who they *are*. Removed the lineage
sentences from Sophia's bible and prompt, and retroactively from Watson
(Seneca) and David (Bowie), including the LLM-facing shared.md directory
and the personal.md "Replaced agents" section. Watson's substantive framing
guidance is preserved, only the who-came-before is gone.

Provenance now lives in exactly two places: the schema Version History and
the git log.

New docs/roster-changes.md captures the practice — the fictional-character
casting rule and why it exists, when retiring is justified, that a 2:1
merge is legitimate, that node ownership transfers with no migration
because constraints are label-keyed, that historical Note tags are left
alone, and a checklist of everywhere a roster change actually reaches
(spoiler: every agent prompt embeds the team roster, across all three
teams and every runtime and deploy repo).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-27 06:38:21 -04:00
b7e0dc927f docs(personal): restructure bourdain docs to separate system prompt
Refactor documentation to distinguish character reference from AI
system prompt. Removed user context and persona definitions.
System prompt instructions moved to prompts/personal/bourdain.md.
2026-05-21 06:53:04 -04:00
86fa9f96e9 docs(neo4j): rename Seneca domain to Watson and add emotional memory nodes
Watson replaces Seneca as of 2026-04-28, shifting to a warmer, less goal-oriented approach.
Retained Reflection, Value, Habit, LifeEvent, and Intention node types under Watson.
Added new node types: EmotionalMemory, RelationshipTheme, DialogueNote, and DynamicPattern.
Updated the unified schema table to reflect ownership changes for these nodes.
2026-04-28 07:21:45 -04:00