search and ai stabilization work, localization stablized.

This commit is contained in:
master
2026-02-24 23:29:36 +02:00
parent 4f947a8b61
commit b07d27772e
766 changed files with 55299 additions and 3221 deletions

View File

@@ -235,16 +235,36 @@ public interface IBaselineResolver
* `offline kit import <tar>` — upload the kit to onâ€prem services (Concelier/Excititor).
* `offline kit status` — list current seed versions.
### 2.8 Utilities
* `config set/get` — endpoint & defaults.
* `whoami` — short auth display.
* `version` — CLI + protocol versions; release channel.
* `tools policy-dsl-validate <paths...> [--strict] [--json]`
* `tools policy-schema-export [--output <dir>] [--repo-root <path>]`
* `tools policy-simulation-smoke [--scenario-root <path>] [--output <dir>] [--repo-root <path>] [--fixed-time <ISO-8601>]`
### 2.9 Aggregation-only guard helpers
### 2.8 Utilities
* `config set/get` — endpoint & defaults.
* `whoami` — short auth display.
* `version` — CLI + protocol versions; release channel.
* `tools policy-dsl-validate <paths...> [--strict] [--json]`
* `tools policy-schema-export [--output <dir>] [--repo-root <path>]`
* `tools policy-simulation-smoke [--scenario-root <path>] [--output <dir>] [--repo-root <path>] [--fixed-time <ISO-8601>]`
### 2.8.1 User locale preference commands
* `tenants locale list [--tenant <id>] [--json]`
* Fetches tenant-visible locale catalog from Platform `GET /api/v1/platform/localization/locales`.
* Provides the canonical locale set used by both CLI and UI selection controls.
* Supports deterministic text output or JSON payload (`locales`, `count`) for automation.
* `tenants locale get [--tenant <id>] [--json]`
* Fetches the authenticated actor's persisted locale preference from Platform `GET /api/v1/platform/preferences/language`.
* Resolves tenant context from `--tenant`, then `STELLAOPS_TENANT`, then active tenant profile.
* Prints deterministic text output by default (`tenant`, `locale`, `updated`) and optional JSON payload for automation.
* `tenants locale set <locale> [--tenant <id>] [--json]`
* Writes the authenticated actor's persisted locale preference through Platform `PUT /api/v1/platform/preferences/language`.
* Supported locale set is service-validated (`en-US`, `de-DE`, `bg-BG`, `ru-RU`, `es-ES`, `fr-FR`, `uk-UA`, `zh-TW`, `zh-CN`); CLI pre-validates against the platform locale catalog when available.
* This command shares the same preference record consumed by the Web shell locale selector so locale choice follows the user across Web and CLI sessions.
### 2.9 Aggregation-only guard helpers
* `sources ingest --dry-run --source <id> --input <path|uri> [--tenant ... --format table|json --output file]`