Phase 4 — Platform shells: - calcpad-macos/: SwiftUI two-column editor with Rust FFI bridge (16 files) - calcpad-windows/: iced GUI with Windows 11 Fluent theme (7 files, 13 tests) - calcpad-web/: React 18 + CodeMirror 6 + WASM Worker + PWA (20 files) - calcpad-cli/: clap-based CLI with expression eval, pipe/stdin, JSON/CSV output, and interactive REPL with rustyline history Phase 5 — Engine modules: - formatting/: answer formatting (decimal/scientific/SI notation, thousands separators, currency), line type classification, clipboard values (93 tests) - plugins/: CalcPadPlugin trait, PluginRegistry, Rhai scripting stub (43 tests) - benches/: criterion benchmarks (single-line, 100/500-line sheets, DAG, incremental) - tests/sheet_scenarios.rs: 20 real-world integration tests - tests/proptest_fuzz.rs: 12 property-based fuzz tests 771 tests passing across workspace, 0 failures.
31 lines
907 B
JSON
31 lines
907 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(./run-pipeline.sh --phase1 --dry-run 2>&1 | sed 's/\\\\x1b\\\\[[0-9;]*m//g')",
|
|
"Bash(git branch:*)",
|
|
"Bash(kill 5354 5355 5360)",
|
|
"Bash(git worktree:*)",
|
|
"Bash(while read:*)",
|
|
"Bash(do git:*)",
|
|
"Bash(done)",
|
|
"Bash(git ls-tree:*)",
|
|
"Bash(cargo build:*)",
|
|
"Bash(source ~/.zshrc)",
|
|
"Bash(source \"$HOME/.cargo/env\")",
|
|
"Bash(export PATH=\"$HOME/.cargo/bin:$PATH\")",
|
|
"Bash($HOME/.cargo/bin/cargo build:*)",
|
|
"Bash($HOME/.cargo/bin/cargo test:*)",
|
|
"Bash(git status:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git rm:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(/Users/cassel/.cargo/bin/cargo test:*)",
|
|
"Bash(tee /tmp/test-output.txt)",
|
|
"Bash(echo \"EXIT: $?\")",
|
|
"Bash(/Users/cassel/.cargo/bin/cargo build:*)"
|
|
]
|
|
}
|
|
}
|