[READ-ONLY] Mirror of https://github.com/andrioid/pi-fence. Fence wrapper for Pi coding agent. Wraps bash calls and intercepts reads/writes according to fence config
0

Configure Feed

Select the types of activity you want to include in your feed.

pi-fence / .gitignore
243 B 18 lines
1node_modules/ 2 3# tsc smoke-test scratch dir (used during development) 4.smoke-build/ 5 6# fence.jsonc backups created by the persist flow 7fence.jsonc.bak.* 8fence.json.bak.* 9 10# editor + OS noise 11.DS_Store 12.idea/ 13.vscode/ 14*.swp 15*.swo 16 17# logs 18*.log