chore: WIP pre-implement

Bundled hygiene commit before cycle-3 /implement (AZ-776, AZ-777). Mixes
two concerns by user choice (autodev option B):

- Cycle-3 autodev artifacts not yet committed by Step 9 (new-task):
  task specs for AZ-776 / AZ-777 under _docs/02_tasks/todo/ and the
  updated _docs/02_tasks/_dependencies_table.md.
- Accumulated skill / rule tooling maintenance under .cursor/ (skills:
  autodev, code-review, decompose, deploy, implement, new-task, plan,
  refactor, retrospective, test-spec; rules: coderule, cursor-meta,
  meta-rule, testing; new release skill scaffolding).
- Autodev bootstrap state: _docs/_autodev_state.md (step 10 in_progress)
  and _docs/_process_leftovers/2026-05-11_d_cross_cve_1_opencv_pin_deferred.md
  (replay timestamp refreshed; gtsam 4.2 still numpy<2-only).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-05-21 13:14:11 +03:00
parent 9bc170ffe0
commit 6044a33197
36 changed files with 1559 additions and 252 deletions
@@ -1,11 +1,11 @@
# D-CROSS-CVE-1 opencv-python pin deferred — gtsam/numpy ABI block
**Recorded**: 2026-05-11T02:55+03:00 (Europe/Kyiv)
**Last replay attempt**: 2026-05-21T12:14+03:00 (Europe/Kyiv) — replay re-checked
at start of next `/autodev` invocation (~19h after prior check at 2026-05-20
17:34). PyPI re-queried via `pip index versions gtsam`: only `gtsam 4.2`
is published. Replay condition (numpy>=2 stable wheels) still NOT met.
Leftover remains open.
**Last replay attempt**: 2026-05-21T13:10+03:00 (Europe/Kyiv) — replay re-checked
at start of next `/autodev` invocation (~56 min after prior check at
2026-05-21 12:14). PyPI re-queried via `python3 -m pip index versions
gtsam`: only `gtsam 4.2` is published. Replay condition (numpy>=2 stable
wheels) still NOT met. Leftover remains open.
**Status**: deferred-non-user (replay when upstream gtsam wheels target numpy>=2)
## What is blocked