s
seanfsnap-a3f9c212 hours ago142 snapshots
.wt-treeinit: tree configuration3 months ago
srcfeat: add rate limiting middleware2 hours ago
teststest: add coverage for auth flow1 day ago
.env.examplechore: add env template2 weeks ago
Dockerfilebuild: optimize docker layers5 days ago
README.mddocs: update setup instructions3 days ago
wt.tomlconfig: snapshot settings1 week ago
package.jsonchore: bump dependencies2 hours ago
tsconfig.jsonchore: strict mode1 week ago
README.md
queue-consumer
Message queue consumer service
Getting Started
wt init --from https://wt.legionedge.dev/legionedge/queue-consumer
cd queue-consumer
pnpm install && pnpm dev
Trees
This repository uses W0rktree with the following tree structure:
services/core/— Core business logic and API handlersservices/api-gateway/— HTTP routing and middlewarefrontend/— Dashboard UI and componentslibs/shared-models/— Shared types and utilities
Access Control
Access policies are defined in .wt/access/ and enforce a ceiling model. Each tree can restrict further via .wt-tree/access/.
License
MIT