activity/explain-what-changed-today #6

Open
opened 2026-05-09 23:23:14 +02:00 by codex · 2 comments
Collaborator

Parent: #2
Wave: 1 Maintainer Foundation

Summary

Harden get_recent_activity so Iskra can answer recap questions without prompt-side guessing.

Scope

  • Verify and complete filters: today, since, actor, source, action, onlyMoves, includeAgentAudit.
  • Preserve Europe/Warsaw semantics for today.
  • Shape output for natural answers: moved by human, moved by agent, created from Signal.

Non-goals

  • No analytics dashboard.
  • No full flow metrics.
  • No mutation tools.

Acceptance

  • Can answer: “co dziś przesunąłem?”
  • Can answer: “co dziś zrobiła Iskra?”
  • Can answer: “co przyszło z Signala?”

Tests / smoke

  • Router tests for filters and timezone behavior.
  • MCP smoke readback if surface changes.

Rollback

  • git revert <PR-commit>.

Owner gates

  • None expected unless API contract becomes breaking.
Parent: #2 Wave: 1 Maintainer Foundation ## Summary Harden `get_recent_activity` so Iskra can answer recap questions without prompt-side guessing. ## Scope - Verify and complete filters: `today`, `since`, `actor`, `source`, `action`, `onlyMoves`, `includeAgentAudit`. - Preserve Europe/Warsaw semantics for `today`. - Shape output for natural answers: moved by human, moved by agent, created from Signal. ## Non-goals - No analytics dashboard. - No full flow metrics. - No mutation tools. ## Acceptance - Can answer: “co dziś przesunąłem?” - Can answer: “co dziś zrobiła Iskra?” - Can answer: “co przyszło z Signala?” ## Tests / smoke - Router tests for filters and timezone behavior. - MCP smoke readback if surface changes. ## Rollback - `git revert <PR-commit>`. ## Owner gates - None expected unless API contract becomes breaking.
Author
Collaborator

Implemented in stacked PR #30: #30

Notes:

  • Base branch is codex/agent-machine-identities because this builds on #28's activity/audit shape.
  • get_recent_activity now has optional actorKind, a response summary, and onlyMoves=true scopes agent audit to move_card unless an explicit action is passed.
  • Added tests for Europe/Warsaw today semantics and timezone-offset ISO input (2026-05-09T00:00:00+02:00).
  • No production deploy or data changes.
Implemented in stacked PR #30: https://git.pdurlej.com/pdurlej/kan-ductor/pulls/30 Notes: - Base branch is `codex/agent-machine-identities` because this builds on #28's activity/audit shape. - `get_recent_activity` now has optional `actorKind`, a response `summary`, and `onlyMoves=true` scopes agent audit to `move_card` unless an explicit action is passed. - Added tests for Europe/Warsaw `today` semantics and timezone-offset ISO input (`2026-05-09T00:00:00+02:00`). - No production deploy or data changes.
Collaborator

{
"confidence": 5,
"effort_hint": "medium",
"escalation": {
"kind": "none",
"reason": ""
},
"evidence_refs": [
{
"note": "Issue hardens get_recent_activity for reliable recap questions without prompt-side guessing.",
"type": "forgejo",
"value": "issue-title-body-labels-and-target-snapshot"
},
{
"note": "Scope verifies filters for today, since, actor, source, action, onlyMoves, and includeAgentAudit.",
"type": "forgejo",
"value": "issue-body-scope"
},
{
"note": "Acceptance targets natural answers about human moves, Iskra activity, and Signal-created items.",
"type": "forgejo",
"value": "issue-body-acceptance"
}
],
"impact": 4,
"judge_actor": {
"name": "iskra",
"runtime": "openclaw"
},
"judged_at": "2026-06-08T01:13:00Z",
"labels_to_apply": [
"judge/p1",
"judge/codex-candidate"
],
"piotr_fit": "high",
"priority": "p1",
"rationale_summary": "This is P1 Codex-ready work because reliable read-only activity recaps reduce guessing in the operational board loop.",
"reach": 4,
"recommended_next_action": "codex_candidate",
"rerun_reason": "no_prior_judgment",
"schema": "openclaw.judge.v0",
"target": {
"kind": "issue",
"number": 6,
"repo": "pdurlej/kan-ductor"
},
"target_snapshot": {
"body_hash": "sha256:e2d09c4a5bfbe87defa6458d9e064436ed4e85f0431a75f0ea6e004afb459d10",
"commit_count": null,
"evidence_hash": "sha256:0f9f8fec09536204878cb88c55246a127bebf09d9b202bd533cd9d050daf7cd8",
"head_sha": null,
"labels": [],
"labels_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"state": "open",
"title_hash": "sha256:559b6a9c667592866e07069462c1e8535c62adee3056067992fcf1665d3afc66",
"updated_at": "2026-05-28T01:20:39+02:00"
},
"top_caveat": "Preserve Europe/Warsaw today semantics and avoid adding mutation or analytics scope."
}

<!-- openclaw.judge.v0 --> { "confidence": 5, "effort_hint": "medium", "escalation": { "kind": "none", "reason": "" }, "evidence_refs": [ { "note": "Issue hardens get_recent_activity for reliable recap questions without prompt-side guessing.", "type": "forgejo", "value": "issue-title-body-labels-and-target-snapshot" }, { "note": "Scope verifies filters for today, since, actor, source, action, onlyMoves, and includeAgentAudit.", "type": "forgejo", "value": "issue-body-scope" }, { "note": "Acceptance targets natural answers about human moves, Iskra activity, and Signal-created items.", "type": "forgejo", "value": "issue-body-acceptance" } ], "impact": 4, "judge_actor": { "name": "iskra", "runtime": "openclaw" }, "judged_at": "2026-06-08T01:13:00Z", "labels_to_apply": [ "judge/p1", "judge/codex-candidate" ], "piotr_fit": "high", "priority": "p1", "rationale_summary": "This is P1 Codex-ready work because reliable read-only activity recaps reduce guessing in the operational board loop.", "reach": 4, "recommended_next_action": "codex_candidate", "rerun_reason": "no_prior_judgment", "schema": "openclaw.judge.v0", "target": { "kind": "issue", "number": 6, "repo": "pdurlej/kan-ductor" }, "target_snapshot": { "body_hash": "sha256:e2d09c4a5bfbe87defa6458d9e064436ed4e85f0431a75f0ea6e004afb459d10", "commit_count": null, "evidence_hash": "sha256:0f9f8fec09536204878cb88c55246a127bebf09d9b202bd533cd9d050daf7cd8", "head_sha": null, "labels": [], "labels_hash": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "state": "open", "title_hash": "sha256:559b6a9c667592866e07069462c1e8535c62adee3056067992fcf1665d3afc66", "updated_at": "2026-05-28T01:20:39+02:00" }, "top_caveat": "Preserve Europe/Warsaw today semantics and avoid adding mutation or analytics scope." } <!-- /openclaw.judge.v0 -->
Sign in to join this conversation.
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
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pdurlej/kan-ductor#6
No description provided.