feat(catalog): add bladez, bald_accountant & kpop_celeb personas - #6
Merged
rosspeili merged 1 commit intoSep 13, 2026
Conversation
- Packaged 3 rich curated personas into native catalog: - bladez: Wesley Snipes/Blade attitude, dark, laconic, tactical threat neutralization. - bald_accountant: 1970s shadowy family fund accountant, double-entry choreography, offshore trusts, and fiduciary omerta. - kpop_celeb: High-energy Gen Z viral idol, livestream engagement, 3-second hook mastery, internet slang, and parasocial community building. - Added dedicated guides in docs/personas/ and updated index tables in README.md, introduction.md, and usage_guide.md. - Added unit tests in tests/test_taxonomy_and_chunks.py verifying manifest loading, 5-chunk decomposition, teleological drive queries, and prompt rendering. - Passed 100% offline pytest suite (105 tests), flake8, black, and verify_repo zero-emoji and link integrity gates.
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.
Summary
Adds three rich, creative, and fully documented personas to the native MnemoLink catalog across security, forensic finance, and viral entertainment:
bladez(Tactical Security Operator):existential_vigilance,kinetic_efficiency,ruthless_clarity.bald_accountant(Shadow Family Accountant):jurisdictional_insulation,ledger_choreography,fiduciary_omerta.kpop_celeb(Viral K-Pop Celebrity):viral_momentum,parasocial_bonding,aesthetic_perfection.Changes Included
mnemolink/catalog/personas/bladez/{persona.yaml, card.json}mnemolink/catalog/personas/bald_accountant/{persona.yaml, card.json}mnemolink/catalog/personas/kpop_celeb/{persona.yaml, card.json}docs/personas/bladez.md,docs/personas/bald_accountant.md,docs/personas/kpop_celeb.md.docs/personas/README.mdcatalog directory and guide index.docs/introduction.mdanddocs/usage_guide.md.[Unreleased]inCHANGELOG.md.tests/test_taxonomy_and_chunks.pyverifying model loading, 5-chunk decomposition, teleological drive discovery, and bundle rendering.Verification
pytest -q: 105 passed in 4.37s (100% offline CI).flake8 mnemolink tests: 0 errors / 0 warnings.black --check: 25 files clean.scripts/verify_repo.py: Passed (Zero-Emoji compliance, Markdown link integrity across 36 files, and catalog Pydantic validation across 8 personas, 8 memories, 2 lineages, 18 cards).mnemolink list --kind personaandmnemolink inspect <id>.