fix: project audit — crash fixes, dead code removal, docs rewrite, UX polish#14
Merged
fix: project audit — crash fixes, dead code removal, docs rewrite, UX polish#14
Conversation
… polish P0: Fix gate.ts ESM crash, transport.ts silent message drops P1: Remove orphaned bridgey-tailscale, dead exports, stale deps/scripts P2: Fix AgentInfo type mismatch, mask token in status, type safety P3: Rewrite all CLAUDE.md/SKILL.md to match code reality (12 fixes) P4: Add README.md, LICENSE, align versions, rename stale e2e test Co-Authored-By: Claude <noreply@anthropic.com>
…lace install - Bundle bot.ts → dist/bot.js (10KB, discord.js/zod external) - SessionStart hook auto-installs deps on first run - Switch runtime from bun to node (no extra dependency) - Update root build/install:all to include discord plugin - Bump fastify 5.8.2→5.8.4 (CVE fix: request.protocol spoofing) Co-Authored-By: Claude <noreply@anthropic.com>
- Configure skill: document npm start, auto-install, fallback steps - Fix token setup to use pass (not .env auto-load which doesn't exist) - Add troubleshooting for missing deps/dist Co-Authored-By: Claude <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
Full project audit using 11 specialized agents (Explore, code-reviewer, code-explorer, innerloop:code-navigator, innerloop:test-runner). Found 42 issues across 5 priority levels, fixed all actionable items.
gate.tsESM name collision (module crash on load), addres.okcheck totransport.ts(silent message drops)bridgey-tailscale/dir, removesendA2AMessageStreamdead export, clean stale deps/scripts, typeNonRetryableErrorproperlyAgentInfo.sourcetype mismatch, mask bearer token instatusoutput, type 4Promise<any>methods, removeas anycasts frombot.tsStats
Test plan
npm test)🤖 Generated with Claude Code