Commit Graph

  • 1b2114703a chore: add licenses, changelog, repo metadata; exclude sourcemaps from package main glm-5.1 2026-05-17 07:09:08 +00:00
  • f9fc167b46 docs: add README and end-user guides for all modules glm-5.1 2026-05-17 06:59:05 +00:00
  • 19f4223b78 fix: add call.completed signaling (M-04) and forward SSE requestBody (L-04) glm-5.1 2026-05-17 06:31:09 +00:00
  • ca2021bd3d fix: resolve M-01..M-02, M-05..M-08, L-01..L-03, L-05 from pre-release review glm-5.1 2026-05-16 14:56:13 +00:00
  • 2b72289635 fix: split deadline/idleTimeout semantics in call protocol (M-03) glm-5.1 2026-05-16 11:18:29 +00:00
  • a2f64f1dcb fix: resolve all critical and high-priority issues from pre-release review glm-5.1 2026-05-16 10:18:22 +00:00
  • 3e1884cd23 feat: add SchemaAdapter system for typemap integration (Zod/Valibot), fix scanner pathToFileURL glm-5.1 2026-05-16 09:24:34 +00:00
  • 92936f4232 feat: implement ADR-007 subscription transport — PendingRequestMap.subscribe(), CallHandler dispatch, SSE AsyncGenerator handlers glm-5.1 2026-05-16 06:03:21 +00:00
  • 5ec6c380a7 docs: triage architecture open questions — amend ADR-006 direction, settle deadline semantics, fix duplicate isResponseEnvelope glm-5.1 2026-05-13 12:14:22 +00:00
  • df3dd82572 feat: add Safe Exit protocol for blocked tasks under new task file convention glm-5.1 2026-05-11 11:38:52 +00:00
  • 1d2a3c2133 feat: agents stop committing task files — coordinator owns task status on main glm-5.1 2026-05-11 11:37:32 +00:00
  • 30ef54b337 docs: update coordinator agent spec with lessons from first implementation round glm-5.1 2026-05-11 11:25:32 +00:00
  • 933b80d7a6 docs: remove ADR-006 drift tables, finalize all doc statuses to stable glm-5.1 2026-05-11 03:34:31 +00:00
  • f534004615 feat(unified-env-remove-callmap): clean up 'direct mode' references in env tests glm-5.1 2026-05-11 03:29:28 +00:00
  • 95d9b95d13 feat(unified-callhandler): simplify CallHandler to delegate to registry.execute() glm-5.1 2026-05-11 03:19:26 +00:00
  • ac94ac59d8 Merge unified-execute-access-control: resolve doc conflicts, keep ADR-006 changes glm-5.1 2026-05-11 03:08:33 +00:00
  • e138866fcd feat(unified-execute): implement ADR-006 unified invocation path with access control glm-5.1 2026-05-11 03:04:19 +00:00
  • ddc0607b90 docs: clean up ADR-005 architecture docs after envelope implementation glm-5.1 2026-05-11 02:55:13 +00:00
  • d74b750ecb feat(env): complete envelope integration for buildEnv - propagate identity in call protocol mode and add comprehensive tests glm-5.1 2026-05-11 02:37:44 +00:00
  • 7a25cb9c0c Clean up stale worktree from index glm-5.1 2026-05-11 02:24:02 +00:00
  • b63c5ce3de Merge registry-envelope-integration into main (resolve conflicts with call-envelope-integration) glm-5.1 2026-05-11 02:23:52 +00:00
  • 3150a49578 feat(registry-envelope-integration): update execute(), call, subscribe, env to return ResponseEnvelope glm-5.1 2026-05-11 02:19:05 +00:00
  • 58a4d06be0 Merge branch 'feat/call-envelope-integration' glm-5.1 2026-05-11 02:15:59 +00:00
  • 95d421d621 docs: update task status to completed for call-envelope-integration glm-5.1 2026-05-11 02:15:14 +00:00
  • bf6d07938c feat(call-envelope-integration): integrate ResponseEnvelope into call protocol glm-5.1 2026-05-11 02:14:01 +00:00
  • 6290feffb0 feat(subscribe): wrap yields in ResponseEnvelope glm-5.1 2026-05-11 02:06:20 +00:00
  • e111e1b4d8 Merge branch 'feat/mcp-envelope-integration' glm-5.1 2026-05-11 02:00:22 +00:00
  • f833fe3d53 chore: update mcp-envelope-integration task status to completed glm-5.1 2026-05-11 01:59:52 +00:00
  • b0283aa662 feat(mcp-envelope-integration): update from_mcp adapter to use mcpEnvelope, structuredContent, and outputSchema extraction glm-5.1 2026-05-11 01:59:30 +00:00
  • e58d95a6dc Merge branch 'feat/docs-cleanup-bugs' glm-5.1 2026-05-11 01:59:30 +00:00
  • 4616faa084 chore(docs-cleanup-bugs): mark task as completed glm-5.1 2026-05-11 01:59:22 +00:00
  • 24255c6c52 feat(docs-cleanup-bugs): remove resolved Bugs section from call-protocol.md glm-5.1 2026-05-11 01:59:07 +00:00
  • dc34eb29ea Merge branch 'feat/response-envelope-tests' glm-5.1 2026-05-11 01:57:06 +00:00
  • 1d754b7d0a feat(response-envelope): add comprehensive tests for envelope types, factories, detection, schemas, and unwrap glm-5.1 2026-05-11 01:56:32 +00:00
  • 854d5c7f3f Merge branch 'feat/openapi-envelope-integration' glm-5.1 2026-05-11 01:55:26 +00:00
  • 3f6bfe4972 Merge branch 'feat/response-envelope-types' glm-5.1 2026-05-11 01:55:23 +00:00
  • f3dac704a7 Merge branch 'feat/bug-pendingrequestmap-type-conflict' glm-5.1 2026-05-11 01:55:20 +00:00
  • 9f4d2fb5f7 fix(PendingRequestMap): resolve type name conflict between env.ts interface and call.ts class glm-5.1 2026-05-11 01:54:04 +00:00
  • c2c640f480 feat(openapi-envelope): update from_openapi handler to use httpEnvelope and CallError glm-5.1 2026-05-11 01:52:09 +00:00
  • ac28c9308c fix(checkAccess): deny access when resourceType set but identity.resources undefined glm-5.1 2026-05-11 01:50:12 +00:00
  • 15a558bace feat(response-envelope-types): add ResponseEnvelope types, schemas, factories, detection, and unwrap glm-5.1 2026-05-11 01:47:26 +00:00
  • b6c2b2c186 Add ADR-006 unified invocation path and source-vs-spec drift tables glm-5.1 2026-05-10 09:30:22 +00:00
  • 51f233582d Align call-protocol.md and api-surface.md with envelope model glm-5.1 2026-05-10 08:37:40 +00:00
  • 81f89e0f6c Restructure response envelopes architecture: split ADR from spec, add Value.Cast composability, document implementation gaps glm-5.1 2026-05-10 07:56:27 +00:00
  • a7e6cc94c7 Add response envelopes architecture spec (ADR-005 through ADR-014) glm-5.1 2026-05-10 04:58:05 +00:00
  • d0017df2bf Update architecture docs for handler separation and pubsub API changes glm-5.1 2026-05-09 08:34:41 +00:00
  • 4f11f8e7a0 Separate handler from spec in OperationRegistry, update pubsub API glm-5.1 2026-05-09 08:25:59 +00:00
  • c5979ecd63 added agent defs glm-5.1 2026-05-08 18:09:02 +00:00
  • 29f0dd7af0 Initial package implementation: operations registry, call protocol, and adapters glm-5.1 2026-04-30 12:34:26 +00:00
  • 9c41f683ee init glm-5.1 2026-04-30 09:39:35 +00:00