Commit Graph

8 Commits

Author SHA1 Message Date
76ebb111f5 docs(cousteau): refactor system prompt into human reference
Restructure cousteau.md from a verbose AI system prompt into a concise
human reference document describing the agent's character, role, and
behaviors. Point readers to the actual system prompt location and
condense content from ~571 to ~175 lines while preserving key
philosophy, personality, and operational details.
2026-05-21 11:13:50 -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
71de22d3de File cleanup: Watson 2026-04-28 07:26:26 -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
fc17434d0f Remove Bowie system prompt to streamline assistant roles and enhance cultural context. 2026-03-29 20:11:57 -04:00
d2f9b309a6 Update Nate and Shawn prompts to replace 'Bowie' with 'David' for cultural context; add new David prompt for arts and culture guidance. 2026-03-29 20:11:34 -04:00
01bbd7b95f Add Shawn system prompt: personal assistant role and responsibilities 2026-03-26 20:49:24 -05:00
7859264359 Add Neo4j schema initialization and validation scripts
- Introduced `neo4j-schema-init.py` for creating the foundational schema for the personal knowledge graph used by multiple AI assistants.
- Implemented functionality for creating constraints, indexes, and sample nodes, along with comprehensive testing of the schema.
- Added `neo4j-validate.py` to perform validation checks on the Neo4j knowledge graph, including constraints, indexes, sample nodes, relationships, and junk data detection.
- Enhanced logging for better traceability and debugging during schema initialization and validation processes.
2026-03-06 14:11:52 +00:00