Commit 1555935
docs+test: replace placeholder IDs with valid UUID4 format
The previous examples used '01HXYZ...' and 'uuid-1' as project_id
placeholders. The actual external_id values BM emits are str(uuid.uuid4())
(see basic-memory/src/basic_memory/models/project.py:45), so the
examples should look like UUIDs.
Uses two distinct fake UUIDs across SKILL.md and tests so they don't
look like shared state:
- bf2a4c1e-d77f-4b7a-9c3e-5d8a1f0e2b6d (SKILL.md examples + one test)
- e1d3a5b8-0492-4c1f-8e7d-2a4b6c8d0e2f (parametrized routing test)
SKILL.md uses ellipsed forms (bf2a4c1e-d77f-...) where the literal is
purely a placeholder, and the full UUID where the example is showing
what bm_projects actually returns.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 49289bb commit 1555935
2 files changed
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | | - | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
0 commit comments