Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions project/ticket-010/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions project/ticket-010/ai-codex-logs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions project/ticket-010/ai-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions project/ticket-010/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading