Commit Graph

3 Commits

Author SHA1 Message Date
yushen
0020c64d0b fix: clean dist directory before local build
Ensures a fresh build by removing the dist directory before starting,
preventing stale artifacts from previous builds.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 11:28:03 +08:00
yushen
19a556359e feat: add local build script for unsigned macOS .app
Add a convenience script to build unsigned, unnotarized macOS .app
for local development and personal use.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 17:32:28 +08:00
Jiayuan
b10b3ff709 Add AI code safety defense system: tests, pre-commit hooks, and CI
Implemented three-layer defense mechanism to prevent AI-generated code from breaking the codebase:
- Layer 1: AGENTS.md with universal AI agent instructions
- Layer 2: Husky pre-commit hooks with test file checking
- Layer 3: GitHub Actions CI with TypeScript, ESLint, tests, and coverage

Includes design document, test infrastructure, and coverage thresholds.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-16 00:22:33 +08:00