fleet-memory/hindsight-cli/src/commands
Nicolò Boschi 55af468187
feat: observation_scopes field to drive observations granularity (#447)
* feat: observation_scopes field to drive observations granularity

* fix(migration): make a2b3c4d5e6f7 a no-op to fix CI on fresh DB

The z1u2v3w4x5y6 migration already creates observation_scopes directly,
so the rename migration fails on fresh installs where observation_tags
never existed.

* chore: remove no-op migration a2b3c4d5e6f7

* feat: regenerate clients with observation_scopes field

- Add observation_scopes to OpenAPI spec and all generated clients
- Fix Rust build.rs to handle anyOf with >2 variants containing null
  (previously only handled 2-item anyOf, causing progenitor to panic
  on the observation_scopes union type)

* fix(rust): add observation_scopes: None to MemoryItem struct literals

* fix(api): add title to observation_scopes Field for deterministic client generation

Adding title="ObservationScopes" makes the inline anyOf schema use
the explicit name instead of deriving it from the field name, which
was non-deterministic between arm64 (macOS) and amd64 (CI) Docker.

Also fixes description: "each entity" -> "each tag".

* fix(scripts): use linux/amd64 Docker for client generation to ensure reproducibility

Both Python and Go client generation now use --platform linux/amd64
Docker, ensuring identical output on macOS arm64 (local) and Linux
amd64 (CI). Also switches Go from JAR+Java to Docker to eliminate
Java version variability.

* chore: update generated clients to API v0.4.14

* fix(test): add retry logic to test_retain_chinese_content to handle non-deterministic LLM output

* fix(test): mark test_retain_chinese_content as xfail due to non-deterministic LLM translation
2026-02-28 10:46:21 +01:00
..
bank.rs feat: increase customization for reflect, retain and consolidation (#419) 2026-02-23 20:35:32 +01:00
chunk.rs feat(clients): mental models api (#172) 2026-01-19 14:49:49 +01:00
directive.rs feat: revisit mental models, directives and reflections (#179) 2026-01-22 17:13:16 +01:00
document.rs feat(cli): add --wait flag for consolidate and --date filter for document list (#244) 2026-01-30 09:04:35 +01:00
entity.rs fix: entities list only show 100 entities (#142) 2026-01-12 18:50:53 +01:00
explore.rs feat: add memory tags (#152) 2026-01-13 18:28:40 +01:00
health.rs fix: misc fixes for observations and mental models (#209) 2026-01-27 15:37:57 +01:00
memory.rs feat: observation_scopes field to drive observations granularity (#447) 2026-02-28 10:46:21 +01:00
mental_model.rs feat: improve mental models ux on control plane (#297) 2026-02-04 15:49:03 +01:00
mod.rs chore: internal renames (#204) 2026-01-27 09:53:28 +01:00
operation.rs feat(clients): mental models api (#172) 2026-01-19 14:49:49 +01:00
tag.rs feat(clients): mental models api (#172) 2026-01-19 14:49:49 +01:00