docs: post-#65 sweep — remove stale npx/npm/Tauri prose#66
Merged
Conversation
Follows panll#65 (npm → Deno migration: package.json + package-lock.json deleted; ReScript + Tailwind now run via `npm:` specifiers in deno.json through `deno task res:build` / `deno run -A npm:tailwindcss`). Files touched (no overlap with #65): - README.adoc — `npx rescript build` → `deno task res:build` in Development + Quick Start sections; Runtime cell reworded ("Deno-only build, no package.json or npm CLI"). - src/model/README.md — `npx rescript build` → `deno task res:build` in the "Adding a New Module" checklist. - docs/guides/llm-warmup-user.md — Rules line updated to "Deno only (ReScript + Tailwind run via `npm:` specifiers in deno.json)". - AGENTS.md + GEMINI.md + .junie/guidelines.md — `no-npm-bun` rule and `deno-npm-hybrid` decision (renamed `deno-only-with-npm-specifiers`) reworded to match shipped reality. These three files are auto-generated from coordination.k9, so coordination.k9 is updated in the same pass to prevent drift on next regeneration. - coordination.k9 — source-of-truth update for the three K9-generated files above (no-npm-bun + decision block). - CONTRIBUTING.md — "Deno instead of npm/Node" paragraph updated: ReScript + Tailwind via `npm:` specifiers, no package.json, no npm CLI. - CHANGELOG.md — added an `Unreleased` entry for 2026-05-30 documenting the panll#65 migration (deno.json tasks, setup-node removed from CI, supersedes panll#62 band-aid). - scripts/bundle.ts:19 — Tauri JS APIs comment replaced with accurate Gossamer IPC bindings description (PanLL migrated FROM Tauri long ago). - docs/archive/NPM-TO-DENO-MIGRATION.md — added a "CLOSED 2026-05-30 by panll#65" status banner at top; body preserved as historical planning document (no rewrite). - tests/cross_panel_integration_test.js:243 — SeamEngine.fullScan input list updated `"package.json"` → `"deno.json"` to reflect post-#65 file layout (the literal-array test still passes either way; this is a doc-correctness fix on the test fixture). Untouched (deliberately): - panll/.claude/CLAUDE.md — owner directive (panll#60 reverted; excluded from sweeps). - .github/workflows/build-validation.yml + e2e.yml — panll#65 territory; this PR does not touch them. - All .res/.resi files — out of scope (standards#252). - TOPOLOGY.md — already clean (uses `deno task res:build`; remaining Tauri references are historical-migration context, accurate). 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.



Summary
package.json+package-lock.jsondeleted; ReScript + Tailwind now run vianpm:specifiers indeno.jsonthroughdeno task res:build/deno run -A npm:tailwindcss).npx rescript build/ "npm only for ReScript" / Tauri-where-Gossamer-is-meant prose.panll/.claude/CLAUDE.mdper owner directive (panll#60 reverted; excluded from sweeps).File-by-file rationale
README.adocnpx rescript build→deno task res:build(Development + Quick Start); Runtime cell rewordedsrc/model/README.mdnpx rescript build→deno task res:buildin "Adding a New Module"docs/guides/llm-warmup-user.mdnpm:specifiers indeno.json)"AGENTS.md/GEMINI.md/.junie/guidelines.mdno-npm-bunrule + decision block (renameddeno-only-with-npm-specifiers) reworded to shipped realitycoordination.k9CONTRIBUTING.mdCHANGELOG.mdUnreleasedentry for 2026-05-30 documenting panll#65scripts/bundle.tsdocs/archive/NPM-TO-DENO-MIGRATION.mdtests/cross_panel_integration_test.js"package.json"→"deno.json"(post-#65 layout)Out-of-scope (untouched)
panll/.claude/CLAUDE.md— owner directive.github/workflows/build-validation.yml+e2e.yml— panll#65 territory.res/.resifiles — standards#252 scopeTOPOLOGY.md— already clean (deno task res:build; remaining Tauri references are historical-migration context)npx/npm installlines (docs/developer-guide.md,docs/guides/QUICKSTART-FOR-SON.md) — flagged in the meander, not in this PR's scopeTest plan
.resfiles changed, so ReScript build is unaffected)deno task testpasses locally with the updatedtests/cross_panel_integration_test.jsfixture.claude/CLAUDE.mdedits in the diffCo-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com