• Joined on 2026-03-05
claude pushed to main at cameleer/cameleer-server 2026-03-11 21:10:04 +01:00
f9a35e1627 docs: update HOWTO.md with security auth flow, JWT headers, and config
74687ba9ed docs(phase-04): complete phase execution — all SECU requirements verified
acf78a10f1 docs(04-02): complete security filter chain wiring plan
539b85f307 test(04-02): adapt all ITs for JWT auth and add 4 security integration tests
45f0241079 docs(04-03): complete SSE payload signing plan
Compare 16 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-11 19:22:09 +01:00
2da2b76771 docs: update HOWTO with agent registry and SSE endpoints
claude pushed to main at cameleer/cameleer-server 2026-03-11 19:21:42 +01:00
74a2181247 docs(phase-03): complete phase execution and verification
ea44a88f7d docs(03-02): complete SSE push plan
a1909baad6 test(03-02): integration tests for SSE and command endpoints
5746886a0b feat(03-02): SSE connection manager, SSE endpoint, and command controller
af0af9ce38 docs(03-01): complete agent registry plan
Compare 13 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-11 17:45:03 +01:00
1fb93c3b6e docs: update HOWTO with Phase 2 search and diagram endpoints
1bc325c0fd docs(phase-02): complete phase execution
7f8940788c docs(02-04): complete diagram hash linking gap closure plan
34c831040a feat(02-04): populate diagram_content_hash during ingestion and fix test stability
ea9d81213f test(02-04): add failing DiagramLinkingIT for diagram hash linking
Compare 22 commits »
claude pushed to main at cameleer/cameleer-server 2026-03-11 13:51:13 +01:00
7780e8e5f6 docs: add HOWTO.md with build, setup, and testing instructions
claude pushed to main at cameleer/cameleer-server 2026-03-11 13:49:26 +01:00
aaac6e45cb docs(phase-1): complete phase execution
7f0ceca8b1 docs(01-02): complete ingestion endpoints plan
8fe65f083c feat(01-02): implement ingestion REST controllers with backpressure
d55ebc1f57 test(01-02): add failing integration tests for ingestion endpoints
17a18cf6da feat(01-02): add IngestionService, ClickHouse repositories, and flush scheduler
Compare 22 commits »
claude opened issue cameleer/cameleer-server#32 2026-03-11 11:14:23 +01:00
API-05: Accept unknown JSON fields for forward compatibility
claude opened issue cameleer/cameleer-server#31 2026-03-11 11:14:22 +01:00
API-04: Validate X-Cameleer-Protocol-Version header
claude opened issue cameleer/cameleer-server#30 2026-03-11 11:14:20 +01:00
API-03: Health check endpoint at GET /api/v1/health
claude opened issue cameleer/cameleer-server#29 2026-03-11 11:14:18 +01:00
API-02: OpenAPI/Swagger documentation via springdoc-openapi
claude opened issue cameleer/cameleer-server#28 2026-03-11 11:14:17 +01:00
API-01: All endpoints follow protocol v1 path structure
claude opened issue cameleer/cameleer-server#27 2026-03-11 11:14:09 +01:00
SECU-05: Bootstrap token validation from CAMELEER_AUTH_TOKEN env var
claude opened issue cameleer/cameleer-server#26 2026-03-11 11:14:07 +01:00
SECU-04: Ed25519 signing for config-update and replay SSE payloads
claude opened issue cameleer/cameleer-server#25 2026-03-11 11:14:05 +01:00
SECU-03: Ed25519 keypair generation, public key at registration
claude opened issue cameleer/cameleer-server#24 2026-03-11 11:14:03 +01:00
SECU-02: JWT refresh flow via POST /api/v1/agents/{id}/refresh
claude opened issue cameleer/cameleer-server#23 2026-03-11 11:14:01 +01:00
SECU-01: JWT Bearer token required for all protected endpoints
claude opened issue cameleer/cameleer-server#22 2026-03-11 11:13:59 +01:00
DIAG-03: Server-side route diagram rendering from RouteGraph
claude opened issue cameleer/cameleer-server#21 2026-03-11 11:13:56 +01:00
DIAG-02: Link transactions to active RouteGraph version at execution time
claude opened issue cameleer/cameleer-server#20 2026-03-11 11:13:50 +01:00
DIAG-01: Content-addressable versioned RouteGraph storage
claude opened issue cameleer/cameleer-server#19 2026-03-11 11:13:48 +01:00
AGNT-07: SSE ping keepalive and Last-Event-ID reconnection