Commit 283cff3
fix(personalities): add evidence URLs missed by parallel-agent runs (#192)
CI's audit-personality workflow rejected the 15-persona roster because
7 signals across 5 of the 7 newly-written personality files lacked
the Constitution-II-required URL evidence source:
- alan-turing.md::child-machine-learning → +Wikipedia entry
- eric-kandel.md::synaptic-plasticity → +Nobel Lecture page
- eric-kandel.md::new-biology-of-mind → +DOI of 1998 AJP paper
- linus-pauling.md::triple-helix-dna-failure → +DOI of 1953 PNAS paper
- richard-feynman.md::first-principles-honesty → +Caltech archive of '74 address
- richard-feynman.md::cargo-cult-rigor → +Wikipedia entry
- stephen-wolfram.md::computational-irreducibility → +Wikipedia entry
Each added URL is an authoritative source (primary archive, DOI, or
canonical concept page) for the signal it documents. Re-running
`python -m llmxive.audit.cli personality` writes manifest with zero
errors. All 16 persona-frontmatter + pool-schema + web-data-block
tests pass.
The agents I spawned in #185 to write the 7 new personality files
didn't enforce the audit's URL requirement — that's a prompt-design
miss to follow up on for future persona additions.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e5d871a commit 283cff3
5 files changed
Lines changed: 7 additions & 0 deletions
File tree
- agents/prompts/personalities
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments