Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ codecov.*
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store
**/._.DS_Store
.claude
CLAUDE.md
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ braillify/
├── apps/landing/ # Next.js 16 docs site (@devup-ui)
├── test_cases/ # CSV rule test cases (61 files)
├── test_case_inputs/ # Input-only test CSVs
├── __tests__/ # Vitest JS integration tests
├── __tests__/ # Bun JS integration tests
├── py-test/ # Pytest Python tests
└── braillove-case-collector/ # Windows automation tool
```
Expand Down Expand Up @@ -53,7 +53,7 @@ braillify/
- `strict: true`, `moduleResolution: bundler`
- `@/*` path alias to `./src/*`
- ESLint: `eslint-plugin-devup` recommended config
- Vitest with `vite-plugin-wasm` for WASM tests
- Bun test with a preload plugin for WASM tests

### Python

Expand All @@ -77,7 +77,7 @@ bun install
# Build all packages
bun run build

# Run all tests (Rust coverage + Vitest + Pytest)
# Run all tests (Rust coverage + Bun test + Pytest)
bun run test

# Build landing site (requires test_status.json from test run)
Expand Down
Loading
Loading