Skip to content

Add siade-probe-provider-charset skill - #343

Open
Samuelfaure wants to merge 1 commit into
developfrom
worktree-skill-probe-provider-charset
Open

Add siade-probe-provider-charset skill#343
Samuelfaure wants to merge 1 commit into
developfrom
worktree-skill-probe-provider-charset

Conversation

@Samuelfaure

Copy link
Copy Markdown
Contributor

Summary

  • Generalizes the ad-hoc methodology used on PR Reject digits and brackets in Civility::ValidatePrenoms #341 (determining which characters MEN/MESRI/CNOUS/GIP-MDS actually accept in prenoms) into a reusable project skill under siade/.claude/skills/siade-probe-provider-charset/.
  • Documents the full methodology: filter to providers that actually forward the field under test (skip ones that only use it for local identity matching, e.g. ANTS), pull a valid baseline from config/pings.yml/specs, build an isolated one-character-at-a-time variation matrix (never combine two suspect characters in one string), run against production via the provider's MakeRequest interactor directly, and read HTTP status to tell "format accepted" (functional 404) from "format rejected" (genuine 400/422) rather than assuming.
  • Cross-references the existing siade-ping-provider skill for the exact per-provider call shape (token/organizer_params/recipient).

Test plan

  • N/A — documentation-only skill file, no application code changed.

Generalizes the ad-hoc methodology used on PR #341 (which characters
MEN/MESRI/CNOUS/GIP-MDS actually accept in prenoms) into a reusable
skill: filter to providers that forward the field, build an isolated
one-character-at-a-time variation matrix, run against production, and
read HTTP status to tell "format accepted" from "format rejected"
rather than assuming.
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