Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 12683,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 3110750,
"Shell": 2278,
"Makefile": 13617
},
"pushed_at": "2026-07-24T14:12:24Z",
"created_at": "2021-09-02T15:14:57Z",
"owner_type": "User",
"updated_at": "2026-07-24T14:15:27Z",
"description": "BPMN v.2 compliant BPM engine on Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "LGPL-3.0",
"default_branch": "master",
"license_spdx_raw": "LGPL-3.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Dr. Dobermann",
"type": "User",
"login": "dr-dobermann",
"company": null,
"location": "Almaty, Kazakhstan",
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/25484778?v=4",
"created_at": "2017-02-01T15:20:30Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 3460
},
"license": {
"state": "standard",
"spdx_id": "LGPL-3.0",
"raw_spdx": "LGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-07-18T16:00:01Z"
},
{
"tag": "v0.8.1-rc.1",
"kind": "prerelease",
"published_at": "2026-07-15T04:36:09Z"
},
{
"tag": "v0.8.0-rc.1",
"kind": "prerelease",
"published_at": "2026-07-10T02:57:18Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-28T14:10:38Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-28T10:45:31Z"
}
],
"recent_commits": [
{
"oid": "74c06df88b34db7b148cf88554856aeeedc382da",
"body": "No Must* constructors in library runtime paths (FIX-026)",
"is_bot": false,
"headline": "Merge pull request #234 from dr-dobermann/fix/no-must-in-library",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T14:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e538a602a569703b5247ce7b8443821eea8fa511",
"body": "Stages 81b02fb/ec9238a/a929d6c/723a74b; post-commit make ci exit 0\nwith diff-coverage 100.0% of 230 changed lines (min 95); §8.2 records\nthe empirical findings (committed-diff gate semantics, the\ngate-hostile inlined-wrap pattern and its consolidation remedy, the\nlegal nil-structure item, the recorded unreachable-defensive\nbranches).",
"is_bot": false,
"headline": "docs(fix): FIX-026 §8 implementation summary + Accepted",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T14:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "723a74b7b661958c193506d40e72d9073fa7d851",
"body": "FIX-026 §3.2.16-§3.2.18 + the consolidation amendment. The first-cut\nconversions inlined multi-line error wraps per site; the diff-coverage\ngate correctly rejected that (56.9%: never-executing wrap bodies are\nchanged-uncovered lines). The remediation restructures rather than\nweakens:\n\n- pkg/model/da\n[…]\n to catch a planted violation.\n- CHANGELOG [Unreleased] Changed entry (signature changes for\n embedders + the new guarantee); FIX-026 §3.2 amended to record the\n consolidation and the gate patterns.",
"is_bot": false,
"headline": "fix(gate): Stage 3 — datum helpers, Must* guard test, coverage-gate fit",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T13:35:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a929d6cf8872828378721088934299c7ddb8ad42",
"body": "FIX-026 §3.2.10-§3.2.15: the Must* sites whose enclosing signatures\nreturned no error get real error paths — the \"valid by invariant\"\ncomments move into signatures.\n\n- bpmncommon.Message.Clone() -> (*Message, error); all six library\n callers propagate (send/receive task clones, both operation clone\n[…]\nhable-defensive residuals\n(operation.Clone/gooper.Clone 72.7%, send_task.Clone 71.4%,\naddMessagePayloadOutput 78.6% — Message.Clone and\nNewBaseElement(WithID(valid)) cannot fail on valid input; §8.2).",
"is_bot": false,
"headline": "fix(model): Stage 2 — error-returning signatures replace invariant Musts",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T12:37:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec9238ad7da1017a496c6f425044f0e32bb32499",
"body": "FIX-026 §3.2.1-§3.2.9: every Must* call site whose enclosing path\nalready returns an error converts to the New* constructors with\nclassified wraps (the brule_task commitResult reference pattern) — a\nbad runtime input now fails the operation through the ordinary fault\nmachinery instead of panicking t\n[…]\n except three recorded\nunreachable-defensive residuals (statusParameter 71.4%, fireDefinition\n75.0%, ReceiveTask.Clone 75.0% — inputs unconstructible with valid\nconstructors; §8.2 entries at landing).",
"is_bot": false,
"headline": "fix(library): Stage 1 — Must*-free conversions on error-returning paths",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T12:20:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "81b02fb59d6f6914e82285f643514ccc4167b5ac",
"body": "Library runtime paths (result commits, event-payload binding, the\nclone graph, worker-outcome mapping) build objects through the\npanicking Must* twins, so a recoverable input error becomes an engine\ncrash far from its cause. Caught at the SRD-060 M2 review (the\nrejected MustParameter in BusinessRule\n[…]\ns/callable constructors — the latter also closing\na validate-all-params gap); (3) the guard test + CHANGELOG. Eight\nregression tests pin bad-input-fails-with-error; no behavior change on\nvalid inputs.",
"is_bot": false,
"headline": "docs(fix): FIX-026 no Must* constructors in library paths (Draft)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T11:53:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "109414431025e149abea5ce117727cec0147ed39",
"body": "Business Rule Task on the pluggable rule-engine seam (ADR-027 + SRD-060)",
"is_bot": false,
"headline": "Merge pull request #233 from dr-dobermann/feat/business-rule-task",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T09:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "791122c2cad0eed3a17f13843701069ac3598b8b",
"body": "…ness-rule-task\n\nTwo additive-list conflicts resolved keeping both sides: the CHANGELOG\n[Unreleased] Added entries (Business Rule Task + Transaction\nSub-Process) and the README.ru composition/tour paragraphs (the BRT\nparagraph kept, the composition paragraph taken from master with its\nnew Transactio\n[…]\nen\nauto-merged both interface additions.\n\nNote: master consumed SRD-061/ADR-028 for the Transaction; the\nDecision Table follow-up named (unnumbered) in ADR-027/SRD-060 will\ntake the next free numbers.",
"is_bot": false,
"headline": "Merge origin/master (Transaction Sub-Process, PR #232) into feat/busi…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T09:05:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ab54d4de4824388c8974d2ee950ceaa69a41de5d",
"body": "feat: Transaction Sub-Process — ACID-like abort by Cancel (SRD-061 / ADR-028)",
"is_bot": false,
"headline": "Merge pull request #232 from dr-dobermann/feat/transaction-subprocess",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T08:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da576965c2d0a1d1163a822e9a362f6b0cf7e738",
"body": "Flips SRD-061 and ADR-028 to Accepted with the implementation landed (M1–M3),\nfills SRD-061 §10, and syncs every downstream doc the landing touches.\n\nSRD-061 reconciled to the landed code (still-Draft doc == behavior):\n- FR-5: the abort holds the scope via the scopeEntry.aborting flag +\n finalize-o\n[…]\n + subgraph\n collision so it renders in Obsidian).\n\nCross-doc hierarchy kept clean: the ADR annotations cite ADR-028 (sideways),\nnever SRD-061 (no downward ref); grep SRD-061 across all ADRs is zero.",
"is_bot": false,
"headline": "docs: land Transaction Sub-Process (SRD-061/ADR-028) + sync linked docs",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T04:16:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fa69a30df39885d45b055fca476e01eacd64c155",
"body": "The landing tail after the /check-srd audit (PASS — 24 green, one\nyellow fixed here: the Refines row's SRD-004/SRD-011 refs now pinned\nto v.1).\n\nSRD-060 §10 records the implementation: milestones 813bbbb (the seam +\nthe gorules default), 5ce5bb1 (the task + the five-point wiring +\nthe DMN-minimal re\n[…]\nll -race suite\ngreen, the example smoked exit 0.\n\nADR-027 flips with its landing SRD; the Decision Table conception (the\nRule behavior interface under a data-declared table) stays the named\nfollow-up.",
"is_bot": false,
"headline": "docs: SRD-060 §10 + Accepted; ADR-027 Accepted",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T03:54:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "290efb678d510e7452aa146279c6feab6931e0de",
"body": "The override's only exercise was cross-package (the thresher e2e), so\nthe root coverage profile showed its 4 changed lines at 0% and the\nper-function bar was unmet. A white-box test proves the routing\nin-package: a node-side fact reaches the instance's local observers\nwith the instance_id stamp — the single-emission-point contract\n(SRD-041 FR-4) the override exists for.",
"is_bot": false,
"headline": "test(instance): cover the execEnv Reporter override in-package",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T03:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b165c3a5d89adc1323c1b879de4993e2d816a434",
"body": "A thresher-level end-to-end test (TestTransactionCancelE2E) drives the\nTransaction abort through the public engine: a booking Transaction reserves a\nseat and charges a card (both compensable), a Cancel End aborts it, and the\nobserver confirms the card is refunded before the seat is released (reverse\n[…]\na Cancel\nboundary to the notify path. Split by concern (main / process / tasks) per the\nexample convention; the built binary is gitignored. Smoke-runs to exit 0 with\nthe expected reverse-order output.",
"is_bot": false,
"headline": "test: Transaction Sub-Process e2e + example (SRD-061 M3)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T03:45:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28f6d66b6b542cf2fc88d6e1bbc6c7f2b0ad6846",
"body": "…sync\n\nSRD-060 M3 (FR-6 + T-5..T-7), completing the implementation.\n\nDecision observability (FR-6): new KindRules facts emitted by the task\n— Evaluated (echo Debug) after a successful evaluate+commit with\ndecision_ref / implementation (the engine's ##-kind, discharging the\n§4.3 reporting promise) / \n[…]\n tour paragraphs; roadmap C5 note. SRD-060\nFR-6 amendment recorded in the doc history.\n\nmake ci green (staticcheck QF1008 fixed in the new override);\ndiff-coverage 98.0% of 202 changed lines (min 95).",
"is_bot": false,
"headline": "feat: Business Rule Task — decision observability, e2e, example, doc …",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T03:43:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be51eddbe18417b500881c7e25dd2549df7bcd1d",
"body": "A Cancel End Event inside a Transaction Sub-Process now aborts the\nTransaction in the order BPMN §10.7 / ADR-028 §2.3 require: compensate the\ncompleted activities, terminate the ones still running, then hand control out\nthrough the Transaction's Cancel boundary.\n\nCancel is a direct-resolution event:\n[…]\nCompensation /\n…AbortGuards. The all-triggers EndEvent test drops Cancel (now a\nwins/short-circuit trigger like Terminate) with a dedicated\nTestEndEventCancelWins, mirroring TestEndEventTerminateWins.",
"is_bot": false,
"headline": "feat: Transaction Sub-Process runtime abort (SRD-061 M2)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T03:22:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ce5bb19c6b4fc9b952a173dc9a8957820daa329",
"body": "SRD-060 M2 (+ the DMN-minimal reshape of M1's seam). The last\nmodel-only conformance task type gains execution.\n\npkg/rules reshape (the amendment): Evaluate returns []Row (Row =\nmap[string]data.Value — one decision result record); the Deployer\ncapability is declared beside the seam; DecisionFunc is \n[…]\nst -race green;\ntouched functions >=80% (Clone/fold/Exec/wiring 100%; commitResult\n88.2% — the two uncovered branches are defensive constructor guards\nunreachable with a non-nil item and Ready state).",
"is_bot": false,
"headline": "feat(activities): Business Rule Task on the rule-engine seam",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T02:56:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b86e72232ea80960f3af8d339283676c41cc70dc",
"body": "Amends both Draft docs (same MR) with the DMN-minimal component\ncontract agreed mid-implementation:\n\n- The seam's result is the DMN-universal shape — a list of rows\n (output name -> value records): single-hit policies yield one row,\n multi-hit (Rule Order, Collect) many. ADR-027 §2.1/§2.6; SRD-060\n[…]\ninds (Go predicates, compiled definition rows) swap\n freely; its declaration and the Decision Table model (hit policies,\n input expressions, output names) ride the follow-up SRD (ADR-027\n §2.4/§4).",
"is_bot": false,
"headline": "docs: DMN-minimal BRE contract — ADR-027/SRD-060 amendment",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T02:56:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "580c9e574a29c7bf280aad4619b92878ba7f435c",
"body": "…-061 M1)\n\nThe model half of the Transaction Sub-Process (ADR-028): a marker and the\nshape rules that gate Cancel, no runtime yet.\n\n- activities: isTransaction on SubProcess + WithTransaction() option +\n IsTransaction() getter (mirroring the Event Sub-Process's triggered marker);\n NewSubProcess re\n[…]\niner must be the Transaction\n(Camunda-aligned, local validation). make ci green: golangci-lint 0, -race,\ndiff-coverage 100% (98 lines), govulncheck clean. No runtime behavior yet\n(M2 wires the abort).",
"is_bot": false,
"headline": "feat(model): Transaction Sub-Process marker + Cancel shape rules (SRD…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T02:32:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80a7eec5a9acf8bd44e4a28a2f4458211e253681",
"body": "…l (Draft)\n\nLands ADR-028 against the current substrate: the Transaction Sub-Process as an\nembedded Sub-Process carrying an isTransaction marker, whose Cancel behavior is\na composition of already-landed primitives.\n\n- Model: isTransaction (WithTransaction / IsTransaction, mirroring the Event\n Sub-P\n[…]\nerminateScope precedent, cancelScope ledger\ndiscard). Implements ADR-028 v.1; reuses SRD-059 ledger/sweep + SRD-049 scoped\nEnd-event resolution. M1 model → M2 runtime abort → M3 e2e/example/docs/flip.",
"is_bot": false,
"headline": "docs(srd): SRD-061 Transaction Sub-Process — ACID-like abort by Cance…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T01:32:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c3a1f2c19f25a30e30a2859be07128fa651f853",
"body": "…l (Draft)\n\nThe last live piece of the advanced-sub-process epic (#91): the Transaction\nSub-Process as a Sub-Process VARIANT (an isTransaction marker, like the Event\nSub-Process's triggeredByEvent), whose only distinguishing behavior is a\ncoordinated abort on Cancel.\n\nA Cancel End Event reached insi\n[…]\nADR-023 scope cancel verbatim — no new\nundo mechanism. Standard-grounded against §10.7 / sub-processes / end-events /\nevent-handling. Refines ADR-023 v.3 / ADR-026 v.1 / ADR-018 v.1. SRD-061 lands it.",
"is_bot": false,
"headline": "docs(adr): ADR-028 Transaction Sub-Process — ACID-like abort by Cance…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-24T00:48:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "813bbbbfac7b673441e591f4b564c3e26099e9a3",
"body": "SRD-060 M1 (ADR-027 v.1 §2.1/§2.4). New pkg/rules — the Business Rule\nEngine seam: a one-method, industry-tight Engine interface (Type +\nEvaluate(decisionRef, DataReader) -> one ItemDefinition) plus the\nDecisionFunc shape for registry-style engines (the gooper.OpFunctor\nidiom without the message bin\n[…]\nclassified error, error\nwrapping, nil-result-nil-error legality, Type, MustRegister panic.\nCoverage 100.0%, golangci-lint clean, race-clean.\n\nThresher wiring and the Business Rule Task itself ride M2.",
"is_bot": false,
"headline": "feat(rules): the rule-engine seam and the gorules registry",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-23T03:54:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f98ff0dcb3f00a03b1b4b0c9d855e00d2af72ecb",
"body": "Lands ADR-027 v.1 in three milestones:\n\n- FR-1/FR-2 — pkg/rules: the one-method rules.Engine seam (Type +\n Evaluate(decisionRef, DataReader) -> one ItemDefinition) and the\n bounded gorules registry default (\"##GoRules\"): named DecisionFunc\n registration with dup/empty/nil validation, unknown refs\n[…]\nformance\nrow 6, README+ru, roadmap, #87).\n\nAll code claims grep-verified (options.go/engineruntime.go/thresher.go\nwiring points, service_task.go:250-267 result commit,\nconformance-status.md:41 row 6).",
"is_bot": false,
"headline": "docs(srd): SRD-060 Business Rule Task on the rule-engine seam (Draft)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T16:46:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5a3a6ffe85aaf09752d2ded1efa206e2b102e86b",
"body": "The last conformance-scope task type with no execution gets its\nconception: the Business Rule Task executes the standard's minimal\nclause (§13.3.3 — call the rule on activation, complete on its return)\nagainst a pluggable Business Rule Engine seam in the ADR-002 shape.\n\nThe seam: a one-method, indus\n[…]\nsion workstream with this seam as the template.\n\nStandard-grounded against the vendored extract (§13.3.3, the §10.2.5\nelement model, the ##-hint convention). Implementation rides the\naccompanying SRD.",
"is_bot": false,
"headline": "docs(adr): ADR-027 Business Rule Task + the rule-engine seam (Draft)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T16:46:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8363c011865d3a805c4fe25a16dd5955b139e578",
"body": "Multi-Instance behavior on the off-loop decorator — ADR-025 v.2 Accepted (SRD-056.B)",
"is_bot": false,
"headline": "Merge pull request #231 from dr-dobermann/feat/mi-behavior-decorator",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T16:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f09bf2badcc75a5e7b35d1813b4b3d21f7eb1d4",
"body": "…s last item)\n\nDocument the decision NOT to implement startQuantity/completionQuantity != 1\nas a deliberate engine choice rather than a deferred gap — the last open item\nin #88's conformance row.\n\nRationale: these Activity attributes act as an implicit Parallel Gateway\n(completionQuantity>1 emits N \n[…]\nin syncs at\n re-Accept per the bilingual policy).\n- conformance-status.md row 4: completionQuantity marked a non-goal, row\n flipped to complete — #88's iteration/Multi-Instance work is fully closed.",
"is_bot": false,
"headline": "docs: startQuantity/completionQuantity as a deliberate non-goal (#88'…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T15:38:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "afa951a975ad38874a68dd2c0caeb40c8a1cde8b",
"body": "…ed (SRD-056.B M3)\n\nCloses the behavior slice and the whole ADR-025 v.2 §2.12 decorator\nre-landing: Standard Loop + Multi-Instance (sequential / parallel /\nbehavior) all iterate on the activity's own off-loop runner.\n\n- pkg/thresher/mi_behavior_test.go: TestMultiInstanceBehaviorE2E (a parallel\n rev\n[…]\n→ Accepted, §10 filled.\n\nmake ci green: golangci-lint 0, -race, diff-coverage 98.9% (177 lines),\ngovulncheck clean (incl. the new example module). /check-srd PASS.\nCompletes #88's Multi-Instance work.",
"is_bot": false,
"headline": "feat: Multi-Instance behavior e2e, example, docs — ADR-025 v.2 Accept…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T12:56:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dd72fc9d0450146f9b24d139e160f0c7d2452a3d",
"body": "…D-056.B M2)\n\nThe runtime slice — and the fix the whole decorator rework existed for. A\nsuperseded attempt threw behavior events on the LOOP goroutine, where the\nPropagateEvent round trip (throw → EventHub → the boundary catch back to\nthis instance's inbound channel) self-deadlocks. Now the throw ru\n[…]\nci-lint 0, -race, diff-coverage 98.9% (177 lines; the one gap is the\nsequential counter-rebind's error return, shadowed by bindInstance guarding\nthe same scope earlier in the pass), govulncheck clean.",
"is_bot": false,
"headline": "feat(instance): throw Multi-Instance behavior events off the loop (SR…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T12:55:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6a442841a72bf63328281bb810f17de19f7c5a8",
"body": "Re-apply the behavior model surface for the ADR-025 v.2 §2.12 decorator\nre-landing — the model was authored and validated in the superseded\nloop-goroutine attempt (never merged) and is behavior-preserving here; the\nthrow locus, not the model, was the problem. No runtime behavior yet.\n\n- events.Impli\n[…]\no the runtime\n (M2) consumes them.\n\nactivities already imports events (no cycle). make ci green: golangci-lint 0,\ndiff-coverage 100% (126 lines), govulncheck clean; SRD-055/056.A MI suites\nunchanged.",
"is_bot": false,
"headline": "feat(model): Multi-Instance behavior model types (SRD-056.B M1)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T12:55:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "de498f3311524879045ec27206b3928bb3a7757d",
"body": "…tor (Draft)\n\nThe final slice of the ADR-025 v.2 §2.12 decorator re-landing — and the one\nthe whole rework existed to enable. behavior (ADR-025 §2.8) throws a\nboundary-catchable event as MI instances complete: All (default, no throw),\nNone (every completion), One (first), Complex (per-condition, one\n[…]\naviorLastCompletionCaught\ncanary), confirmed empirically in M2.\n\nLands SRD-056.B and, at M3, flips ADR-025 v.2 Draft → Accepted (the whole\nLoop/MI decorator re-landing complete). Closes #88's MI work.",
"is_bot": false,
"headline": "docs(srd): SRD-056.B — Multi-Instance behavior on the off-loop decora…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T12:55:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74a56b41c9835ea959aed190837d03bfdeb9675d",
"body": "fix(ci): split the examples sweep off the PR-blocking gate",
"is_bot": false,
"headline": "Merge pull request #229 from dr-dobermann/fix/ci-examples-split",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T05:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "461072a43fd0c93b346a31ac3061ae30fc7efbe2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into fix/ci-examples-split",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T05:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2953b7a51fcce88a632ea93d03ec4e950e0ce90",
"body": "docs(examples): a mermaid process diagram for every example",
"is_bot": false,
"headline": "Merge pull request #228 from dr-dobermann/docs/example-mermaid-diagrams",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T05:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb130606ccb2d471a2a3484219d94002ab378928",
"body": "The repo has 38 Go modules, 35 of them examples — and every make ci\nloop (tidy/lint/build/test/vuln) iterated all 38, so ~90% of the\nrequired PR check's wall time was spent on modules that carry no tests\nand share the library's dependency graph via `replace ../..`. The\nworst offender was govulncheck\n[…]\nbs.\n\nMeasured locally: ci-core 1m14s, ci-examples 1m21s (previously serial\nin one required job; now the examples cost is off the PR critical\npath entirely and the two jobs run concurrently on GitHub).",
"is_bot": false,
"headline": "fix(ci): split the examples sweep off the PR-blocking gate",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T05:38:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0482bc6eb6365a099b349495884217f45720c094",
"body": "Every example README now carries a mermaid flowchart of the process the\ncode actually builds — previously 12 examples had no README at all and\n13 more described their process only in text/ASCII.\n\n- 12 new READMEs (complex-gateway, conversation-routing,\n event-based-gateway, event-based-parallel-sta\n[…]\n024 model→BPMN-XML exporter lands, generate\ntrue-notation SVGs from the examples' own definitions via\nbpmn-to-image (mermaid has no BPMN diagram type — these flowcharts are\ndeliberate approximations).",
"is_bot": false,
"headline": "docs(examples): a mermaid process diagram for every example",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-22T04:31:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4cfe50242ea491054826459f48f5083b443e5ca0",
"body": "Parallel Multi-Instance on the off-loop iteration decorator (SRD-056.A)",
"is_bot": false,
"headline": "Merge pull request #227 from dr-dobermann/feat/mi-parallel-decorator",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T15:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea3262301015bacff06e1ded8f339f946700c8ec",
"body": "Flip SRD-056.A (parallel Multi-Instance on the off-loop decorator)\nDraft → Accepted after the landing gate (/check-srd PASS): all FR-1..FR-15\nwired, §6 suite + e2e green under -race, example smokes exit 0\n([70 75 80 85] average 77), make ci diff-coverage 100% (185 lines).\n\n- fold §7 to reflect the M\n[…]\n parallelInstanceDrained seam removed).\n\nADR-025 v.2 stays Draft until SRD-056.B (the behavior throw — now an\nordinary off-loop throw at the barrier's completion point) completes the\n§2.12 re-landing.",
"is_bot": false,
"headline": "docs(srd): SRD-056.A Accepted — §10 summary + CHANGELOG (M2)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T14:50:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "14bdd1040c6f5997ebe2208ff699df6abb41c8b4",
"body": "…D-056.A M1)\n\nRe-lands parallel MI on the ADR-025 v.2 §2.12 iteration decorator, the\nthird slice after composite Standard Loop (SRD-054) and sequential MI\n(SRD-055). The prior landing drove the fan-out and the N-of-N barrier on\nthe loop goroutine (fanOutParallelMI at onScopeOpen, parallelInstanceDra\n[…]\n; new white-box tests cover the decorator error/guard branches.\nmake ci green: golangci-lint 0, -race, diff-coverage 100% (185 lines),\ngovulncheck clean. Sequential MI + Standard Loop paths unchanged.",
"is_bot": false,
"headline": "feat(instance): parallel Multi-Instance on the off-loop decorator (SR…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T14:30:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e21d7f9631ba9ceb375955771949821812ed3073",
"body": "…tor (Draft)\n\nDelete-and-reuse rewrite of SRD-056.A for the ADR-025 v.2 §2.12 iteration\ndecorator — the third slice of the re-landing after composite Standard Loop\n(SRD-054) and sequential MI (SRD-055). The prior landing drove the parallel\nfan-out and the N-of-N barrier entirely on the loop goroutin\n[…]\neration flips scopeLoopCounter for a\nparallel node, so M1 extends the entry.ordinal override to the cancel-path\nfact (FR-14).\n\nADR-025 v.2 stays Draft until the whole re-landing (SRD-056.B) completes.",
"is_bot": false,
"headline": "docs(srd): SRD-056.A — parallel Multi-Instance on the off-loop decora…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T14:30:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9c21fee11c80657594678b87b87a4bbd66114123",
"body": "Compensation events — the completion ledger and throw-driven undo (ADR-026 + SRD-059)",
"is_bot": false,
"headline": "Merge pull request #226 from dr-dobermann/feat/compensation-events",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T14:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e77d84aaa53ec454bb6cca7296ad456d4d4f0ca",
"body": "Landing tail of the Compensation events work:\n\n- SRD-059: §10 implementation summary filled (milestone SHAs incl. the\n mid-stream master merge, verification results — post-commit make ci\n green, diff-coverage 95.3% of 697 changed lines — and the recorded\n deltas vs the draft: the dedicated NewCom\n[…]\nandings — link-events, escalation-events, compensation-events — a new\n \"Links, escalation & compensation\" section adds them (the audit's\n index-sync finding; the first two were pre-existing misses).",
"is_bot": false,
"headline": "docs: SRD-059 Accepted, ADR-026 Accepted — §10, examples index",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T13:37:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "696a3e029d9e5882574b9cee623092666584ba05",
"body": "M4 of SRD-059, closing the #90 events epic.\n\nThe thresher e2e (T-10) drives the full path through the public surface\nand asserts the Eligible → Thrown → Compensating → Compensated fact\ntrail. It caught two real gaps the instance-level tests' tolerant hub\nproducer masked: a Compensation boundary was \n[…]\natus row 8 → landed (and the\nTransaction row now notes its compensation machinery exists); README +\nREADME.ru saga entries; roadmap — the #90 epic (Signal, Link,\nEscalation, Compensation) is complete.",
"is_bot": false,
"headline": "feat: Compensation events — e2e, example, doc sync",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T13:27:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "45c9917cb48eacf2ace1aeb38f94953aa32bdc5f",
"body": "Brings in ADR-025 v.2 — composite iteration re-landed as an off-loop\ndecorator (SRD-054/SRD-055 refactors) plus the checkNodeType complexity\nfix. Resolved the one conflict (internal/instance/track.go): kept this\nbranch's checkActivityWaitKind/checkThrowNode extraction and routed its\ncomposite branch\n[…]\nm in\nrecordScopeCompletion is replaced by drivesOwnIteration — the MI/loop\ncompensation skip (ADR-025 §2.10 deferral) is semantically unchanged.\nInstance/thresher/model/scope suites pass on the merge.",
"is_bot": false,
"headline": "Merge origin/master into feat/compensation-events",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T13:11:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a660f973c2f6b3146d1bb168e1203dd40c89266b",
"body": "M3 of SRD-059 — the active half consuming the M2 ledger.\n\nThrow seam (FR-5): Compensate(activityRef, wait) joins\nrenv.RuntimeEnvironment (the Terminate/Escalate peer);\nthrowEvent.emitDefinition routes a fire-and-forget Compensation\ndefinition to it inline, while a wait-for-completion throw is a WAIT\n[…]\nntinues — never a fault,\nnever silent. PhaseCompensating/PhaseCompensated fill ADR-013's\nreserved slots.\n\nEvery touched/new function ≥80% covered (nearly all 100%); local\ndiff-coverage 96.9% (min 95).",
"is_bot": false,
"headline": "feat(instance): Compensation throw and reverse-order resolution",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T13:07:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c01605a71092b11ee60d0a0fd732f4f5291ccbe9",
"body": "Sequential Multi-Instance on the off-loop iteration decorator (SRD-055)",
"is_bot": false,
"headline": "Merge pull request #225 from dr-dobermann/feat/mi-sequential-decorator",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T12:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "250ed3ba4bcda77e87f47330fd742e0f961ab9e4",
"body": "Flip SRD-055 (sequential Multi-Instance on the off-loop iteration\ndecorator) Draft → Accepted after the landing gate (/check-srd PASS):\nall FR-1..FR-14 wired, §6 suite + e2e green, example smokes exit 0\n([120 300 96]), make ci diff-coverage 97.7% (min 95%).\n\nFill §10: stage commits (doc a944451, M1 \n[…]\n clone,\ncovered white-box by injecting the broken collection into the live scope.\n\nADR-025 v.2 stays Draft until parallel MI (SRD-056.A re-land) and\nbehavior (SRD-056.B) complete the §2.12 re-landing.",
"is_bot": false,
"headline": "docs(srd): SRD-055 Accepted — §10 implementation summary (M3)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T11:33:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a63e4f4bcf89545e157efec82214f7cac5101a3f",
"body": "…-055 M2)\n\nM1 landed runMISequential as the off-loop iteration decorator for a\nsequential Multi-Instance composite and routed executeStep to it, leaving\nthe old loop-goroutine-driven miIterator/compositeIterator machinery in\nplace as a now-unreachable seam. M2 removes it, behavior-preserving:\n\n- del\n[…]\nuential-MI self-drive; parallel-MI\n and plain composite park).\n\nmake ci green: golangci-lint 0, -race, diff-coverage 97.7% (min 95%),\ngovulncheck clean. Standard Loop and parallel MI paths unchanged.",
"is_bot": false,
"headline": "refactor(instance): remove the dead loop-side sequential-MI seam (SRD…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T11:17:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a43c882be76528052588a3546ae9c806ae4860b0",
"body": "…SRD-055 M1)\n\nLand runMISequential — a sequential-MI composite now drives its own\ncount-driven iteration from the host runner (resolve N once; per instance:\nsplit the input datum off-loop, request the child scope, park for the\ndrain, advance the completion count, test the completionCondition\noff-loo\n[…]\nver the runner's reachable error guards (a broken input\ncollection, a stopped-instance open, a mid-instance drain stop).\n\nmake ci green: golangci-lint 0, -race, diff-coverage 97.4%, govulncheck\nclean.",
"is_bot": false,
"headline": "feat(instance): sequential Multi-Instance on the off-loop decorator (…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T10:06:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a944451e86deb1d19b2eb803ded52e2f9fa5304a",
"body": "…tor (Draft)\n\nDelete-and-reuse the SRD-055 slot: replace the loop-goroutine-driven\ncompositeIterator/miIterator content with the ADR-025 v.2 §2.12 decorator\ndesign (runMISequential), keeping the model + data-mediator / completion /\nattribute semantics.\n\nSequential MI now drives its own count-driven \n[…]\nnIteration (SL or seq-MI\ncomposite) routes both off-loop; parallel MI still parks (separate slice).\nThe compositeIterator seam retires (M2).\n\n/review-srd PASS (realizes §2.12; grounded). Status Draft.",
"is_bot": false,
"headline": "docs(srd): SRD-055 — sequential Multi-Instance on the off-loop decora…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T08:28:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e25f34ffc2f014d6e32f26482f140fb4b4882ef",
"body": "M2 of SRD-059 — the passive record the M3 throw will consume.\n\nThe ledger (FR-3): a loop-owned, per-scope-path ordered record of\ncompensable completions. A leaf with a Compensation boundary is\nappended at evMoved — moving off a node is its successful completion,\nso the hook is inherently the presume\n[…]\njoins the Error/Escalation\nno-hub-waiter arm (FR-7's record side).\n\nEvery touched/new function ≥80% covered (most 100%); pay-for-use: a\nmodel without compensation handlers allocates and emits nothing.",
"is_bot": false,
"headline": "feat(instance): the compensation completion ledger",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T07:38:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "380fbf532a63f9ac6798385495ef9daf9b9b7b6c",
"body": "feat: composite Standard Loop on the off-loop iteration decorator (ADR-025 v.2 §2.12, SRD-054)",
"is_bot": false,
"headline": "Merge pull request #224 from dr-dobermann/feat/loop-mi-decorator-engine",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T07:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e1915b7a182af1ad2b4381cfb4ca72f6837724",
"body": "The composite decorator carve-out (13d4de4) pushed checkNodeType to\ncyclomatic complexity 16 (over the gocyclo 15 limit), failing\nlint-all-modules in CI. Extract the composite-host routing (a looped\nStandard-Loop composite self-drives vs. parks) into enterComposite, so\ncheckNodeType keeps one branch per node kind and drops back to 15.\n\nNo behavior change. make ci green (lint-all-modules 0 issues,\ndiff-coverage 98.4%, govulncheck clean).",
"is_bot": false,
"headline": "fix(instance): drop checkNodeType cyclomatic complexity (gocyclo)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T06:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94cc65947c699aafd1e0746f556e5c85fcf6d27e",
"body": "Fill §10 (stage commits 13d4de4 folded M1+M2 protocol+runner, 7d0d804\nseam removal; empirical findings: the M1/M2 fold, the off-loop counter\nbind, the scopeLoopCounter regression caught in M2) and flip Status\nDraft → Accepted. Standard Loop is fully re-landed on the off-loop\niteration decorator; make ci green, landing audit PASS. ADR-025 v.2\nstays Draft until the whole re-landing (sequential/parallel MI +\nbehavior) completes.",
"is_bot": false,
"headline": "docs(srd): SRD-054 Accepted — §10 implementation summary",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T05:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0d8045a4338c1d23efa418d409dc65830b922a",
"body": "…-054 M2)\n\nStandard Loop is now decorator-driven (the folded M1/M2), so the\nloop-goroutine-driven composite-iteration strategy for it is dead. Remove\nstandardLoopIterator (its firstOpen/beforeClose/afterDrain) and drop the\nStandard-Loop branch from compositeIteratorOf, which now returns a strategy\no\n[…]\ny for sequential MI\nuntil SRD-055 re-lands it.\n\nBehavior-preserving; the full loop / MI / boundary suites + thresher e2e\nstay green under -race. make ci green. CHANGELOG [Unreleased] notes the\nrework.",
"is_bot": false,
"headline": "refactor(instance): remove the dead loop-side Standard-Loop seam (SRD…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T05:42:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13d4de410226760d55a50d1089a9be89a5462000",
"body": "…D-054)\n\nLand the iteration-decorator engine and re-land composite Standard Loop\non it (ADR-025 v.2 §2.12): a looped Sub-Process / Call Activity now\ndrives its own iteration from the host's runner goroutine instead of\nparking for loop-goroutine-driven scope re-entry.\n\nThe scope protocol clones the t\n[…]\nresher\ne2e now exercise the whole protocol end-to-end.\n\nmake ci green: golangci-lint 0 issues, -race, diff-coverage 98.4%,\ngovulncheck clean. SRD-054 §7/§3.2/§4.6 updated for the fold + off-loop\nbind.",
"is_bot": false,
"headline": "feat(instance): composite Standard Loop on the off-loop decorator (SR…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T05:14:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eafc711cd218588d7363cb3394045e7d6ebb4113",
"body": "M1 of SRD-059. Model layer only, no runtime yet:\n\n- FR-1: CompensationEventDefinition gains Activity() and\n WaitForCompletion() getters; the field aligns on the spec's\n waitForCompletion name (§10.4.5). TriggerCompensation joins\n boundaryTriggers.\n\n- FR-2: a Compensation boundary is built ONLY th\n[…]\nlers (flow-less\n by design — the Link-catch seeding precedent).\n\nClone's construction-guarded error branch is covered white-box (the\ndeclarationKey precedent); every touched function ≥80%, most 100%.",
"is_bot": false,
"headline": "feat(events): Compensation boundary, handler link, model completeness",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T05:02:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c495579e6af51a0fcfebf40a9bc031db7d167f54",
"body": "Delete-and-reuse the SRD-054 slot: replace the loop-goroutine-driven\ncomposite content with the ADR-025 v.2 §2.12 decorator design, keeping\nthe model and leaf-Task requirements (unchanged).\n\nComposite Standard Loop now iterates on the activity's own runner\ngoroutine (runCompositeLoop, await-each), r\n[…]\n M1 protocol, M2 decorator, M3 remove old seam.\n\n/review-srd PASS (parent-ADR conformance + code-grounding + §6 tests\nverified). Status Draft; ADR-025 v.2 stays Draft until the whole\nre-landing lands.",
"is_bot": false,
"headline": "docs(srd): SRD-054 — Standard Loop re-landed on the off-loop decorator",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T03:17:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "33e7913b2308e4cbcbe5c7e3ed74ed58efb85a62",
"body": "Add §2.12 to the Loop/Multi-Instance ADR: a composite looped activity\n(Sub-Process, Call Activity) iterates on the activity's own off-loop\nexecution — an iteration decorator — rather than under control code run\non the per-instance loop goroutine.\n\nWhy: the v.1 model drove iteration control on the lo\n[…]\npted), adds\nADR-017 v.1 to Refines, forward-pointers in §2.2/§2.5/§2.8, the\nexecution-model alternatives in §4, and the v.2 rework\nconsequences/rollout in §5/§7. The RU twin is translated at Accepted.",
"is_bot": false,
"headline": "docs(adr): ADR-025 v.2 — composite iteration as an off-loop decorator",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T03:17:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af3b2cfc1875602cb56d90946319fbb29ce1f233",
"body": "Lands ADR-026 v.1's core scope: the completion ledger and throw-driven\ncompensation of own-handler activities.\n\nModel: CompensationEventDefinition getters + the waitForCompletion\nspec-name alignment; Compensation joins boundaryTriggers\n(interrupting-only — cancelActivity does not apply); the boundar\n[…]\nobserver stream is its audit log\n(Compensating/Compensated fill ADR-013's reserved slots).\n\nFour milestones: model+validation; ledger+snapshots; throw+resolution;\ne2e+example+doc sync.\n\nStatus: Draft.",
"is_bot": false,
"headline": "docs(srd): SRD-059 Compensation events",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T03:15:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae25102c318c7dc23ec9a958eb32700cd7a1f3c2",
"body": "Compensation conception — fulfills ADR-006 v.4 §2.2/§2.3's explicit\ndeferral (the eligibility window is ADR-006's; the handling is decided\nhere).\n\nCore: a loop-owned, scope-structured completion ledger — ordered\ncompensable completions with per-entry data snapshots captured at\nCompleted, folded chil\n[…]\n (rides #91 on this machinery),\nCall Activity cross-instance compensation.\n\nStandard-grounded against §13.5.5/§10.7/§10.4.5/§13.5.6 via the vendored\nextract. Implementation rides the accompanying SRD.",
"is_bot": false,
"headline": "docs(adr): ADR-026 Compensation events (Draft)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-21T02:50:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7624fd7cf463eaa5f1448989ec289e6d0fd2ac05",
"body": "Escalation events — non-critical propagation up the scope chain (SRD-058)",
"is_bot": false,
"headline": "Merge pull request #223 from dr-dobermann/feat/escalation-events",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T15:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfd915df0bb524c206ae555b891fe38def5b52af",
"body": "Brings in parallel Multi-Instance (SRD-056.A, #222). Resolved the\n.gitignore conflict (kept both example-binary entries); CHANGELOG,\nREADME(+ru), conformance-status, loop.go and boundary_watch.go\nauto-merged cleanly. Escalation and MI-parallel are orthogonal paths —\nthe full instance + thresher + events suites pass on the merge (the\npre-existing TestParallelMultiInstanceCompletionCancelsRemainder flake\nis master's, not introduced here).",
"is_bot": false,
"headline": "Merge origin/master into feat/escalation-events",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T15:37:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e7549922f999b12b0e93c1b93fbd4097544d604",
"body": "Downstream consistency for the Escalation landing (#90):\n\n- CHANGELOG [Unreleased]: the Escalation entry (incl. the breaking\n NewEscalationEventDefintion → NewEscalationEventDefinition rename).\n- conformance-status.md: row 7 (EscalationEventDefinition) 🟡 → ✅\n Landed SRD-058; row 9 note refreshed (\n[…]\nd to landed; C6 now needs only Compensation.\n- ADR-018: the Escalation boundary deferral-table row ❌ deferred →\n ✅ landed later (a status annotation; \"the accompanying SRD\", no\n downward reference).",
"is_bot": false,
"headline": "docs: sync linked docs for SRD-058 escalation events",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T14:45:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f8d1e0f69bd590083eb67483d9152ead2d55e0f",
"body": "Fills §10 (milestone SHAs, touched files, verification results, deltas\nvs the draft — M2 split into M2a/M2b, KindEscalation resolution,\ninstance-level test placement), refreshes the ADR-023 pin v.1 → v.2\n(§2.6 unchanged across the bump), and flips Status Draft → Accepted.",
"is_bot": false,
"headline": "docs(srd): SRD-058 Accepted — §10 implementation summary",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T14:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "767a6aa6571e7b2510dfa0cf2a2c0a8a7f2dca8e",
"body": "M3 of SRD-058. Completes the observability triple and the end-to-end\nsurface.\n\napplyEscalate now emits a KindEscalation/Thrown fact at the throw site\n(the throwing node + code) before the scope-chain walk, completing the\nThrown → Caught / Unresolved triple (NFR-5) — the escalation peer of the\nfault'\n[…]\ncess that raises\na non-critical OVER_BUDGET escalation caught by an interrupting boundary\nrouting to notify-manager. Smoked exit 0; split by concern (each file\n<80 lines); its built binary gitignored.",
"is_bot": false,
"headline": "feat: Escalation events — Thrown fact, e2e, example",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T13:47:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f239a9e897b9c189567a39ce30260d62185e185",
"body": "M2b of SRD-058 — the event-sub-process Escalation start catcher, the\nscope-level peer of the M2a Boundary catcher.\n\narmScopeHandlers folds an Escalation start into the no-hub-waiter arm\nalongside Error: neither is a hub-published trigger — both are resolved\nat the throw site by the scope-chain walk.\n[…]\nting runs concurrently while the scope continues, T-5c the\ninline handler wins over a co-located boundary; a white-box test covers\nthe spent-budget propagation branch. Every new function 100% covered.",
"is_bot": false,
"headline": "feat(instance): Escalation event-sub-process start catch",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T12:31:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b33027ec41d157ccdbb17bc8773112035355a78",
"body": "feat: parallel Multi-Instance activities (SRD-056.A)",
"is_bot": false,
"headline": "Merge pull request #222 from dr-dobermann/feat/mi-parallel",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a62cfbd18a71e60c0ef97c17e5158796b7e45e97",
"body": "Intra-branch clarifications (the doc is still Draft):\n\n- Resolve the §3.5/§4.5 open question in favour of a dedicated\n KindEscalation observability kind (not KindFault+attribute) —\n escalation is not a fault, so it keeps the fault stream fault-only.\n\n- Note that milestone M2 was split into M2a (throw seam + Boundary\n catch) and M2b (event-sub-process start catch) for reviewability; the\n §7 table is reconciled in §10 at landing.",
"is_bot": false,
"headline": "docs(srd): SRD-058 record M2a decisions",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94fd7e7c18df24a46ee2b21f2e5ac620efccd996",
"body": "Flip SRD-056.A Draft→Accepted after the /check-srd landing gate. Doc-only.\n\n- §6 test table reconciled to the landed names (SequentialUntouched →\n SequentialStillWorks; CompletesWhenLastDrains folded into RunsAll;\n EmitsIterationFacts folded into DistinctScopes; the error-branch canaries\n added).\n[…]\n out-of-order staging,\n Commit-errors-on-unopened-scope, removed SRD-055's parallel-rejected gate),\n backlog (behavior → SRD-056.B).\n\nADR-025 stays Accepted (this SRD implements it — no ADR change).",
"is_bot": false,
"headline": "docs: SRD-056.A Accepted — reconcile §6, fill §10 (SRD-056.A M5)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:06:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3431d041e49cb0b5fd3598e7acc9f47b5ee13fd",
"body": "… M5)\n\nLand the SRD-056.A front-door artifacts.\n\n- pkg/thresher/mi_parallel_test.go — TestParallelMultiInstanceE2E runs a parallel\n Multi-Instance Sub-Process over a collection through the public engine, all\n instances concurrently.\n- examples/multi-instance-parallel/ — a review panel where review\n[…]\ne: go run . exits 0.\n- docs/guides/iteration.md gains a sequential-vs-parallel note; the examples\n index, CHANGELOG [Unreleased], conformance tracker row 4 (parallel ✅), and\n README EN + RU updated.",
"is_bot": false,
"headline": "docs: parallel Multi-Instance e2e, voting example & guides (SRD-056.A…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:06:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4428fe791404966fa79d2c1eb831c62fae1e42ea",
"body": "… M4)\n\nAn interrupting boundary firing on a parallel Multi-Instance activity must tear\ndown all N instance scopes, but cancelHostScope resolved only the default\nsp-<id> segment via hostChildScope — which does not exist for a fanned-out host,\nso the N instance scopes would leak.\n\ncancelHostScope now \n[…]\nmpletionCondition path\n(cancelRemainingInstances now reuses cancelOpenInstances). A scoped Terminate\nneeds no change — it cancels the enclosing subtree, which recursively includes\nthe instance scopes.",
"is_bot": false,
"headline": "feat: MI-aware cancelHostScope for parallel Multi-Instance (SRD-056.A…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:06:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "733fc46c33b9a5800b60a204f2d3bdb042c11f54",
"body": "…D-056.A M3)\n\nLand completion-condition cancellation and the §2.9 runtime attributes on the\nparallel fan-out.\n\nOn each instance drain, parallelInstanceDrained increments the completed count\nand publishes the running attributes at the host scope (bindParallelCounters):\nnumberOfInstances, numberOfActi\n[…]\npletion order is nondeterministic, so the cancellation test\ngates each instance body to make the truncation deterministic.\n\nThe MI-aware cancelHostScope follows in M4; the voting example + docs in M5.",
"is_bot": false,
"headline": "feat: parallel Multi-Instance completionCondition + runtime attrs (SR…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:06:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cfb51a87c4257f56de8554bfdd4291781b87205e",
"body": "Land the split/assemble data mediator for parallel Multi-Instance on the M1\nfan-out.\n\nEach instance binds its per-pass data at its OWN child scope (concurrency-safe,\nunlike the sequential slice's host-scope bind): the 0-based loopCounter and,\nwhen collection-driven, the inputDataItem = element i of \n[…]\narray, and the ref/item names;\nparallelInstanceDrained returns its publish error for completeScope to fault on.\n\nThe completionCondition cancellation and the numberOf* runtime attributes\nfollow in M3.",
"is_bot": false,
"headline": "feat: parallel Multi-Instance per-instance data mediator (SRD-056.A M2)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:06:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c10bf137d40414c901dfb877c57996f9163f7d5c",
"body": "Land the parallel Multi-Instance driver on the concurrent-scope substrate.\n\nA parallel MI host (multiInstanceOf(node) && !IsSequential) dispatches from\nonScopeOpen to a new fan-out (mi_parallel.go): it resolves N once, opens N\ndistinct instance scopes (segment sp-<id>-i) at activation — each seeded \n[…]\nrd is\nremoved, and SRD-055's parallel-rejected gap-gate test with it.\n\nThe per-instance data mediator, completionCondition cancellation, runtime\nattributes, and MI-aware host teardown follow in M2-M4.",
"is_bot": false,
"headline": "feat: parallel Multi-Instance fan-out + N-of-N barrier (SRD-056.A M1)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:06:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "951a68c3400b2c0aacc8a9c47dc7d6d0f82cd442",
"body": "Draft SRD-056.A — the parallel slice of Multi-Instance (BPMN §13.3.7),\nimplementing ADR-025 v.1 §2.5–§2.7, §2.9 on the concurrent-scope substrate the\nSRD-055 sequential seam already rides. behavior/ComplexBehaviorDefinition split\nto SRD-056.B (SRD-057 is reserved for Link Events).\n\nA separate parall\n[…]\npletionCondition\nperforms a real cancelScope of the remainder; cancelHostScope becomes MI-aware.\nComposite-host-only; no model change (isSequential=false already expresses\nparallel). /review-srd PASS.",
"is_bot": false,
"headline": "docs: SRD-056.A Multi-Instance parallel (Draft)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T11:06:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d019a27434ef13ecfafd53e13d4519209f53948d",
"body": "M2a of SRD-058. The throwing half of Escalation plus the Boundary\ncatcher; the event-sub-process start catcher is M2b.\n\nThrow seam. An escalation throw continues its token (Intermediate Throw)\nor ends it normally (End Event), so — unlike Error — it cannot ride\nevFailed. Add Escalate(code) to renv.Ru\n[…]\n(interrupting + non-interrupting boundary,\nmulti-level scope chain, unresolved-logs-no-fault) drive the real loop;\nend_test.go updated for the re.Escalate reroute. Every touched function\n100% covered.",
"is_bot": false,
"headline": "feat(instance): Escalation throw seam + boundary catch",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T10:58:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e7ff6236c43780b16086114e3bbb39f7a75a546e",
"body": "M1 of SRD-058. Two model-layer changes, no runtime yet:\n\n- FR-5: add TriggerEscalation to boundaryTriggers, so an Escalation\n boundary event attaches (interrupting or non-interrupting — Escalation\n is non-interrupting-capable per ADR-018 v.1, unlike Error). The\n boundary-validation test flips: an\n[…]\n\n clone-path caller and the type-name typo in its doc comment), and add\n a MustEscalationEventDefinition twin for symmetry with the other event\n definitions (Signal/Message/Timer/Conditional/Link).",
"is_bot": false,
"headline": "feat(events): Escalation boundary position + constructor fix",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T07:49:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f26ce2e9b70d60faaeba9e94a0dc630cd5253f09",
"body": "Escalation events — the non-critical twin of Error, riding the landed\nscope-chain propagation machinery (SRD-049/052). Adds the Escalation\nboundary position (interrupting + non-interrupting), a non-fault\nevEscalate throw seam, the escalation-code scope-chain match, and the\nevent-sub-process Escalati\n[…]\nligning with ADR-006 §2.4's logged\nno-waiter no-op for signals.\n\nThree milestones: model + boundary position; throw → scope-chain\npropagation; observability + e2e + example + doc sync.\n\nStatus: Draft.",
"is_bot": false,
"headline": "docs(srd): SRD-058 Escalation events",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T07:09:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4832b1da5bf03f378f636f8adad468579b90d379",
"body": "Link events — intra-process GOTO (SRD-057, ADR-006 v.4 §2.8)",
"is_bot": false,
"headline": "Merge pull request #221 from dr-dobermann/feat/link-events",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T05:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c784fb17fa42b347de606ec89affd9e3775cb9",
"body": "Brings in sequential Multi-Instance (SRD-055, #220) and reconciles it\nwith the Link events work:\n\n- .gitignore: keep both example-binary entries (link-events +\n multi-instance-sequential) — the only content conflict.\n- conformance-status.md: auto-merged (MI row 4 + Link row 9 coexist);\n refreshed \n[…]\nmple links).\n- Code (instance.go seedableEntry vs the MI track.go/instance.go\n changes) merged without conflict; full suite green post-merge\n (events, flow, internal/instance{,/snapshot}, thresher).",
"is_bot": false,
"headline": "Merge origin/master into feat/link-events",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T05:03:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f09deb144da21f103a36f659c543b21212c0ceb4",
"body": "Propagate the Link landing (ADR-006 v.4 §2.8 / SRD-057) to the docs\nthat point at it:\n\n- ADR-006 RU twin → v.4: §2.8 translated (Link is not a wait node —\n static per-container name-pairing + loop-local redirect), scope\n blurb + §3 consequence + §6 + history row; the §10.5.1 Link clauses\n are alr\n[…]\nRoadmap §2.2: Link moves to *landed* (SRD-057) — C6 now needs only\n Compensation/Escalation of the #90 set; a 2026-07-20(b) changelog\n entry.\n- Link-events kickoff brief: marked Superseded — landed.",
"is_bot": false,
"headline": "docs: sync linked docs — ADR-006 RU twin §2.8, roadmap, kickoff",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T04:53:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "45806f543021185034138cbd396204e4a110b9cd",
"body": "Flip both to Accepted now that the S... Link slice has landed whole\n(three milestones, make ci green, diff-coverage 100%):\n\n- SRD-057 v.1 Draft→Accepted — §9 DoD checked closed, §10 filled with\n per-milestone commits/touched files/tests and the V-results, and the\n two deltas recorded (the §3.4 res\n[…]\n.4 Draft→Accepted — §2.8 the Link conception is realized;\n the v.4 history row records the landing (no downward SRD reference).\n\nThe ADR-006 RU twin + linked-doc sync follow as their own docs commit.",
"is_bot": false,
"headline": "docs: SRD-057 + ADR-006 v.4 Accepted — Link events landed",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T04:53:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cbd65e7456a3a888a9360654e6ac207477fa9fc2",
"body": "The end-to-end proof and the finding it surfaced (ADR-006 v.4 §2.8,\nSRD-057 M3):\n\n- pkg/thresher/link_test.go: TestLinkThrowToCatch (start->A->throw\"L\",\n catch\"L\"->B->end completes with B run) and TestLinkOnPageLoop (two\n Link sources — an initial jump + a back-edge — into one catch loop\n N times\n[…]\nion -> landed), README event catalog (link-events),\nSRD-057 §3.6 (the entry-node finding).\n\nmake ci green; diff-coverage 100%; touched functions 100%.\n\nPart of SRD-057 v.1 (M3 of 3); ADR-006 v.4 §2.8.",
"is_bot": false,
"headline": "feat(thresher,instance): SRD-057 M3 — Link events e2e, example, doc sync",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T04:44:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57b5e5f2f66a35403b47c484d16e1b371379dee6",
"body": "The runtime redirect for Link events (ADR-006 v.4 §2.8, SRD-057 M2):\na Link throw hands the token to its paired target catch's outgoing\nflows, resolved statically at graph-wiring time — no hub, no waiter,\nno runner change.\n\n- flow.LinkEventNode { LinkName; IsLinkSource } and flow.LinkSource\n { +Set\n[…]\nGraph->resolveLinkEdges path + per-instance isolation).\nAll touched functions 100% covered; lint clean; flow/events/snapshot/\ninstance/thresher green.\n\nPart of SRD-057 v.1 (M2 of 3); ADR-006 v.4 §2.8.",
"is_bot": false,
"headline": "feat(flow,events): SRD-057 M2 — static Link resolution + throw redirect",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T03:24:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce3a618aa67762df77e30bcdcd9cab4e7c24a077",
"body": "feat: sequential Multi-Instance activities (SRD-055)",
"is_bot": false,
"headline": "Merge pull request #220 from dr-dobermann/feat/mi-sequential",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T02:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28dd70909242087fd94a50125e36ca0de8066d98",
"body": "The Link-event model layer + registration-time validation (ADR-006 v.4\n§2.8, SRD-057 M1):\n\n- Rewrite LinkEventDefinition to the event-definition skeleton\n (terminate.go/signal.go pattern): unexported name,\n NewLinkEventDefinition/MustLinkEventDefinition with a required\n non-empty name, Type()==fl\n[…]\n_validation_test.go — Process/SubProcess.Validate reject an\nunpaired Link at registration. Touched functions 100% covered; lint\nclean; no regressions.\n\nPart of SRD-057 v.1 (M1 of 3); ADR-006 v.4 §2.8.",
"is_bot": false,
"headline": "feat(events,process): SRD-057 M1 — Link event model, positions, pairing",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T02:52:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6d9bbbaea6ad35689f328d5aca0fdc8f2e1963cc",
"body": "Flip SRD-055 Draft→Accepted after the /check-srd landing gate. Doc-only.\n\n- §6 test table reconciled to the landed test names (instance + thresher).\n- §3.2 records the three-hook compositeIterator seam (firstOpen / beforeClose /\n afterDrain) as landed — the draft's two-hook sketch predated the\n ou\n[…]\ndraft (cardinality folded\n into M2; the FR-13 scopeLoopCounter fix caught at the gate), backlog (parallel\n MI / behavior → SRD-056).\n\nADR-025 stays Accepted (this SRD implements it — no ADR change).",
"is_bot": false,
"headline": "docs: SRD-055 Accepted — reconcile §6/§3.2/FR-8, fill §10 (SRD-055 M5)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T02:34:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8caf37e8eee2d0127723405ecd03af508a04d14c",
"body": "…RD-055)\n\nClose the SRD-055 §6 invariants that lacked a dedicated canary, surfaced by the\n/check-srd landing gate:\n\n- FR-12 — assert numberOfActiveInstances (=1 while an instance runs) in the\n runtime-attributes test.\n- FR-10 — TestMultiInstanceOutputUnpublishedMidRun proves the assembled output\n \n[…]\np: scopeLoopCounter recognized only a Standard\nLoop, so Multi-Instance scope facts carried no ordinal. It now gates on the\nshared compositeIterator, so both iteration kinds publish their pass ordinal.",
"is_bot": false,
"headline": "test: Multi-Instance FR-10/12/13 canaries + fix MI iteration facts (S…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T02:31:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2d6a901a48cbfa60bbba3e2eed09bceef79b3666",
"body": "Code-grounded landing spec for ADR-006 v.4 §2.8. Link is a static\nintra-container name-pairing plus a loop-local token redirect, not a\nsubscription:\n\n- FR-1 rewrite link.go to the event-definition skeleton\n (NewLinkEventDefinition/Must, Type()==TriggerLink, Name(),\n conformance assert); drop the m\n[…]\ney()\n generalization premise.\n\nThree milestones (model+positions+validation / snapshot-resolution+\nthrow-redirect / e2e+example+doc-sync). Draft; lands ADR-006 v.4 which\nflips to Accepted on landing.",
"is_bot": false,
"headline": "docs(srd): SRD-057 — Link events (intra-process GOTO)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T02:21:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "93bfd5dbce8f12c1e9d7eb06359b2b946b8760b3",
"body": "Hierarchy compliance: an ADR references up/sideways only (SAD/ADR), never\ndown to an SRD. The v.4 §2.8 engine-note and history row cited the landing\nSRD and SRD-020/026 by number — de-referenced to \"the signal conception\"\nand \"the landing SRD\" (the SRD references the ADR upward; the ADR stays\nself-c\n[…]\nned).\n\nAlso renumber the Link landing 055 -> 057 in the kickoff brief: SRD-055\n(sequential MI) and SRD-056 (parallel MI) are reserved by SRD-054 for the\nMulti-Instance slices, so Link events take 057.",
"is_bot": false,
"headline": "docs(adr): ADR-006 — drop downward SRD refs; Link SRD renumber 055->057",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T02:21:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa1e37b8481d54b935e9628d6c510cc6d426260b",
"body": "Land the SRD-055 landing artifacts: an end-to-end test through the public\nengine, a runnable example, and the user-facing docs.\n\n- pkg/thresher/mi_sequential_test.go — TestMultiInstanceSequentialE2E runs a\n sequential Multi-Instance Sub-Process over an input collection through the\n Thresher engine\n[…]\ndes/iteration.md gains a Multi-Instance (sequential) section; the\n examples index, CHANGELOG [Unreleased], conformance tracker row 4, and README\n EN + RU updated with the capability and the example.",
"is_bot": false,
"headline": "docs: Multi-Instance sequential e2e, example & guides (SRD-055 M5)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T02:05:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ea63b137839d63d2c7e4db2016633273256f170",
"body": "Complete the sequential Multi-Instance slice: assemble a per-instance output\ncollection behind a visibility barrier, and support early completion.\n\nThe compositeIterator gains a beforeClose(host, childPath) hook, called in\ncompleteScope just before CloseScope — the last point the draining instance's\n[…]\nor condition met).\n\nscope.go splits bindValueAt (commits a data.Value verbatim) out of\nbindDataItemAt, so the assembled collection is published as the datum's value\nrather than a Variable wrapping it.",
"is_bot": false,
"headline": "feat: Multi-Instance output assembly + completionCondition (SRD-055 M4)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T01:43:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64ca8de300e8a49fc1bc8b5351dc5c6c118c6c94",
"body": "Decide the Link-event conception the taxonomy rows named but never\nsettled. The headline call: Link is NOT a wait node. Unlike every\nother catch (Message/Timer/Signal/Conditional §2.7), a Link catch\ndoes not subscribe or park — it is a flow ENTRY point (no incoming\nsequence flow, activated only by i\n[…]\nhe §2.7 precedent) so future reviews\nground in-repo. ADR bumped Accepted v.3 -> Draft v.4; §2.8 listed in\nthe scope blurb, §3 consequences, §6, and the history row.\n\nConception only; SRD-055 lands it.",
"is_bot": false,
"headline": "docs(adr): ADR-006 v.4 §2.8 — Link events (intra-process GOTO)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T01:39:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a9e082cd9d8aa05d6f4563fe42236cdde2fe6e78",
"body": "Roadmap current-state actualization + a Link-events scoping brief.\n\n- Roadmap §2: record the structural-data workstream complete through\n the map kind (S5, SRD-047; ADR-011 Accepted v.7) — §2.1 gains a\n \"Structural data — navigable values\" entry (four kinds:\n scalar/list/record/map). Rewrite the \n[…]\ne sketch, and hooks (ADR-006 §2.8, SRD-055,\n epic #90).\n\n- docs/backlog.md: correct the \"Event-matching generalization\" note --\n it wrongly claimed Link events had landed; they have not (bare stub).",
"is_bot": false,
"headline": "docs: mark structural-data/maps complete; prep Link events kickoff",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T01:24:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "791ff3a2da32d685d157179d0f1434338c8a6abd",
"body": "Land the sequential Multi-Instance data-input mediator and the §13.3.7 runtime\nattributes on the M2 seam.\n\nscope.go generalizes the loop-counter bind into bindDataItemAt(path, name,\nvalue) — a named Ready datum the scope and its descendants resolve by name;\nbindLoopCounterAt now routes through it. A\n[…]\nhe completed count; resolveCardinality becomes\nresolveActivation, returning the collection alongside the count. The binds are\nissued through one bindInstance table so the seam faults at a single site.",
"is_bot": false,
"headline": "feat: Multi-Instance per-instance data + runtime counters (SRD-055 M3)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-20T01:02:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf87e86b4a36248ece8f62a88fc9b0898f269aa1",
"body": "…-055 M2)\n\nGeneralize the SRD-054 composite re-entry seam so a looped Sub-Process host\niterates under one of two strategies behind a single interface, and land the\nsequential Multi-Instance cardinality slice on it.\n\ncompositeIterator (composite_iter.go) exposes firstOpen/afterDrain; the\nre-entry sea\n[…]\nsembly\nand the completionCondition land in SRD-055 M3/M4.\n\nbindLoopCounterOrFail is removed: the strategies propagate the (defensive)\nbind error uniformly, so the seam faults at one site per dispatch.",
"is_bot": false,
"headline": "feat: shared compositeIterator seam + Multi-Instance cardinality (SRD…",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-19T17:01:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5a60a975197d09c3647da0ddcb6568e7c3184e1",
"body": "MultiInstanceLoopCharacteristics — the second sealed LoopCharacteristics\nimplementation (BPMN §13.3.7), in its own file. NewMultiInstance builds it\nfrom options (WithSequential / WithCardinality / WithInputCollection /\nWithOutputCollection / WithCompletionCondition) and validates: exactly one\ncardin\n[…]\nel tests (accessors, XOR both/neither, non-int cardinality,\nnon-bool completion, per-option guards, collection needs item, event-sub\nrejection). make ci green; multiinstance.go 100% (marker excluded).",
"is_bot": false,
"headline": "feat: Multi-Instance model & validation (SRD-055 M1)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-19T16:21:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c4ff03fb4f10671f81e2f795fb72d8c8ceba3d8",
"body": "Implements ADR-025 v.1 §2.4–§2.7, §2.9 — the sequential Multi-Instance\nslice (#88). An activity marked with MultiInstanceLoopCharacteristics runs\nN times, one after another, N fixed once at activation from either\nloopCardinality (int expression) or a collection's size.\n\nMI generalizes the SRD-054 co\n[…]\nCounter.\n\nDeferred: behavior/ComplexBehaviorDefinition -> SRD-056 (parallel); MI\ncompensation -> future. /review-srd PASS (parent-ADR conformant, code\nclaims verified). 14 FRs, 18 tests, 5 milestones.",
"is_bot": false,
"headline": "docs: SRD-055 Multi-Instance sequential (Draft)",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-19T15:53:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34c1596c50f699b1a7c5ca0b9beb788402bc4b15",
"body": "feat: Standard Loop (SRD-054, ADR-025) — activity iteration, part 1 of #88",
"is_bot": false,
"headline": "Merge pull request #219 from dr-dobermann/feat/standard-loop",
"author_name": "Dr. Dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-19T15:20:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efcf06935bd67e3a00ecde49f73837d93999dc12",
"body": "Go Report Card has been retired; remove its badge from the README and its\nRussian twin, leaving the license, tag, Go-version, codecov, and pkg.go.dev\nbadges.",
"is_bot": false,
"headline": "docs: drop the retired Go Report Card badge",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-19T14:59:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e90c2cc0cfc33606cd56d9c11e2ffa55a9e2c9",
"body": "Standard Loop landed (M1–M4, #88). SRD-054 flipped Draft→Accepted with §10\nfilled (stage commits 18393b0 / c6bfe62 / ffd78bc / b75539f; empirical findings\n— leaf loop factored into std_loop.go, the single condition-test site, the\nloopCounter scope-bind + bindLoopCounterOrFail consolidation, the untr\n[…]\nanded test set.\n\nADR-025 flipped Draft→Accepted — the conception is proven by the landed Standard\nLoop slice — and its Russian twin authored (EN canonical, links to the English\ndocs). /check-srd PASS.",
"is_bot": false,
"headline": "docs: SRD-054 Accepted + ADR-025 Accepted & RU twin",
"author_name": "dr-dobermann",
"author_login": "dr-dobermann",
"committed_at": "2026-07-19T14:57:10Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 876,
"latest_release_at": "2026-07-18T16:00:01Z",
"latest_release_tag": "v0.9.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 14,
"days_since_latest_release": 6,
"mean_days_between_releases": 5.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/dr-dobermann/gobpm",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dr-dobermann/gobpm",
"is_deprecated": false,
"latest_version": "v0.9.0",
"repository_url": "https://github.com/dr-dobermann/gobpm",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T15:56:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 6,
"stars": 49,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 10
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"adapters/sqlite/go.mod",
"examples/basic-process/go.mod",
"examples/boundary-events/go.mod",
"examples/business-rule-task/go.mod",
"examples/call-activity/go.mod",
"examples/compensation-events/go.mod",
"examples/complex-gateway/go.mod",
"examples/conditional-events/go.mod",
"examples/conversation-routing/go.mod",
"examples/data-change/go.mod",
"examples/embedded-subprocess/go.mod",
"examples/escalation-events/go.mod",
"examples/event-based-gateway/go.mod",
"examples/event-based-parallel-start/go.mod",
"examples/event-subprocess/go.mod",
"examples/gateway-routing/go.mod",
"examples/inclusive-join/go.mod",
"examples/inter-instance-correlation/go.mod",
"examples/link-events/go.mod",
"examples/maps/go.mod",
"examples/message-intermediate-events/go.mod",
"examples/message-send-receive/go.mod",
"examples/multi-instance-behavior/go.mod",
"examples/multi-instance-parallel/go.mod",
"examples/multi-instance-sequential/go.mod",
"examples/native-structs/go.mod",
"examples/parallel-gateway/go.mod",
"examples/process-data/go.mod",
"examples/service-task-worker/go.mod",
"examples/signal-broadcast/go.mod",
"examples/signal-start/go.mod",
"examples/simple-timer/go.mod",
"examples/standard-loop/go.mod",
"examples/structural-data/go.mod",
"examples/structural-output-mapping/go.mod",
"examples/terminate-end-event/go.mod",
"examples/timer-event/go.mod",
"examples/transaction-sub-process/go.mod",
"examples/versioning/go.mod",
"go.mod",
"runtime/go.mod"
],
"largest_source_bytes": 49175,
"source_files_sampled": 710,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8053
},
"dependencies": {
"manifests": [
"go.mod",
"runtime/go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "../..",
"direct": false,
"version": "0.0.0-00010101000000-000000000000",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 2,
"indirect_count": 5
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 157,
"open_issues": 10,
"closed_ratio": 0.855,
"closed_issues": 59,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "dr-dobermann",
"commits": 1328,
"avatar_url": "https://avatars.githubusercontent.com/u/25484778?v=4"
},
{
"type": "User",
"login": "xuyunan",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1188176?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.999
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"check.yml",
"tool-pins.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/5 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 25 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 5,
"reason": "dependency not pinned by hash detected -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "74c06df88b34db7b148cf88554856aeeedc382da",
"ran_at": "2026-07-24T16:22:28Z",
"aggregate_score": 6.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T14:15:01Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T14:12:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 73,
"created_at": "2026-03-29T03:40:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2026-03-29T03:40:25Z",
"last_comment_at": "2026-06-21T15:31:07Z",
"last_comment_author": "dr-dobermann"
},
{
"number": 75,
"created_at": "2026-03-29T03:40:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2026-03-29T03:41:17Z",
"last_comment_at": "2026-04-09T01:58:22Z",
"last_comment_author": "dr-dobermann"
},
{
"number": 82,
"created_at": "2026-03-29T03:41:23Z",
"last_comment_at": "2026-06-21T15:31:04Z",
"last_comment_author": "dr-dobermann"
},
{
"number": 84,
"created_at": "2026-03-29T03:41:42Z",
"last_comment_at": "2026-06-21T15:31:05Z",
"last_comment_author": "dr-dobermann"
},
{
"number": 87,
"created_at": "2026-03-29T03:42:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2026-03-29T03:42:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2026-03-29T03:43:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 96,
"created_at": "2026-03-29T03:43:15Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dr-dobermann/gobpm",
"host": "github.com",
"name": "gobpm",
"owner": "dr-dobermann"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 70,
"vitality": 84,
"community": 52,
"governance": 55,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 876,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 14
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "14/52 weeks with commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 14
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "876 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 876
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 25 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v0.9.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 5.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"forks": 6,
"stars": 49,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "49 stars",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 49
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (LGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.999
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 157,
"open_issues": 10,
"closed_issues": 59,
"issue_closed_ratio": 0.855,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 40,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "157/162 decided PRs merged",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 157,
"decided": 162
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/5 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 17,
"owner_type": "User",
"is_verified": null,
"owner_login": "dr-dobermann",
"public_repos": 15,
"account_age_days": 3460
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "17 followers of dr-dobermann",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "dr-dobermann"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~9 yr old",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/dr-dobermann/gobpm"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 70,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 6.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/5 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 25 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 7 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 7
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 7,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 7,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 79,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.99,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 8053
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "99 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 99,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"adapters/sqlite/go.mod",
"examples/basic-process/go.mod",
"examples/boundary-events/go.mod",
"examples/business-rule-task/go.mod",
"examples/call-activity/go.mod",
"examples/compensation-events/go.mod",
"examples/complex-gateway/go.mod",
"examples/conditional-events/go.mod",
"examples/conversation-routing/go.mod",
"examples/data-change/go.mod",
"examples/embedded-subprocess/go.mod",
"examples/escalation-events/go.mod",
"examples/event-based-gateway/go.mod",
"examples/event-based-parallel-start/go.mod",
"examples/event-subprocess/go.mod",
"examples/gateway-routing/go.mod",
"examples/inclusive-join/go.mod",
"examples/inter-instance-correlation/go.mod",
"examples/link-events/go.mod",
"examples/maps/go.mod",
"examples/message-intermediate-events/go.mod",
"examples/message-send-receive/go.mod",
"examples/multi-instance-behavior/go.mod",
"examples/multi-instance-parallel/go.mod",
"examples/multi-instance-sequential/go.mod",
"examples/native-structs/go.mod",
"examples/parallel-gateway/go.mod",
"examples/process-data/go.mod",
"examples/service-task-worker/go.mod",
"examples/signal-broadcast/go.mod",
"examples/signal-start/go.mod",
"examples/simple-timer/go.mod",
"examples/standard-loop/go.mod",
"examples/structural-data/go.mod",
"examples/structural-output-mapping/go.mod",
"examples/terminate-end-event/go.mod",
"examples/timer-event/go.mod",
"examples/transaction-sub-process/go.mod",
"examples/versioning/go.mod",
"go.mod",
"runtime/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 49175,
"source_files_sampled": 710,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/710 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 710,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T16:22:44.797367Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dr-dobermann/gobpm.svg",
"full_name": "dr-dobermann/gobpm",
"license_state": "standard",
"license_spdx": "LGPL-3.0"
}