Commit 2444f58
docs(llms-txt): correct Memory contract emission points (1.3.5)
Auto-generated llms.txt's Memory contract section claimed first-encounter 403s
emitted agent_memory; in practice the API emits on POST /v1/sessions success,
POST /v1/credentials first-mint, POST /v1/credentials/wallets first-seen, AND
on bootstrap missing_identity denials. Merchants emit on their 200 success
bodies (store hand-rolls; martin uses firstEncounterAgentMemory).
Update the auto-generated text to describe both the merchant-side 200 emit
and the three AgentScore API emission points, so agents reading the SDK's
auto-llms.txt see the same picture as agents reading martin's hand-curated
llms.txt.
Em-dash sweep on the surrounding identity section (4 instances replaced with
colon / semicolon / parens).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c13bb38 commit 2444f58
3 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments