fleet-memory/hindsight-docs/static
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
..
img doc: 0.4.14 (#449) 2026-02-27 15:41:08 +01:00
.nojekyll rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
get-cli fix: openclaw binds embed versioning (#256) 2026-01-30 17:23:52 +01:00
get-mcp feat: simplify mcp installation + ui standalone (#41) 2025-12-18 10:24:56 +01:00
get-skill Fix skill installer test examples to use meaningful content (#160) 2026-01-14 18:41:04 +01:00
llms.txt improve llms.txt 2025-12-10 13:55:55 +01:00
openapi.json feat: observation_scopes field to drive observations granularity (#447) 2026-02-28 10:46:21 +01:00