Skip to content

Commit a155751

Browse files
chore: sync memory [2026-02-21]
1 parent 3d3e2b5 commit a155751

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

memory/2026-02-21.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 2026-02-21
2+
3+
## Proactive Work — Resource Registry Bug Fix
4+
5+
### Research
6+
- Scanned recent PRs across 6 repos: the-stables heavy on domain migrations + stablephone/stableemail features, poncho on streaming/thinking traces/agentcash metadata, x402scan CORS fixes
7+
- Open issues: x402scan #623 (non-string query params not displaying, reported by Sam), #633 (docs fix), poncho has ~10 open issues, CraigClaw #23 (assigned to rsproule)
8+
9+
### Action Taken
10+
- Fixed x402scan #623: `expandFields()` in `lib/x402/schema.ts` was dropping number and boolean primitive values from query param definitions
11+
- Root cause: only `typeof raw === 'string'` and `typeof raw === 'object'` handled; numbers/booleans hit the `continue` fallthrough
12+
- Also fixed array query value serialization in executor form
13+
- PR #640: https://github.com/Merit-Systems/x402scan/pull/640

0 commit comments

Comments
 (0)