Skip to content

Commit 1b397a7

Browse files
Merge pull request #4 from coded-devs/feature/updates
feat: updates, recognition, performance and cleanup
2 parents a05dcc9 + 6d83b26 commit 1b397a7

42 files changed

Lines changed: 2565 additions & 1111 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [ ] Docs
1010

1111
## Checklist
12-
- [ ] I have read CLAUDE.md
12+
- [ ] I have read AGENTS.md
1313
- [ ] pnpm build passes locally with no errors
1414
- [ ] No TypeScript errors (pnpm tsc --noEmit)
1515
- [ ] No hardcoded secrets or API keys

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ coverage/
1414
.turbo/
1515
drizzle/
1616
*.tsbuildinfo
17+
18+
# AI assistant local files — do not commit
19+
CLAUDE.md
20+
GEMINI.md
21+
.cursorrules
22+
PROMPTS.md

AGENTS.md

Lines changed: 123 additions & 58 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)