cloudaxe-opencode/packages/core/src/session
Kit Langton bf5294121a refactor(core): simplify system context to a belief model
Reconcile never rewrites the baseline; only rebaseline (compaction) and
initialize (first turn) produce baseline text. The durable Applied record
tracks what the model was last told, per source.

- Incompatible stored values re-announce the source baseline as an update
  instead of forcing a full replacement
- Sources removed without removal text retain the model's belief silently;
  entries self-clean at the next rebaseline
- Rebaseline restates unobservable sources from their last-applied values
  instead of blocking; ReplacementBlocked and ReplacementReady are gone
- Rename Snapshot to Applied and Generation to Baseline {text, applied}
2026-07-02 21:20:38 -04:00
..
execution chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
runner refactor(core): dedupe context epoch initialization 2026-07-02 20:56:56 -04:00
compaction.ts feat(core): add native skill activation 2026-06-30 01:16:33 -04:00
context-epoch.ts refactor(core): simplify system context to a belief model 2026-07-02 21:20:38 -04:00
error.ts fix(core): preserve structured error messages (#33530) 2026-06-23 18:43:59 -05:00
event.ts refactor(schema): extract public event definitions (#33579) 2026-06-24 16:43:17 -04:00
execution.ts feat(core): wire v2 subagent tool (#34320) 2026-06-28 12:52:39 -04:00
history.ts feat(core): generate session titles from first prompt 2026-07-01 11:07:44 -04:00
info.ts refactor(schema): normalize module patterns (#33770) 2026-06-25 15:42:22 +00:00
input.ts refactor(core): simplify prompt inbox promotion and projection 2026-07-02 16:46:16 -04:00
instructions.ts fix(core): relativize instruction description to project root 2026-07-01 21:03:46 -04:00
message-updater.ts feat(mini): migrate mini to v2 (#34895) 2026-07-02 12:06:49 +02:00
message.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
projector.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
prompt.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
revert.ts chore: generate 2026-06-24 23:43:02 +00:00
run-coordinator.ts refactor(core): drop synchronous drain start from the coordinator 2026-07-02 21:15:15 -04:00
schema.ts refactor(schema): extract shared public schemas (#33571) 2026-06-23 22:31:06 -04:00
sql.ts refactor(core): simplify system context to a belief model 2026-07-02 21:20:38 -04:00
store.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00
title.ts feat(core): generate session titles from first prompt 2026-07-01 11:07:44 -04:00
todo.ts chore: merge dev into v2 (#34788) 2026-07-01 17:12:00 -04:00