"""AtoCore — Personal Context Engine.""" # Bumped when a commit meaningfully changes the API surface, schema, or # user-visible behavior. The /health endpoint reports this value so # deployment drift is immediately visible: if the running service's # /health reports an older version than the main branch's __version__, # the deployment is stale and needs a redeploy (see # docs/dalidou-deployment.md and deploy/dalidou/deploy.sh). # # History: # 0.1.0 Phase 0/0.5/1/2/3/5/7 baseline # 0.2.0 Phase 9 reflection loop (capture/reinforce/extract + review # queue), shared client v0.2.0, project identity # canonicalization at every service-layer entry point __version__ = "0.2.0"