From a995fefa84eb608806ac4c8bcdc7ae9fce450cde Mon Sep 17 00:00:00 2001 From: Tom Softreck Date: Thu, 20 Aug 2026 13:45:21 +0200 Subject: [PATCH] chore: close ticket-010 --- TODO.md | 5 +++-- project/ticket-010/README.md | 4 ++-- project/ticket-010/ai-codex-logs.txt | 5 +++++ project/ticket-010/ai-codex.md | 5 +++++ project/ticket-010/changelog.md | 5 +++++ 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 2e15d57..7c372dc 100644 --- a/TODO.md +++ b/TODO.md @@ -8,9 +8,10 @@ Ostatni przegląd: 2026-07-23. ## Aktywne -- [ ] Dostarczyć [ticket-010](project/ticket-010/README.md): poprawić wykrywanie +- [x] Dostarczyć [ticket-010](project/ticket-010/README.md): poprawić wykrywanie głównej JVM JetBrains i dodać bezpieczne sterowanie dokładnymi wtyczkami AI - oraz helperami Qoder bez zamykania okien IDE. + oraz helperami Qoder bez zamykania okien IDE. Stan: `DONE / DONE`; PR #20 + zatwierdzono dla dokładnego HEAD `d500e3f...` i scalono jako `f38c473...`. - [x] Dostarczyć [ticket-009](project/ticket-009/README.md): dodać trwałe, zarządzalne przypięcia katalogów projektów Compose, które pozostają widoczne diff --git a/project/ticket-010/README.md b/project/ticket-010/README.md index 9ca767e..e00fc0f 100644 --- a/project/ticket-010/README.md +++ b/project/ticket-010/README.md @@ -2,8 +2,8 @@ - **ID**: ticket-010 - **Owner**: unresolved:human -- **Status**: IN_PROGRESS -- **Workflow state**: PUBLICATION +- **Status**: DONE +- **Workflow state**: DONE - **Created**: 2026-08-20 ## Goal and scope diff --git a/project/ticket-010/ai-codex-logs.txt b/project/ticket-010/ai-codex-logs.txt index 8cd639b..a6a58d0 100644 --- a/project/ticket-010/ai-codex-logs.txt +++ b/project/ticket-010/ai-codex-logs.txt @@ -19,3 +19,8 @@ ruff check changed Python files: passed python -m compileall -q fixos: passed ./project/governance-check.sh GOV-PASS: passed (0 errors, 0 warnings) + +2026-08-20 protected publication +PR #20 head=d500e3f6dc17673774fe2cd07a9ac233866f5af8 +validator_run=32365098029 review=4982270230 result=approved +merge_commit=f38c473d569ee4beafc5e95857c0e144b199e14b diff --git a/project/ticket-010/ai-codex.md b/project/ticket-010/ai-codex.md index d90265a..d76473f 100644 --- a/project/ticket-010/ai-codex.md +++ b/project/ticket-010/ai-codex.md @@ -48,6 +48,11 @@ argument for the word `pycharm`. - Focused validation passes 25 tests. Full validation passes 535 tests with 5 skipped and 16 deselected; scoped Ruff, compileall and governance are clean. - Advanced the validated implementation to PUBLICATION for exact-head review. +- Published PR #20 at exact head `d500e3f...`. Validator run 32365098029 + approved it as review 4982270230 after two stable policy reads, merged it as + `f38c473...` and deleted the remote implementation branch. +- Began this governance-only closure from the integrated merge commit and + marked the ticket `DONE / DONE` without changing executable code. ## Blockers diff --git a/project/ticket-010/changelog.md b/project/ticket-010/changelog.md index 371ddab..9fe379a 100644 --- a/project/ticket-010/changelog.md +++ b/project/ticket-010/changelog.md @@ -11,3 +11,8 @@ - Added read-only status plus explicit plugin-disable and exact Qoder TERM flows. - Verified both disabled plugin IDs, one exact PyCharm diagnosis and safe handling of helpers respawned by the already-loaded plugin until the next IDE restart. + +## [0.1.1] - 2026-08-20 + +- Recorded protected exact-head approval and merge of PR #20. +- Closed the integrated ticket without changing executable code.