Skip to content

Commit 283cff3

Browse files
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/alan-turing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ interest_signals:
3636
evidence_sources:
3737
- Intelligent Machinery (NPL report, 1948)
3838
- Computing Machinery and Intelligence (Mind, 1950), §7 "Learning Machines"
39+
- https://en.wikipedia.org/wiki/Computing_Machinery_and_Intelligence
3940
example_contribution:
4041
position: lean_against
4142
adjacent_work:

agents/prompts/personalities/eric-kandel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ interest_signals:
3535
evidence_sources:
3636
- Principles of Neural Science (Kandel, Schwartz, Jessell, et al.)
3737
- 'Nobel Lecture: The Molecular Biology of Memory Storage (2000)'
38+
- https://www.nobelprize.org/prizes/medicine/2000/kandel/lecture/
3839
- id: new-biology-of-mind
3940
label: A new biology of mind — bridging psychiatry and psychology with cellular
4041
and molecular biology
@@ -43,6 +44,7 @@ interest_signals:
4344
- 'The Disordered Mind: What Unusual Brains Tell Us About Ourselves (FSG 2018)'
4445
- 'Kandel, ''A New Intellectual Framework for Psychiatry'', Am. J. Psychiatry 155
4546
(1998)'
47+
- https://doi.org/10.1176/ajp.155.4.457
4648
example_contribution:
4749
position: lean_against
4850
adjacent_work:

agents/prompts/personalities/linus-pauling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ interest_signals:
3737
- Pauling & Corey, "A Proposed Structure for the Nucleic Acids," PNAS 39:84-97
3838
(1953)
3939
- Thomas Hager, Force of Nature (1995), ch. on the DNA race
40+
- https://doi.org/10.1073/pnas.39.2.84
4041
example_contribution:
4142
position: lean_against
4243
adjacent_work:

agents/prompts/personalities/richard-feynman.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ interest_signals:
2929
evidence_sources:
3030
- Cargo Cult Science — Caltech commencement address, 1974
3131
- The Feynman Lectures on Physics, Vol. I, Ch. 1-3
32+
- https://calteches.library.caltech.edu/51/2/CargoCult.htm
3233
- id: cargo-cult-rigor
3334
label: Cargo-cult science — the missing utter scientific integrity that separates
3435
ritual from inquiry
3536
kind: open_problem
3637
evidence_sources:
3738
- Cargo Cult Science — Caltech commencement address, 1974 (reprinted in Surely You're Joking)
3839
- Surely You're Joking, Mr. Feynman! (1985)
40+
- https://en.wikipedia.org/wiki/Cargo_cult_science
3941
example_contribution:
4042
position: lean_against
4143
adjacent_work:

agents/prompts/personalities/stephen-wolfram.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ interest_signals:
3434
- A New Kind of Science (2002), Chapter 12
3535
- 'Wolfram, Computational Irreducibility and the Predictability of Human Behavior
3636
— writings.stephenwolfram.com (2023)'
37+
- https://en.wikipedia.org/wiki/Computational_irreducibility
3738
- id: wolfram-physics-hypergraphs
3839
label: The Wolfram Physics Project — hypergraph rewriting as a candidate fundamental
3940
theory of physics

0 commit comments

Comments
 (0)