joelakaufmann-lgtm/mike-kaufmann

Nevada-focused Mike fork: jurisdiction-pinned system prompt, renamed with upstream attribution

Two topics: Nevada system-prompt specialization (one functional commit) and README rebrand/attribution (two cosmetic commits). No UI, infrastructure, or backend logic changes from upstream willchen96/mike beyond the prompt.

View on GitHub →

joelakaufmann-lgtm/mike-kaufmann personalizes Mike for a single American state jurisdiction. The fork renames the product to "Mike Kaufmann," explicitly credits Will Chen's upstream work in the README, and rewrites SYSTEM_PROMPT in chatTools.ts to pin the assistant to Nevada law - NRS/NAC as primary authority, the full Nevada court hierarchy, NRCP/NRAP, Nevada Rules of Professional Conduct, and Nevada citation style with Bluebook overrides. The jurisdictional defaults sit in a clearly scoped block that's additive to the existing prompt.

The system-prompt pattern is the only technically interesting piece here. Everything else is identity and attribution work.

What's in it

Direction

personasbranding

Activity

Themed changes and pull requests touching this fork, newest first. Themed changes that haven't been turned into a public post yet still appear — they're real work even without a published writeup.

Threads of work (detailed view)

3 threads have been distilled into posts.

joelakaufmann-lgtm hard-codes Nevada jurisdiction into Mike's system prompt

A single commit to `chatTools.ts` adds a self-contained jurisdictional block to `SYSTEM_PROMPT`, pinning the assistant to Nevada law - NRS/NAC, the Nevada court hierarchy, NRCP/NRAP, and Nevada-specific citation style. The pattern is clean enough to adapt for other jurisdictions.