Skip to content

publish: integrate validated repair line - #22

Closed
tom-sapletta-com wants to merge 91 commits into
mainfrom
publish/validated-repair-031
Closed

publish: integrate validated repair line#22
tom-sapletta-com wants to merge 91 commits into
mainfrom
publish/validated-repair-031

Conversation

@tom-sapletta-com

Copy link
Copy Markdown
Contributor

Summary

  • publish the already validated integration branch to main
  • include the completed governance standard adoption and GLM 5.2 Validator/Koru policy
  • consolidate repaired core, extractor, LLM, runtime, interface and repository-identity slices
  • supersede the stale aggregate and stacked PRs that still target the pre-governance main

Evidence

Cleanup

After this exact head passes required checks and Validator App review, it supersedes #3, #4, #5, #7, #8, #9, #10, #19 and #20. PR #21 remains a separate newer refactor and is not included.

Statistics: 54 files changed, 15703 insertions, 13468 deletions

Summary:
- Dirs: src=31, project=20, .=3
- Exts: .ts=31, .yaml=7, .md=6, .mmd=3, .png=3, .html=1
- A/M/D: 21/33/0
- Added: project2.sh, src/communication/llm/implementation.ts, src/communication/llm/index.ts, src/core/schema/code-change.ts, src/core/schema/conclusions.ts, src/core/schema/constants.ts, src/core/schema/index.ts, src/core/schema/intent.ts ...
- Symbols: unknown, isNestedCheckout, planIds, oldIndex, expectedRemaining

Added files:
- project2.sh (+79/-0)
- src/communication/llm/implementation.ts (+514/-0)
- src/communication/llm/index.ts (+1/-0)
- src/core/schema/code-change.ts (+322/-0)
- src/core/schema/conclusions.ts (+210/-0)
- src/core/schema/constants.ts (+31/-0)
- src/core/schema/index.ts (+4/-0)
- src/core/schema/intent.ts (+276/-0)
- src/core/schema/utils.ts (+219/-0)
- src/core/types/code-change.ts (+221/-0)
- src/core/types/diagnostics.ts (+45/-0)
- src/core/types/index.ts (+4/-0)
- src/core/types/intent.ts (+258/-0)
- src/core/types/pipeline.ts (+173/-0)
- src/semantic/reranker/candidate.ts (+200/-0)
- src/semantic/reranker/index.ts (+8/-0)
- src/semantic/reranker/result.ts (+264/-0)
- src/semantic/reranker/types.ts (+106/-0)
- src/semantic/reranker/validation.ts (+111/-0)
- src/synthesis/code-change-plan/implementation.ts (+1310/-0)
- ... and 1 more

Modified files:
- README.md (+4/-6)
- TODO.md (+3/-3)
- project/README.md (+5/-5)
- project/analysis.toon.yaml (+174/-194)
- project/calls.mmd (+933/-867)
- project/calls.png (+0/-0)
- project/calls.toon.yaml (+359/-264)
- project/calls.yaml (+4513/-3702)
- project/compact_flow.mmd (+10/-5)
- project/compact_flow.png (+0/-0)
- project/context.md (+161/-156)
- project/evolution.toon.yaml (+30/-30)
- project/flow.mmd (+24/-24)
- project/flow.png (+0/-0)
- project/index.html (+2/-2)
- project/map.toon.yaml (+1955/-1715)
- project/mermaid.export (+1132/-1127)
- project/planfile-tickets.yaml (+964/-708)
- project/project.toon.yaml (+28/-28)
- project/prompt.txt (+4/-6)
- ... and 13 more

Implementation notes (heuristics):
- Type inferred from file paths + diff keywords + add/delete ratio
- Scope prefers 'goal' when goal/* is touched; otherwise based on top-level dirs
- For <=6 files: generate short per-file notes from added lines (defs/classes/click options/headings)
- A/M/D derived from git name-status; per-file +X/-X from git numstat
tom-sapletta-com and others added 24 commits August 4, 2026 15:05
feat(governance): trust exact-head Validator App reviews
feat(llm): scale OpenRouter request timeout
docs(ticket-034): record validated publication
docs(ticket-018): record validator publication blocker
docs(ticket-018): complete governance publication
@tom-sapletta-com

Copy link
Copy Markdown
Contributor Author

Porządkowanie kolejki zakończone: historyczne #3, #4, #5, #7#10, #19 i #20 są zamknięte z zachowaniem gałęzi. Pełny Koru/GLM 5.2 review tego exact head przeszedł (30934266054, 5m05s), podobnie verify i Java. Publikację blokuje wyłącznie deterministyczne governance: GOV-TICKET-001 (zbiorczy diff ukończonych ticketów nie ma jednego aktywnego ticketu publikacyjnego) oraz fałszywy GOV-SECRET-001 w test/code-change-plan.test.ts. Validator App nie jest uruchamiany, dopóki te błędy istnieją; jego approval nie może ich legalnie ominąć.

@tom-sapletta-com

Copy link
Copy Markdown
Contributor Author

Zamykam ten historyczny PR integracyjny bez merge. Aktualny main@68b4514 zawiera nowszy, utwardzony governance, natomiast ten head ma 91 commitów, 165 zmienionych plików, konflikty z main oraz nie rozwiązuje się do jednego aktywnego ticketu (GOV-TICKET-001). Branch publish/validated-repair-031 pozostaje zachowany jako źródło udokumentowanych poprawek. Wartościowe zmiany należy przenosić osobno, według workstreamu, w małych ticketach z aktualną bazą, testami i exact-head App review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant