Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Upgrade workflows, rules, and settings#38

Merged
vitbokisch merged 5 commits into
mainfrom
improve-workflows-and-rules
Mar 25, 2026
Merged

Upgrade workflows, rules, and settings#38
vitbokisch merged 5 commits into
mainfrom
improve-workflows-and-rules

Conversation

@vitbokisch
Copy link
Copy Markdown
Contributor

Summary

Align zero repo with fundamentals quality standards:

  • workflow.md — role, mindset, API design philosophy, validation checklist, debugging practices
  • anti-patterns.md — expanded with architecture, testing, file org mistakes
  • development.md — signal reactivity, package boundaries, context/component/middleware patterns, bun quirks
  • settings.json — comprehensive permissions with deny list for destructive operations
  • CI — timeout-minutes on all jobs, coverage upload, format check, proper concurrency/permissions

Inspired by tRPC, Zod, Drizzle, Svelte, Solid, Hono, Next.js, Nuxt.

🤖 Generated with Claude Code

vitbokisch and others added 5 commits March 25, 2026 11:11
- 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>
@vitbokisch vitbokisch merged commit a47b883 into main Mar 25, 2026
11 checks passed
@vitbokisch vitbokisch deleted the improve-workflows-and-rules branch March 25, 2026 10:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant