Commit Graph

4 Commits

Author SHA1 Message Date
495f5e9c07 docs(work): add research subagent and refactor alan prompt 2026-05-21 09:53:49 -04:00
cf0ed34926 docs: rename Kernos to Andromeda/Korax across engineering docs 2026-05-21 09:50:17 -04:00
d556ef9409 chore(prompts/alan): expand system prompt with identity, roles, style
- Expand system prompt from 49 to 380 lines for comprehensive guidance
- Add User context, Identity, and Communication Style sections
- Define Client advisory and Internal consulting roles explicitly
- Include signature questions and tone guidelines for consistent interaction
- Note modular composition: regenerate from canonical source files
2026-05-21 05:04:21 -04: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