-
Notifications
You must be signed in to change notification settings - Fork 2
Operations Memory
Back to Home. Related: Deployment-and-Security, Development-Workflow.
This page is the shared durable operational memory for Claude and Codex. Some entries were imported from Claude's historical per-project memory archive, but this wiki is the actionable source; do not require access to that archive to use an entry safely.
-
bash-grep-intercepted: preferrg; old Claude shell hooks made pipedgrepunreliable. -
playwright-e2e-ci-only: full Playwright engines may not launch locally; CI is authoritative for the three-browser gate. -
e2e-harness-bare-imports: raw-ESM harnesses need import maps for bundled deps. -
extraction-drops-perfile-coverage: extraction can reveal previously hidden uncovered functions; inspect lcov FN/FNDA rather than weakening the gate. -
local-ui-harness-verify: a throwaway import-map harness can verify UI without ClickHouse; screenshots must stay inside the workspace. -
node25-localstorage-test-flake: the historical Node 25 flake was fixed; treat new failures as regressions. -
ui-snapshot-capture: the canonical 30-shot review set is specified bydocs/ui-snapshots/CAPTURE-SPEC.md. -
safari-zoom-divergenceandscrollbar-zoom-resolution: real Safari differs from Chromium/Playwright WebKit for CSS zoom; runtime viewport calibration is intentional and standard scrollbar styling caused regressions. -
safari-mcp-selenium-setup: real-Safari testing uses theselenium-safariMCP, which only binds in a fresh Claude session (needs~/.claude.jsonentry, warm npx cache,safaridriver --enable); Chrome/Firefox MCPs load normally.
-
forward-work-tracking-model: roadmap #68 and GitHub issues own forward work;docs/is public, not an internal tracker. -
ship-branch-off-diverged-main: branch fromorigin/mainwhen local main has diverged rather than destructively reconciling it. -
ship-background-finalizationandship-phase-run-learnings: concurrent ship agents can mutate git state; use isolated worktrees, explicit read-only review boundaries, and verify diff/log/PR state after every batch. -
editor-roadmap: CM6/EditorPort migration is settled; no SQL on keystrokes and no second UI framework. -
dashboard-epic-phase-numbering-and-filter-design: records the current typed parameter, optional-block, panel registry, and dashboard issue dependencies.
-
otel-demo-cluster-status(verified 2026-07-13): the OTEL stack runs in thedemonamespace.chi otelisCompleted;chi-otel-otel-0-0-0is2/2Running. The OpenTelemetry collector, Altinity MCP, Superset, and its PostgreSQL pod are ready. Check it with:kubectl -n demo get chi otel kubectl -n demo get pods | rg 'otel|superset-otel' kubectl -n demo get endpointslices \ -l kubernetes.io/service-name=otel-collector-opentelemetry-collector
The collector service intentionally exposes Jaeger UDP (
6831) alongside TCP OTLP/Jaeger/Zipkin ports, but the cluster LoadBalancer implementation rejects mixed protocols. Its external address remains pending withSyncLoadBalancerFailed: mixed protocol is not supported for LoadBalancer. In-cluster endpoints are ready, including OTLP gRPC4317and OTLP HTTP8080. Keep internal clients on the ClusterIP service; external ingestion requires separate TCP and UDP Services (or another supported exposure method). -
otel-sql-browser-deploy(verified 2026-07-13): the edge proxy advertisesotel.demo.altinity.cloudandotel.demo.altinity.comfor the TLS service viaclickhouse-otel-443annotations. The OTEL ClickHouse installation is currently single-host, so deploy the verifieddist/sql.htmldirectly tochi-otel-otel-0-0-0:/var/lib/clickhouse/user_files/sql.html. Stage it in/tmp, retain a timestampedsql.html.bak-*backup inuser_files, then atomically rename the staged copy into place. Do not restart ClickHouse for an asset-only update. Verify both the on-pod checksum and the/sqlresponse checksum. Re-check the pod name and host count before every deployment:kubectl -n demo get chi otel kubectl -n demo get pods -l clickhouse.altinity.com/chi=otel # Run from a network permitted to reach the edge proxy. curl -fsS https://otel.demo.altinity.cloud/sql | shasum -a 256
-
deploy-sql-browser-demo-clusters: upload built HTML intouser_files; known demo paths differ by cluster. As of the v0.5.0 release (2026-07-15), all three demo clusters are onv0.5.0; github.demo's served file is now the standardsql.html(previouslygithub-play-sql.html, kept in place but unreferenced) — antalya intentionally keeps its ownplay-sql.html. Cut a release by renaming[Unreleased]→[x.y.z] - <date>inCHANGELOG.md, bumpingpackage.json, committingchore(release): x.y.z, and pushing an annotatedvX.Y.Ztag tomain(triggersrelease.yml+ci.yml); confirm with the user before the push, since a tag push is not easily reversible. -
sql-browser-dashboard-route-regression: a demo cluster'sconfig.dHTTP handler regex must accept/sql/dashboard, not just/sql— a config rollback (e.g. reverting an OAuth provider change) can silently regress this even after it was fixed once. If a cluster 404s on/sql/dashboard("There is no handle..."), check the livehttp_handlersregex viaGET /cluster/{id}/settingsbefore assuming the app is broken; fix by editing the<url>regex:...</url>to^/sql(/dashboard)?/?$(or with a trailing(\?.*)?for query strings, as otel uses) viaacmctl+ cluster push, which restarts the pod — confirm with the user first on github.demo given github-demo-sql-browser-and-backup-landmine. -
deploy-mechanics-acm-settings: apply managedconfig.dthrough ACM settings, not Kubernetes ConfigMaps. -
acmctl-gotchas-and-instability: bodyless raw calls historically required closed stdin; delete-only pushes can be lazy until a real change occurs. -
cl-wrapper-stdin: feed local SQL to~/bin/cl <cluster>through stdin; a local--queries-filepath does not exist inside the pod. -
clickhouse-param-path-grammar: live 26.3 grammar probes are the basis for parameter serialization; consult the full memory before parser changes. -
clickhouse-datalake-catalog-hidden-from-system-tables: catalog tables needshow_data_lake_catalogs_in_system_tables = 1. -
library-demo-generator-gotchas: documents client parameter binding, schema key extraction, permissions, and browser upload traps. -
github-demo-sql-browser-and-backup-landmine: a revoked backup S3 key can make ClickHouse restart fail; inspect this memory before operating github.demo. -
antalya-two-idp-bearer-plus-basic: the two-IdP experiment was reverted to Google-only, but its username-collision lesson remains valid. -
antalya-oauth-demo-role-grants: demo privileges come through replicated roles; the shared role includes temporary-table creation for multiquery sessions.
sql-browser-design-source: the design/product source of truth is now
DESIGN.md and PRODUCT.md at the repo root
(committed on main). The former external Claude Design (DesignSync) project is
deprecated and slated for deletion — do not use it as the spec.
Memory is historical and can stale. Re-verify live infrastructure and GitHub state before mutation, especially pages that include dates, versions, or cluster IDs. Add new durable learnings here or to the more specific wiki page, following Maintaining-This-Wiki.
Rules source of truth: CLAUDE.md. Shared durable memory: this wiki (see Operations-Memory). Claude native memory may hold supplementary historical detail only. Re-verify anything with a date, version, or cluster ID before acting. Distilled 2026-07-12.
Orientation
Working here
Operations
Meta