Skip to content

docs(examples): post-v2.11.0 re-probe pass — Redteam#235

Merged
cdot65 merged 1 commit into
mainfrom
cdot65/docs-reprobe-redteam
May 28, 2026
Merged

docs(examples): post-v2.11.0 re-probe pass — Redteam#235
cdot65 merged 1 commit into
mainfrom
cdot65/docs-reprobe-redteam

Conversation

@cdot65

@cdot65 cdot65 commented May 28, 2026

Copy link
Copy Markdown
Owner

Summary

Post-v2.11.0 + SDK 0.10.0 re-probe of every Redteam command on the .missing-allowlist. Three commands unblocked (one CLI bug fix + new docs), four remain blocked (commented on tracker issues with retry plans).

Refs: epic #127, area tracker #129.

Landed (3 commands off the allowlist)

  • redteam properties add-value — CLI redteam properties add-value sends wrong field names (name/value vs property_name/property_value) #197 fix shipped in v2.11.0 lands at HTTP level, but render was broken (undefined=undefined). Rewired to print MutationResponse.message. Added curated example.
  • redteam properties values <name> — SDK 0.10.0 returns {name, values: string[]}, CLI service still expected pre-0.10 {data: [{name,value}]} shape. Rewired service adapter + renderer + types. Added --output json|yaml support. Added 3-format examples.
  • redteam properties list --output json|yaml — service was returning pre-0.10 Array<{name}>; SDK now returns plain string[]. Rewired adapter + renderer. Refreshed list example with 3 formats (was empty-state only).

Still blocked (4 commands stayed on allowlist)

Still blocked (untouched in this pass)

Test plan

  • pnpm tsc --noEmit clean
  • pnpm lint clean (0 errors; 10 pre-existing warnings)
  • pnpm test — 714/714 pass
  • pnpm docs:gen regenerated docs/cli/redteam/properties.md
  • pnpm docs:check123 commands, 28 on allowlist (was 32)
  • pnpm docs:build clean
  • CI green on this PR

- properties list: SDK now returns string[], render as bulleted names with --output json|yaml
- properties values: SDK now returns {name, values[]}, render single-name list with --output json|yaml
- properties create / add-value: print SDK MutationResponse.message instead of fake name=value
- Add curated examples (list refresh, values 3 formats, add-value pretty); update .missing-allowlist
- Refresh comments on still-blocked entries (prompt-sets get #117, properties create #172)
@cdot65 cdot65 merged commit 11b621e into main May 28, 2026
5 checks passed
@cdot65 cdot65 deleted the cdot65/docs-reprobe-redteam branch May 28, 2026 15:34
cdot65 added a commit that referenced this pull request May 28, 2026
Resolves typedoc conflicts by regenerating fresh on top of #234 + #235
landings. All gates re-verified: 727 tests, tsc clean, docs:check 22 on
allowlist, docs:build --strict clean.
@cdot65 cdot65 mentioned this pull request May 28, 2026
5 tasks
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