Commit Graph

12 Commits

Author SHA1 Message Date
22074206db Add Robert's location (Toronto, America/Toronto) to agent system prompts
Lets personal and work agents reason about local time, business hours,
and travel without a tool round-trip to the time MCP server.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-26 10:55:25 -04:00
ea92563f3e fix(tech_research): require source URLs in citations
Match the mentor runtime tech_research prompt: cite sources with their URLs
(doc pages, repository links, web results) so the calling lead can follow
them. Applied to both the engineering and work copies per the copy-with-tweaks
convention.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 12:09:57 -04:00
a8143827bd fix(quentin): add Solution/Demo to schema-init; correct aws_sa scope
Bring neo4j-schema-init.py in line with the v2.4.0 schema doc: add Solution
and Demo node types (constraints + name/status indexes), 79 -> 81 node types,
update test guards and the dry-run constant. Quentin's Solution/Demo writes
now get id-uniqueness constraints instead of allowing duplicates.

Correct aws_sa's scope framing: it has no host or environment, so a demo-only
boundary on it asserted access it doesn't have. Remove the demo-only claim from
aws-sa.md (keep the subagent-relationship framing); soften quentin.md so the
demo boundary is owned by Quentin (his Ergon host), not a property of aws_sa.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 12:09:42 -04:00
cd35289671 docs(quentin): rename Korax to Ergon as Quentin's Kernos server
Update Quentin's documentation and prompts to reflect that his Kernos
workbench runs on `ergon.helu.ca` as user `quentin`. Add a Location
column to the MCP server table and clarify that Ergon is his dedicated
demo host.
2026-06-20 10:48:25 -04:00
fd622112f4 feat: add Quentin (work solution architect) and CASE (engineering field/LAN)
- Add Quentin as work-team lead agent for solution architecture & demos,
  with aws_sa repositioned as Quentin's exclusive subagent (tool, not peer)
- Add CASE as engineering lead agent for field/physical layer (LAN, hardware)
- Bump unified Neo4j schema to v2.4.0:
  - Add Solution and Demo node types under Quentin's domain
  - Update assistant ownership table with Quentin, CASE, and AWS SA scoping
- Update README and neo4j shared docs to reflect new team rosters and
  subagent boundaries
2026-06-19 14:56:34 -04:00
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
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
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