This website requires JavaScript.
Explore
Help
Sign In
lda.chat
/
lda-wf
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1,734
Commits
1
Branch
2
Tags
34e026a8f261ec4c4ab62e877bee70444efa5102
Commit Graph
100 Commits
This Branch
This Branch
All Branches
docs: align poller comments with freshness rules
lda
2026-09-09 20:09:27 +07:00
Verified
34e026a8f2
style: format scheduling test
lda
2026-09-09 19:56:05 +07:00
Verified
ac560f0212
fix: honor live scheduling revisions at dispatch
lda
2026-09-09 19:53:12 +07:00
Verified
ecb5a76b12
fix: refresh checked workflow contract manifest
lda
2026-09-09 19:34:17 +07:00
Verified
b7c5f4e0eb
fix: expose admitted run filter over RPC
lda
2026-09-09 19:22:05 +07:00
Verified
5cd8d8c7e1
fix: serialize scheduler transitions and coalesce misfires
lda
2026-09-09 19:21:03 +07:00
Verified
953543c5cb
fix: close scheduler persistence and capacity gaps
lda
2026-09-09 19:13:17 +07:00
Verified
787a3c433f
fix: publish schedules after creation watermark
lda
2026-09-09 18:39:00 +07:00
Verified
39993c9d5e
fix: reconcile live scheduled resume cancellation
lda
2026-09-09 18:33:57 +07:00
Verified
86a52adda5
sched: fence scheduled resumes at shutdown so none outlive ownership
lda
2026-09-09 18:08:20 +07:00
Verified
82dc5a80ae
sched: truthful executing marks in capacity test shortcuts; format wave files
lda
2026-09-09 17:33:03 +07:00
Verified
99c038a04f
sched: record resumed stopped results live and idempotently (B3)
lda
2026-09-09 17:27:36 +07:00
Verified
b094385077
sched: gate scheduled resumes on the shared execution slot, with drain tracking (B2)
lda
2026-09-09 17:23:28 +07:00
Verified
ada0239a1c
sched: scope live abandon repair to the broken run; torn settle reconciles genuine result (B1)
lda
2026-09-09 17:13:17 +07:00
Verified
fd2f85ef96
sched: entry-level history cursor so tied occurrence entries paginate exactly once (B4)
lda
2026-09-09 17:08:27 +07:00
Verified
b3302eb197
sched: fix example import order (lint)
lda
2026-09-09 12:21:57 +07:00
Verified
c1c9500e1b
sched: docs, probe retirement, MCP guard, coverage pins, executable example (T14)
lda
2026-09-09 12:21:13 +07:00
Verified
9c4f7de086
sched: crash-safe admin ordering, create watermark, poll freshness (T13 fix)
lda
2026-09-09 12:06:37 +07:00
Verified
e09c08899a
sched: schedule RPC methods, transport/client decoding, round trips (T13)
lda
2026-09-09 11:49:35 +07:00
Verified
2c84aba96b
sched: schedule administration API, admitted inspection, occurrence pages (T13)
lda
2026-09-09 11:33:12 +07:00
Verified
7f00422fd7
sched: real-server lifecycle integration tests incl. death/drain paths (T12)
lda
2026-09-09 11:12:39 +07:00
Verified
414d6f1922
sched: server scheduler wiring, config section, transport lifespan, CLI flag (T12)
lda
2026-09-09 11:01:20 +07:00
Verified
53899d0d75
sched: server lifecycle service with bounded real execution (T12 core)
lda
2026-09-09 10:53:48 +07:00
Verified
42deba6399
sched: sibling-distinct lock identity; reject shared-store overlaps (R4 wave 4)
lda
2026-09-09 10:20:03 +07:00
Verified
c0d36d6b61
sched: one canonical lock identity per composition; checkpoint coherence and ordering authority (R4 wave 3)
lda
2026-09-08 18:57:17 +07:00
Verified
d2c0867f76
sched: bind ownership to store composition; stable recovery failure; schema-checked prepare; guarded settle (R4 wave 2)
lda
2026-09-08 18:36:09 +07:00
Verified
3f1d5d158b
sched: guard record_stopped_execution with proven ownership
lda
2026-09-08 11:49:45 +07:00
Verified
b9d8eb9d16
sched: checkpoint-first reconcile across torn checkpoint/summary writes (F2)
lda
2026-09-08 11:43:37 +07:00
Verified
f7533c00e5
sched: typed history recorder with exactly-once terminal reconcile (F4)
lda
2026-09-08 11:39:13 +07:00
Verified
5a6056b144
sched: select latest eligible occurrence <= now; watermarks never regress (F3)
lda
2026-09-08 11:31:15 +07:00
Verified
78a966d722
sched: persist executing transition before executor; abandon on crash (F1)
lda
2026-09-08 11:29:09 +07:00
Verified
1cf44e3a5c
sched: require proven ownership at poll/admin/recovery entries (F5)
lda
2026-09-08 11:24:40 +07:00
Verified
993ed07fd3
sched: extract typed preparer/dispatcher seams; test impl out of production (F6)
lda
2026-09-08 11:19:48 +07:00
Verified
15bd472bdc
sched: tidy schedule expression test imports
lda
2026-09-08 10:51:58 +07:00
Verified
7f6c832b0b
sched: remediate R4 ownership, identity-match, dispatch-mark, and pending atomicity
lda
2026-09-08 10:51:20 +07:00
Verified
5be3f82253
sched: add held cross-process ownership with real-process tests (T11)
lda
2026-09-08 10:46:17 +07:00
Verified
f1dbe54f61
sched: add startup recovery that never executes work (T10)
lda
2026-09-08 10:46:17 +07:00
Verified
558f0c3e95
sched: add durable resume-attempt marker with store-backed identities (T09)
lda
2026-09-08 10:46:02 +07:00
Verified
d406c1c435
sched: address R3 blockers on pagination, intervals, and fail-closed polling
lda
2026-09-08 10:39:45 +07:00
Verified
be8b40e184
sched: add poll loop with overlap, misfire, fairness, and capacity (T08)
lda
2026-09-08 10:32:30 +07:00
Verified
73cb08e5ca
sched: add schedule models, file store, and deployment revisions (T07)
lda
2026-09-08 10:29:10 +07:00
Verified
7ed759053a
sched: address R2 fail-closed and fault-proof findings
lda
2026-09-08 10:27:37 +07:00
Verified
cf8d28f1ff
sched: route manual runs through durable admission before dispatch (T06)
lda
2026-09-08 10:22:17 +07:00
Verified
3cd61be96d
sched: add durable admission record and admitted run view (T05)
lda
2026-09-08 10:19:28 +07:00
Verified
d0d9fd581e
sched: address R1 findings on shared traversal and resolver threading
lda
2026-09-08 10:15:36 +07:00
Verified
46c2763b66
sched: add typed occurrence expression kind for schedule inputs (T04)
lda
2026-09-08 10:09:31 +07:00
Verified
0ded9b0d40
sched: extract shared input traversal behind SourceResolver seam (T03)
lda
2026-09-08 10:07:52 +07:00
Verified
352686128b
sched: add occurrence identity and UTC helpers (T02)
lda
2026-09-08 10:03:33 +07:00
Verified
75e902cf69
sched: add thin croniter calendar adapter with UTC occurrence sources (T01)
lda
2026-09-08 10:02:58 +07:00
Verified
4e00a2c6b7
docs: specify deployment scheduling and verify implementation plan
lda
2026-09-08 09:45:49 +07:00
Verified
d5fa180984
docs: revise thesis narrative, diagrams, and build layout
lda
2026-09-08 03:56:15 +07:00
Verified
7518954ab3
docs: capture fork-gather research and verification plan
lda
2026-09-07 01:34:28 +07:00
Verified
bb361b7f89
fix: close run budget and MCP migration gaps
lda
2026-09-06 19:21:10 +07:00
Verified
e36e462fd6
build: complete upgrade to fastapi 0.141, mcp sdk v2, fastmcp 4 and httpx2
lda
2026-09-06 12:17:15 +07:00
Verified
6d5b6741fb
fix: prime safe tool name map on direct calls without prior listing
lda
2026-09-06 11:58:06 +07:00
Verified
5b901557bd
fix: restore dict-at-boundary MCP source API for SDK v2
lda
2026-09-06 11:43:24 +07:00
Verified
01e6be5d11
fix: repair httpx2/params/transport upgrade fallout
lda
2026-09-06 11:34:01 +07:00
Verified
28017648f6
build: preserve canonical manifest line endings
lda
2026-09-05 23:47:45 +07:00
Verified
b628a5aa11
fix: expose run step identities across transports
lda
2026-09-05 23:40:25 +07:00
Verified
0612247f56
docs: complete run step budget slice
lda
2026-09-05 23:15:57 +07:00
Verified
fd48a67819
feat: expose run step budgets to clients
lda
2026-09-05 21:26:31 +07:00
Verified
715035dce8
feat: persist and inspect run step budgets
lda
2026-09-05 21:00:00 +07:00
Verified
7141a8818d
fix: harden run step budget checkpoint validation
lda
2026-09-05 20:25:11 +07:00
Verified
344902c17e
feat: reserve async workflow step attempts
lda
2026-09-05 19:07:08 +07:00
Verified
57b53eb3f6
feat: enforce step budget during sync dispatch
lda
2026-09-05 18:59:01 +07:00
Verified
ae27006abb
feat: add persisted run step budget state
lda
2026-09-05 18:28:54 +07:00
Verified
3fd1f70f5d
docs: plan persisted run step budget
lda
2026-09-05 17:53:49 +07:00
Verified
8a49ecdf0e
refactor: remove placeholder join step
lda
2026-09-05 17:47:57 +07:00
Verified
cccdbc0a47
fix: reject scalar context foreach sources
lda
2026-09-05 06:13:39 +07:00
Verified
043bda6a34
fix: preserve context schema for reserved aliases
lda
2026-09-05 05:19:38 +07:00
Verified
2a63c92c17
fix: delegate structured schema references
lda
2026-09-05 05:00:11 +07:00
Verified
d8a0eef780
fix: drop obsolete eval_condition context_data parameter
lda
2026-09-05 01:40:38 +07:00
Verified
74a3dd2b1f
fix: complete ref handling with composition, siblings, recursion
lda
2026-09-05 01:40:37 +07:00
Verified
22c17ed20e
docs: correct retired plan spec link
lda
2026-09-05 00:35:01 +07:00
Verified
3f718151d6
chore: drop dead context compat, retire plan boxes, fix spec wording
lda
2026-09-05 00:35:00 +07:00
Verified
688fccecc8
fix: quote dotted aliases and offer root foreach in inventory
lda
2026-09-05 00:35:00 +07:00
Verified
6e6a4f943d
fix: inline nested schema refs in structured foreach context
lda
2026-09-05 00:35:00 +07:00
Verified
3016fd263b
fix: use canonical empty state schema in condition test
lda
2026-09-05 00:34:59 +07:00
Verified
fa002bbe7c
fix: evaluate conditions against structured frame context
lda
2026-09-05 00:34:59 +07:00
Verified
3bfb3f440b
fix: address structured context final-review findings
lda
2026-09-05 00:34:59 +07:00
Verified
0530d1120a
docs: publish structured runtime context
lda
2026-09-05 00:34:58 +07:00
Verified
c389590a9c
feat: validate structured context paths
lda
2026-09-05 00:16:26 +07:00
Verified
71dc5ba8e8
feat: describe structured foreach context
lda
2026-09-05 00:16:25 +07:00
Verified
77537ff35a
feat: expose foreach context paths
lda
2026-09-05 00:16:25 +07:00
Verified
f6e5190696
feat: expose structured context during execution
lda
2026-09-05 00:16:25 +07:00
Verified
0c0dcbce49
feat: derive structured foreach runtime context
lda
2026-09-05 00:16:24 +07:00
Verified
a519f5e2e4
docs: trim live roadmap and guidance
lda
2026-09-04 23:43:42 +07:00
Verified
e583b961f3
docs: plan structured runtime context
lda
2026-09-04 20:16:37 +07:00
Verified
8d714f625c
fix: close workflow review gaps
lda
2026-09-04 20:00:21 +07:00
Verified
6b5c79ba21
feat: add structured foreach back-edge execution
foreach back-edge execution and control-region validation
lda
2026-09-04 19:59:37 +07:00
Verified
220df14314
fix: inherit ancestor writes in nested foreach
lda
2026-09-04 18:32:36 +07:00
Verified
f28e1cc6b4
audit: validate-first routing, read-only activation lookup, delta-log barrier patches
lda
2026-09-04 12:48:01 +07:00
Verified
7b2f718ad7
audit: validate ancestry before buffering, tighten nested ordering test
lda
2026-09-04 11:59:35 +07:00
Verified
47e57ce598
audit: walk serial owners in write routing, harden result identity
lda
2026-09-04 11:43:41 +07:00
Verified
08cd4e1e5e
audit: unify item write routing, fix serial interrupt loss, enforce result coherence
lda
2026-09-04 11:20:15 +07:00
Verified
8a0737fe8b
audit: fix concurrent subgraph loss, fail-closed ownership, drop barrier compat
lda
2026-09-04 10:58:13 +07:00
Verified
f155e6651a
audit: close review gaps, dedupe control-region and activation helpers
lda
2026-09-04 10:48:29 +07:00
Verified
79ce0d3eff
docs: sketch host runtime context
lda
2026-09-04 08:35:27 +07:00
Verified
76795eaaa0
docs: archive foreach back-edge plan
lda
2026-09-04 08:14:28 +07:00
Verified
be583661cf
docs: publish foreach back-edge semantics
lda
2026-09-04 08:13:24 +07:00
Verified
8a550f7c69