singularity-forge/packages
Lex Christopherson e55b6dd994 fix: bash interceptor regex bugs and add unit tests
- Fix cat rule to exclude heredoc syntax (cat <<EOF) via negative lookahead
- Fix write rule: exclude >> append and digit-prefixed fd redirects (2>)
  using lookbehind (?<![|>\d])>(?!>)
- Add compileInterceptor() — pre-compiles rules once at construction time
  instead of on every bash call; export CompiledInterceptor type
- Update createBashTool to use pre-compiled interceptor instance
- Add 33 unit tests covering all rules, edge cases, and pass-throughs
2026-03-13 15:46:08 -06:00
..
native feat: add native Rust GSD file parser for .gsd/ directory parsing 2026-03-13 14:12:17 -06:00
pi-agent-core feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
pi-ai feat: vendor Pi source into workspace monorepo 2026-03-12 21:55:17 -06:00
pi-coding-agent fix: bash interceptor regex bugs and add unit tests 2026-03-13 15:46:08 -06:00
pi-tui feat: wire native Rust image module into image processing pipeline 2026-03-13 13:41:53 -06:00