fix(personalities): add evidence URLs missed by parallel-agent runs#192
Merged
Conversation
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>
jeremymanning
added a commit
that referenced
this pull request
May 17, 2026
…edia page (#193) The audit's T022a step (verify_persona_evidence.py) fetches every URL and checks that its body contains the signal's label tokens. The Nobel Lecture INDEX page I used in #192 is just a landing page — it doesn't contain the body tokens 'synaptic, plasticity, habituation, sensitization, classical, conditioning, cellular, phenomena'. Replaced with the Wikipedia 'Synaptic plasticity' page, which contains all 8 tokens. Verified locally: All 15 persona cards verified. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sibling to PRs #185, #191. CI's audit-personality workflow rejected the new persona files because 7 signals lacked the Constitution-II URL requirement. Each fix adds 1 authoritative URL (Wikipedia, DOI, Nobel archive, Caltech archive). Audit clean; 16/16 frontmatter+schema tests pass.
🤖 Generated with Claude Code