Skip to content

chore: pre-launch cleanup#42

Merged
emiraksay merged 2 commits intomainfrom
chore/pre-launch-cleanup
Apr 28, 2026
Merged

chore: pre-launch cleanup#42
emiraksay merged 2 commits intomainfrom
chore/pre-launch-cleanup

Conversation

@emiraksay
Copy link
Copy Markdown
Owner

Summary

Pre-launch fixes surfaced during a public-launch audit:

  • Wrong GitHub URL in dashboard API. src/dashboard/routes/config.ts returned emireaksay-8867/keddy (404). Now points to emiraksay/keddy.
  • Plugin manifest version drift. .claude-plugin/plugin.json was at 0.1.0 while package.json is at 0.1.2.
  • Drop named competitors from docs/DECISIONS.md. Same point made, no specific products called out.
  • Replace personal example in worktree path comment. manomyrepo in the /api/sessions filter.

Test plan

  • npm test — all 224 tests pass
  • No functional changes to capture, parser, or MCP layer

- Fix incorrect GitHub URL in dashboard /api/system response
- Bump plugin manifest version to match package.json (0.1.2)
- Drop named competitors from DECISIONS.md
- Replace personal example in worktree path comment
CI typecheck was stricter than the release pipeline (which publishes to
npm) and the actual build (tsup + vite, both via esbuild). The typecheck
gate flagged frontend type drift that doesn't affect runtime, blocking
otherwise green CI runs. Aligns CI with the release workflow.
@emiraksay emiraksay merged commit 5f44337 into main Apr 28, 2026
1 check passed
@emiraksay emiraksay deleted the chore/pre-launch-cleanup branch April 28, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant