docs: drop stale Tauri refs in QUICKSTART-FOR-SON + canonicalise panic-attacker→panic-attack#69
Merged
hyperpolymath merged 1 commit intoMay 30, 2026
Conversation
…c-attacker→panic-attack Follows panll#65 (npm→Deno migration), panll#66 (doc sweep), and panll#67 (stale rescript install/watch). Closes the remaining two items from panll#66's adjacent-gap meander. QUICKSTART-FOR-SON.md (Gossamer migration cleanup): - Terminal 4 step `cd src-tauri && cargo run` → `cargo run --bin panll-gossamer` - "(Tauri wraps this)" → "(Gossamer wraps this)" panic-attacker → panic-attack (canonical estate name, per .claude/CLAUDE.md critical-rules `panic-attack` references + the panic-attack repo at hyperpolymath/panic-attack): - QUICKSTART-DEV.adoc — `just assail` comment - docs/guides/llm-warmup-dev.md — Related-Projects table row + pre-commit comment - docs/guides/llm-warmup-user.md — Related Projects prose Historical snapshot docs/status/PANLL-COMPLETE-STATUS-2026-02-11.md intentionally left alone — it's a dated audit.
|
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
Closes the remaining two items from the panll#66 adjacent-gap meander. Follows panll#65 / #66 / #67.
QUICKSTART-FOR-SON.md — Gossamer migration cleanup
The Son's quickstart was still pointing at the old Tauri backend even though panll migrated to Gossamer (Zig + WebKitGTK) long ago. Two lines updated:
cd src-tauri && cargo run→cargo run --bin panll-gossamerpanic-attacker → panic-attack canonicalisation
Canonical estate name is
panic-attack(matches thehyperpolymath/panic-attackrepo and.claude/CLAUDE.mdcritical-rules section). Four references in live docs corrected:QUICKSTART-DEV.adoc—just assailcommentdocs/guides/llm-warmup-dev.md— Related-Projects table row + pre-commit commentdocs/guides/llm-warmup-user.md— Related Projects proseAGENTS.md/GEMINI.md/.junie/guidelines.mdalready usepanic-attackcorrectly (no change).Out of scope
docs/status/PANLL-COMPLETE-STATUS-2026-02-11.mdis a historical audit snapshot dated 2026-02-11; left as-is.Test plan
git grep panic-attacker -- '*.md' '*.adoc'returns only the historical PANLL-COMPLETE-STATUS filegit grep "Tauri" docs/guides/QUICKSTART-FOR-SON.mdreturns no resultsRelated
🤖 Generated with Claude Code