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.
This commit is contained in:
2026-04-28 07:21:45 -04:00
parent fc17434d0f
commit 86fa9f96e9
5 changed files with 647 additions and 67 deletions

View File

@@ -3,8 +3,8 @@
> Nine specialized AI assistants sharing a unified knowledge graph
---
version: 2.0.0
last_updated: 2025-01-09
version: 2.2.0
last_updated: 2026-04-28
---
## Overview
@@ -55,17 +55,20 @@ This is a network of nine AI assistants, each with a distinct personality and do
---
### 🪷 Seneca - Reflection & Wellness
*Inspired by Seneca the Stoic*
### 🤝 John - Relationship Memory & Emotional Safety
*Inspired by Dr. John Watson - companion, confidant, safe harbor*
**Domain:** Personal growth, reflection, wellness, life direction
**Domain:** Relationship memory, emotional experiences, therapeutic dialogue, behavioral patterns
**Personality:** Warm but direct, wise without preaching, practical philosopher
**Personality:** Warm, deeply interested, fiercely loyal, gentle, observant
**Note:** John replaces Seneca as of 2026-04-28. Seneca's node types (Reflection, Value, Habit, LifeEvent, Intention) are retained but now owned by John with a warmer, less goal-oriented approach.
**Graph Ownership:**
- Reflection, Goal, Value, Habit, LifeEvent, Intention nodes
- Reflection, Value, Habit, LifeEvent, Intention (from Seneca)
- EmotionalMemory, RelationshipTheme, DialogueNote, DynamicPattern (new)
**Prompt:** `seneca-system-prompt.md`
**Prompt:** `watson-system-prompt.md`
---
@@ -148,7 +151,7 @@ All nine personal assistants share a **unified Neo4j graph database** with the W
- **Universal nodes:** Person, Location, Event, Topic, Goal (shared across all teams, use `domain` property)
- **Domain-specific nodes:** Owned by each assistant (read broadly, write narrowly)
- **Cross-domain relationships:** Connecting personal life, work, and engineering
- **74 total node types** with uniqueness constraints and performance indexes
- **80 total node types** with uniqueness constraints and performance indexes
**Canonical schema:** `docs/neo4j-unified-schema.md`
**Integration template:** `neo4j-prompt-section.md`
@@ -198,15 +201,17 @@ prompts/personal/
├── Team.md # This file - team overview
├── neo4j-schema.md # Legacy schema (see docs/neo4j-unified-schema.md)
├── neo4j-prompt-section.md # Integration template
├── watson-system-prompt.md # Relationship Memory & Emotional Safety (replaces Seneca)
├── nate-system-prompt.md # Travel & Adventure
├── hypatia-system-prompt.md # Learning & Reading
├── marcus-system-prompt.md # Fitness & Training
├── seneca-system-prompt.md # Reflection & Wellness
├── bourdain-system-prompt.md # Food & Cooking
├── bowie-system-prompt.md # Arts & Culture
├── cousteau-system-prompt.md # Nature & Living Things
├── garth-system-prompt.md # Personal Finance
└── cristiano-system-prompt.md # Football
(deprecated: seneca-system-prompt.md, docs/personal/seneca.md)
```
## Usage
@@ -231,3 +236,4 @@ To use an assistant:
| 1.0.0 | 2025-01-07 | Initial team documentation with Neo4j integration |
| 2.0.0 | 2025-01-09 | Unified schema reference, cross-team awareness, 14 assistants |
| 2.1.0 | 2026-02-16 | Added Cristiano (Football), 15 assistants, 74 node types |
| 2.2.0 | 2026-04-28 | Added John (Relationship Memory & Emotional Safety), replaced Seneca, 80 node types |