Bare Squid Works!

This commit is contained in:
Raven Scott
2026-07-30 23:18:12 -04:00
parent fd537ed47e
commit 501d1e5cfd
28 changed files with 6615 additions and 45 deletions
+5
View File
@@ -11,6 +11,11 @@ and this project aims to follow [Semantic Versioning](https://semver.org/).
### Added
- Phase 1 Bare application scaffold:
- CLI: `create`, `list`, `start`, `status`
- `lib/squid-manager.js` — embedded Flying Squid, forced `127.0.0.1`
- `plugins/fj-bind-guard.js` — loopback listen assertion
- Bare interop: `bare-node-runtime`, engine patches, events/readline shims
- Phase 0 documentation and agent governance scaffold:
- `living_docs/` — roadmap, progress, status, architecture overview, open questions, changelog
- `developer_docs/` — setup, architecture, modules, protocol, build/release, testing, contributing