This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Upgrade workflows, rules, and settings#38
Merged
Conversation
- Add workflow.md: role definition, mindset, API design philosophy, validation checklist, debugging, context management (inspired by tRPC, Zod, Drizzle, Svelte, Solid, Hono, Next.js, Nuxt) - Update anti-patterns.md: add stale closures, architecture mistakes, testing mistakes, file organization, conditional spreads - Add development.md: signal reactivity, package boundaries, context pattern, component customization, middleware pattern, version alignment, bun quirks - Update .claude/settings.json: comprehensive permissions with deny list - Update CI: add timeout-minutes, coverage upload, format check, proper concurrency group, permissions block Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CI calls bun run lint — needs the script to exist. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
After every PR, update anti-patterns, development rules, CLAUDE.md, and building docs with learnings. The rules files are institutional memory — write it down now, not later. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Every PR must be self-contained — code + all docs in one. Co-Authored-By: Claude Opus 4.6 (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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Align zero repo with fundamentals quality standards:
Inspired by tRPC, Zod, Drizzle, Svelte, Solid, Hono, Next.js, Nuxt.
🤖 Generated with Claude Code