test: add TDD bug-capture test for #620 — skill add cross-process persistence #1110

Closed
brent.edwards wants to merge 2 commits from tdd/m3-skill-add-regression into master

2 Commits

Author SHA1 Message Date
freemo a5ced58289 fix: rename cls to klass in _validate_protocol staticmethod for pyright compliance
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 26s
CI / lint (pull_request) Successful in 3m20s
CI / quality (pull_request) Successful in 3m48s
CI / typecheck (pull_request) Successful in 4m2s
CI / security (pull_request) Successful in 4m6s
CI / e2e_tests (pull_request) Successful in 6m14s
CI / integration_tests (pull_request) Successful in 7m1s
CI / unit_tests (pull_request) Successful in 7m33s
CI / docker (pull_request) Successful in 1m35s
CI / coverage (pull_request) Successful in 11m53s
CI / status-check (pull_request) Successful in 1s
CI / benchmark-regression (pull_request) Failing after 28m26s
2026-03-24 15:22:30 +00:00
brent.edwards bb166c9500 test: add TDD bug-capture test for #620 — skill add regression
Align ticket/bug references to ticket #1091 and bug #620 across Behave/Robot artifacts, tags, helper docs, and changelog text. Also harden cross-process list assertions by requiring returncode == 0 in both Behave and Robot paths to match the existing skill-show validation pattern.

Behave: features/tdd_skill_add_regression.feature, features/steps/tdd_skill_add_regression_steps.py
Robot: robot/tdd_skill_add_regression.robot, robot/helper_tdd_skill_add_regression.py
Tags: @tdd_bug, @tdd_bug_620, @tdd_expected_fail

ISSUES CLOSED: #1091
2026-03-24 15:20:27 +00:00