documentation#
deeper dive into phi's design and implementation.
contents#
- architecture.md - system design and data flow
- memory.md - thread context vs episodic memory
- mcp.md - model context protocol integration
- testing.md - testing philosophy and approach
reading order#
- start with architecture.md for overall system understanding
- read memory.md to understand the key design insight (two memory systems)
- read mcp.md to see how bluesky integration works
- read testing.md for quality assurance approach
each doc is self-contained and can be read independently.