Consolidate IR/index storage to a single project .codc with root HOOK.toml#93
Merged
Conversation
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/e13fd319-117a-4f4f-9d62-8b94390adb90 Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/e13fd319-117a-4f4f-9d62-8b94390adb90 Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/e13fd319-117a-4f4f-9d62-8b94390adb90 Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4406dea4-5099-4330-8990-ed9e8f0ac13b Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4406dea4-5099-4330-8990-ed9e8f0ac13b Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4406dea4-5099-4330-8990-ed9e8f0ac13b Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/4406dea4-5099-4330-8990-ed9e8f0ac13b Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/48b0c447-3fad-45cc-b283-44f5c1288492 Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Agent-Logs-Url: https://github.com/DanexCodr/Coderive/sessions/48b0c447-3fad-45cc-b283-44f5c1288492 Co-authored-by: DanexCodr <216312766+DanexCodr@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
DanexCodr
April 13, 2026 02:54
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The storage model is now project-scoped instead of root-unit scoped: one
.codcper project, nos_idx, and one shared index entry. The index is now stored asHOOK.tomlat the container root (not underidx/).Container topology
.codcselection from per-root-unit files to a single project container:src/bin/project.codc<unit>/<Class>.codbIndex topology
s_idxfallback path.HOOK.tomlat.codcrootRead/write path updates
IRManagernow resolves index entry name directly toHOOK.toml(noidx/prefix).Indexload/save flow now targets the single shared container index document.