ux(Iskra): project promise/open-loop ledger into Kan-ductor without duplicating truth #81
Labels
No labels
3plus3-followup
agent/claude-code
agent/codex
agent/hermes
agent/iskra
agent/ollama
agent/patchwarden
analytics
api
cockpit
dependency/blocked
dependency/blocks-others
dependency/cross-repo
dependency/needs-confirmation
docs
domain:agents
domain:ci
domain:docs
domain:forgejo
domain:infra
domain:memory
domain:runtime
domain:signal
domain:ux
flow/architecture
flow/blocked
flow/deployed
flow/done
flow/implementation
flow/intake
flow/maintained
flow/observed
flow/ready
flow/refining
flow/retired
flow/review
gemini-flash
judge/codex-candidate
judge/hermes-candidate
judge/low-confidence
judge/needs-refinement
judge/operator-needed
judge/p0
judge/p1
judge/p2
judge/p3
judge/park
judge/patchwarden-candidate
judge/stale-priority
kind/adr
kind/bug
kind/chore
kind/feature
kind/infra
kind/ops
kind/refactor
kind/research
leviathan
mcp
merge/auto
merge/manual
merge/manual-dependency-conflict
merge/manual-failing-tests
merge/manual-merge-conflict
merge/manual-missing-review
merge/manual-operator-preference
merge/manual-red-zone
merge/manual-security-sensitive
merge/manual-unclear-scope
merge/manual-unknown
mode:operator-only
mode:patchwarden-iskra-approved
mode:safe-auto
observed/erroring
observed/needs-followup
observed/pending
observed/retire-candidate
observed/unused
observed/used
ops
priority:p0
priority:p1
priority:p2
priority:p3
review:claude-reviewed
review:codex-reviewed
review:dziadek-reviewed
review:needs-human
safety
safety:external-write
safety:no-prod-mutation
safety:prod-impact
safety:secret-touch
scout
security
size/large
size/medium
size/small
size/tiny
size/unknown
small-task
source/adr
source/agent-generated
source/manual
source/operator-chat
source/voice-note
status:blocked
status:codex-ready
status:merged:pending-evidence
status:needs-evidence
status:operator-needed
status:parked
tests
tier:0-platform-substrate
tier:1-iskra-value-layer
tier:2-tools-products-modules
type:bug
type:chore
type:docs
type:feat
type:policy
type:research
ui
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/kan-ductor#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source
Iskra UX check, Signal conversation with Piotr, 2026-05-19.
Pain
Promise debt currently lives in
memory/open-loops.json, with helper scripts and sometimes checkpoint cron. This is correct as a source of truth, but not enough as a collaboration UX. Piotr should not need to infer from chat whether something is still open, covered by cron, stale, or waiting for him.Desired behavior
Kan-ductor should display promise/open-loop state as operational cards or a dedicated projection, while keeping the ledger as the canonical source of truth.
Important invariant
Do not create a second source of truth. Kan should show/projection-sync the state, not silently fork it.
Fields that matter
Why
This is one of the biggest sources of “things happening sideways”. If Kan-ductor shows promise debt clearly, Iskra can be proactive without becoming noisy or unreliable.
Codex checkpoint after Cockpit v0:
What Kan-ductor now has:
operational_snapshotcan already carrydomain: "promise_debt"items,id,title,status,freshness,evidence,needsPiotr,nextAction, links, and, via PR #156, optionaltrustmetadata,What is still missing:
memory/open-loops.jsonand emitspromise_debtitems,loopRef,holder,checkpointAt,lastCheckpointResult,canonicalLedgerRef,Recommendation: keep #81 open, but implement next as
promise debt snapshot producer contractrather than Kan card syncing. Small safe PR shape: extenddocs/operational-cockpit-contract.mdwith apromise_debtitem profile and add a secret-free example fixture. Runtime producer should live on the OpenClaw/Iskra side, not inside Kan-ductor.{
"confidence": 5,
"effort_hint": "medium",
"escalation": {
"kind": "operator",
"reason": "Promise-ledger projection needs owner-shaped UX and strict source-of-truth boundaries."
},
"evidence_refs": [
{
"note": "Issue proposes projecting promise and open-loop ledger state into Kan-ductor without duplicating truth.",
"type": "forgejo",
"value": "issue-title-body-labels-and-target-snapshot"
},
{
"note": "Body states memory/open-loops.json should remain canonical while Kan displays operational state and evidence links.",
"type": "forgejo",
"value": "issue-body-invariant"
},
{
"note": "Fields include stable loop refs, status, checkpoint timing, evidence links, and whether Piotr needs to act.",
"type": "forgejo",
"value": "issue-body-fields"
}
],
"impact": 5,
"judge_actor": {
"name": "iskra",
"runtime": "openclaw"
},
"judged_at": "2026-06-10T01:07:00Z",
"labels_to_apply": [
"judge/p1",
"judge/operator-needed"
],
"piotr_fit": "high",
"priority": "p1",
"rationale_summary": "This is P1 operator-shaped UX infrastructure because promise debt needs visible operational state without creating a second source of truth.",
"reach": 4,
"recommended_next_action": "operator_needed",
"rerun_reason": "no_prior_judgment",
"schema": "openclaw.judge.v0",
"target": {
"kind": "issue",
"number": 81,
"repo": "pdurlej/kan-ductor"
},
"target_snapshot": {
"body_hash": "sha256:cb8cd2abf67a3cd30f11bc38cfc9f0e6398f1267d06f38e5c1244eee55f2a6b5",
"commit_count": null,
"evidence_hash": "sha256:f0b0f73c252e155b60467261a46d1ef5e889b29822182d7d167ab5a92f2385c3",
"head_sha": null,
"labels": [],
"labels_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"state": "open",
"title_hash": "sha256:82f82d862854c64966cf755b3673f33153ad508a6edea9766064b6ef9f08aa1f",
"updated_at": "2026-06-03T10:36:25+02:00"
},
"top_caveat": "Keep Kan-ductor read-only or projection-synced from the ledger; never let cards silently fork promise state."
}