28 Commits

Author SHA1 Message Date
wassname 6442d01ade short judge output: verdict + reason + blind spots only 2026-06-14 21:40:48 +08:00
wassname c0ceb95ea4 simplify proof logs and keep tasks repo-local 2026-06-14 20:09:30 +08:00
wassname 29c928c805 simplify collapsed task rows 2026-06-14 11:59:47 +08:00
wassname da2879d94c reject task-management verbs in /lgtm 2026-06-14 11:59:47 +08:00
wassname 9a46828dbf simplify /lgtm back to viewer-only 2026-06-14 11:59:47 +08:00
wassname 927a482d79 rename to pi-proof-tasks and simplify proof log 2026-06-14 11:59:47 +08:00
wassname d76ed41655 Relax verification hints auto-review gate 2026-06-14 06:35:00 +08:00
wassname 9423d299a3 Simplify automatic robot review 2026-06-13 23:07:40 +08:00
wassname 25116e399a add lgtm evidence history and artifact metadata 2026-06-07 19:03:01 +08:00
wassname 023a2c2263 fix lgtm review gating and evidence display 2026-06-07 18:55:05 +08:00
wassname dbe887f0c2 feat: human override for /lgtm + visible [STATE] tag
- /lgtm <id> and /lgtm * no longer hard-error when the agent skipped
  lgtm_ask; the human is the final gate, so they get a confirm dialog
  with explicit override copy instead of an error.
- /lgtm * now spans every open task (READY + ACTIVE + PENDING) and
  shows a grouped preview before signing off.
- Each task row (widget + TaskList) is prefixed with a coloured
  [READY]/[ACTIVE]/[PENDING]/[DONE] tag so signoff-readiness is
  legible at a glance instead of decoded from emoji pipeline + colour.
2026-05-02 08:06:45 +08:00
wassname 5b800653a3 feat: two-tier task model — trivial tasks self-complete, lgtm gates significant claims
Reviewer feedback: the LGTM extension's epistemic core is good but UX is too
ceremonial — every task forced through lgtm_ask + /lgtm even bookkeeping like
"monitor pueue 30". Two-tier split:

- Tasks: agent-managed. TaskUpdate(status=completed) now allowed when no lgtm
  evidence is stored. Trivial subtasks lead up to verification without ceremony.
- LGTMs: significant claims. lgtm_ask still triggers robot review; once evidence
  is stored, completion is locked to /lgtm so the gate can't be bypassed.

Other UX:
- TaskList output grouped: Active / Awaiting sign-off / Pending / Completed.
- New getDisplayStatus(task) derives awaiting_signoff from pending_approval.
- Widget header shows N awaiting sign-off count.
- /lgtm accepts multiple ids: /lgtm 1 2 3 (also #1, commas).
- lgtm_ask field descriptions encourage one short sentence per field — keep
  thinking discipline, drop verbosity.
- SYSTEM_REMINDER nudges progress updates and cleanup of completed/irrelevant
  tasks, not just lgtm_ask.

Also includes pending rubric extension on RobotReviewRecord.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 18:18:48 +08:00
wassname d908f6f617 fix: harden pi robot review harness 2026-04-17 12:02:35 +08:00
wassname 0ba0173615 feat: gate lgtm on robot review acceptance 2026-04-17 08:31:07 +08:00
wassname 3c7d2f5140 feat: iterate and auto-run robot reviews 2026-04-17 08:20:30 +08:00
wassname 423b34fc55 feat: add robot review lane 2026-04-17 08:14:15 +08:00
wassname 8ea225d119 feat: pi-lgtm -- LGTM sign-off layer on pi-tasks
- Strip: TaskExecute, TaskOutput, TaskStop, process-tracker, subagent RPC, settings menu
- Add done_criterion (required, falsifiable) to TaskCreate
- Block status=completed in TaskUpdate -- must use /lgtm
- Add lgtm_ask tool: evidence + 2 failure modes + evidence_vs_failures + remaining_uncertainty
- Add /lgtm command: human-only sign-off with stored evidence review
- Persist all lgtm_ask fields in task.metadata for async review
- Widget shows 👀 for pending_approval tasks
- Update README, package.json author

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-17 05:41:18 +08:00
tintinweb 46cca7a734 widget add taskid - fixes #3 2026-03-24 15:14:07 +01:00
tintinweb e21350c794 fix /new /resume 2026-03-22 22:09:14 +01:00
tintinweb 171cb63a4d remove autocomplete
honor /new
2026-03-22 21:51:49 +01:00
tintinweb 3db97c2c4c linter fixes 2026-03-22 20:29:00 +01:00
tintinweb e1726d7c2a v0.4.0 2026-03-22 20:22:18 +01:00
tintinweb f1a1ba0944 standardize RPC envelope, add rpcCall helper, version mismatch detection 2026-03-22 16:37:26 +01:00
tintinweb ccddf93590 v0.3.3 2026-03-17 18:46:39 +01:00
tintinweb 578b1c9a6b fix nudge/sysprompt cc like
description in tools
fix widget refresh flickering
2026-03-16 21:54:02 +01:00
tintinweb 1e7d0d7b57 v0.3.0 - @tintinweb/pi-tasks ♥️ @tintinweb/pi-subagents 2026-03-14 22:28:10 +01:00
tintinweb 73971210e6 v0.2.0 2026-03-12 02:46:52 +01:00
tintinweb 86d2b64779 v0.1.0 2026-03-12 00:47:54 +01:00