No description
  • Rust 54.9%
  • TypeScript 39.4%
  • Astro 2.8%
  • Shell 1.1%
  • Dockerfile 1%
  • Other 0.8%
Find a file
Ronit Nath 239db86a9b refactor: distroless base, selective lib COPY, per-service cache IDs
- Runtime base: debian:bookworm-slim -> gcr.io/distroless/cc-debian12
- Selective lib COPY: only copy needed lib crates instead of entire lib/
- Per-service cache mount IDs to avoid cross-service cache collisions
- CMD -> ENTRYPOINT with absolute binary path

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 23:02:00 -07:00
pylon-console fix: add platform:read scope check to pylon-console query() 2026-03-22 20:53:30 -07:00
pylon-core fix: skip unavailable NATS streams instead of crashing on startup 2026-03-22 12:26:53 -07:00
pylon-projections Split pylon-projections routes.rs (350 lines) into directory module 2026-03-22 06:31:44 -07:00
.env.example feat: scaffold pylon workspace with 5 event infrastructure services 2026-03-19 16:20:50 -07:00
.gitignore Fix .gitignore: use **/dist/ to cover nested frontend builds 2026-03-20 14:11:27 -07:00
build.sh Add missing cookie_domain and cookie_name fields to AuthConfig 2026-03-22 01:46:43 -07:00
Cargo.lock Update Cargo.lock 2026-03-22 19:59:07 -07:00
Cargo.toml feat(pylon): shared introspection query functions for sessions, subscriptions, resources, cost 2026-03-22 20:26:08 -07:00
CLAUDE.md Fix RECEPTIONIST -> ASSIST in pylon CLAUDE.md 2026-03-22 11:11:18 -07:00
Containerfile refactor: distroless base, selective lib COPY, per-service cache IDs 2026-03-22 23:02:00 -07:00
rust-toolchain.toml feat: scaffold pylon workspace with 5 event infrastructure services 2026-03-19 16:20:50 -07:00