fleet-memory/hindsight-docs/docs/developer
Nicolò Boschi 5b52a84fff
chore: internal renames (#204)
This commit renames the terminology across the entire codebase:
- "mental models" (fact_type='mental_model' in memory_units) → "observations"
- "reflections" table (stored reflect responses) → "mental_models"

Changes include:
- Database migration to rename tables, indexes, and constraints
- API endpoints: /reflections → /mental-models, /mental-models → /observations
- Config: ENABLE_MENTAL_MODELS → ENABLE_OBSERVATIONS
- Response models and Pydantic classes
- Reflect agent tools and prompts
- Control plane UI and routes
- Documentation and examples
- Regenerated OpenAPI spec and client SDKs (Python, TypeScript)
- Rust CLI: reflection commands → mental-model commands
- LiteLLM: updated fact_types documentation
2026-01-27 09:53:28 +01:00
..
api chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
admin-cli.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
configuration.md doc: mental models (#199) 2026-01-26 14:27:08 +01:00
development.md rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
extensions.md doc: add documentation for extensions (#62) 2025-12-22 11:58:05 +01:00
index.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
installation.md feat: new 'worker' service (#176) 2026-01-20 10:17:56 +01:00
mcp-server.md fix docs build 2025-12-11 12:54:36 +01:00
models.md doc: mental models (#199) 2026-01-26 14:27:08 +01:00
monitoring.md doc: mental models (#199) 2026-01-26 14:27:08 +01:00
multilingual.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
observations.mdx chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
performance.md bump pg0 0.11.x and improve documentation (#33) 2025-12-16 13:33:01 +01:00
rag-vs-hindsight.md doc: mental models (#199) 2026-01-26 14:27:08 +01:00
reflect.mdx chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
retain.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
retrieval.md chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
services.md doc: mental models (#199) 2026-01-26 14:27:08 +01:00
storage.md bump pg0 0.11.x and improve documentation (#33) 2025-12-16 13:33:01 +01:00