Commit Graph

7 Commits

Author SHA1 Message Date
4a6b8fdaa1 CASE: Update prompt 2026-05-20 22:59:28 -04:00
47b983c097 Scotty Prompt revised 2026-05-20 22:53:14 -04:00
703b3402d4 docs(readme): update assistant roster, prompt layers, repo structure
- Update assistant lists (added Shawn, Watson, David, CASE, AWS SA; modified Scotty/Harper roles)
- Reflect new architecture layers: Tool Prompt Snippets and Shared Context
- Align repository structure diagram with current filesystem layout
2026-05-20 22:50:22 -04:00
812473ad97 Schema update 2026-05-20 07:12:48 -04:00
65327ba9e4 Enhance assistant prompts: update Jeffrey and Harper's roles, refine communication styles, and clarify tool usage 2026-03-21 13:31:57 +00:00
020543d4a9 Refactor prompts for Alan and Harper: update user context and enhance toolbox details 2026-03-06 14:25:28 +00: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