Skip to content

feat(context): add CPG-03 projection continuation epoch - #18

Open
Wibias wants to merge 3 commits into
agent/context-projection-cp02from
agent/context-projection-cp03
Open

feat(context): add CPG-03 projection continuation epoch#18
Wibias wants to merge 3 commits into
agent/context-projection-cp02from
agent/context-projection-cp03

Conversation

@Wibias

@Wibias Wibias commented Aug 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • Stack CPG-03 on CPG-02.
  • Add a test-first contract for the small continuation policy latch required to keep live projection representation stable across previous_response_id chains.
  • Legacy chains without projection metadata must stay unprojected; unknown policies fail open to disabled; emergency disable can suspend an active epoch immediately.
  • Persist only the versioned policy metadata, including through snapshot/spill. No receipts, refs, cursors, hashes, previews, or tool-result content are added by this state.

Stack

TDD

  • Initial commit is deliberately RED until epoch/state support is implemented.

@github-actions

Copy link
Copy Markdown

Deterministic PR hygiene checks passed.

@github-actions github-actions Bot added the enhancement New feature or request label Aug 15, 2026
@github-actions github-actions Bot changed the title feat(context): add CP-03 projection continuation epoch feat(context): add CPG-03 projection continuation epoch Aug 16, 2026
@github-actions
github-actions Bot force-pushed the agent/context-projection-cp03 branch from 0d31926 to 8d66dad Compare August 16, 2026 02:10
@Wibias
Wibias force-pushed the agent/context-projection-cp02 branch from c325a50 to b75ab24 Compare August 16, 2026 02:58
@Wibias
Wibias force-pushed the agent/context-projection-cp03 branch from 8d66dad to 13400b1 Compare August 16, 2026 03:04
@Wibias
Wibias marked this pull request as ready for review August 16, 2026 03:13
@github-actions
github-actions Bot force-pushed the agent/context-projection-cp02 branch from 8a4ce6d to 9717ab5 Compare August 16, 2026 04:59
@coderabbitai

coderabbitai Bot commented Aug 16, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (2)
  • ^dev$
  • ^preview$

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 7425ebd8-864a-4aed-80ba-192dcdc9200c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions
github-actions Bot force-pushed the agent/context-projection-cp03 branch from d5e8696 to 1428564 Compare August 16, 2026 05:00
@Wibias
Wibias force-pushed the agent/context-projection-cp03 branch from 1428564 to 2dfb9ad Compare August 16, 2026 20:42
@Wibias
Wibias force-pushed the agent/context-projection-cp02 branch from c6b96b7 to addb3dd Compare August 16, 2026 23:19
Wibias added 3 commits August 17, 2026 01:19
User-facing mode on should not invent a third algorithm. Treat it as a recovery epoch so later layers can collapse duplicates first and then project the remaining large result.
@Wibias
Wibias force-pushed the agent/context-projection-cp03 branch from 2dfb9ad to c416df2 Compare August 16, 2026 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant