screenshot

This commit is contained in:
wassname
2026-04-17 06:47:19 +08:00
parent 8ba835df47
commit 52eba791ca
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,7 @@
# @wassname/pi-lgtm # @wassname/pi-lgtm
Help your agent track goals and aim for human sign off.
A [pi](https://pi.dev) extension that adds structured human sign-off to task tracking. Fork of [@tintinweb/pi-tasks](https://github.com/tintinweb/pi-tasks) with a minimal LGTM layer. A [pi](https://pi.dev) extension that adds structured human sign-off to task tracking. Fork of [@tintinweb/pi-tasks](https://github.com/tintinweb/pi-tasks) with a minimal LGTM layer.
The core idea: agents cannot mark tasks complete themselves. They must call `lgtm_ask` with auditable evidence and explicit failure-mode analysis, then a human signs off via `/lgtm <id>`. The core idea: agents cannot mark tasks complete themselves. They must call `lgtm_ask` with auditable evidence and explicit failure-mode analysis, then a human signs off via `/lgtm <id>`.
@@ -16,6 +18,8 @@ Or for development:
pi -e ./src/index.ts pi -e ./src/index.ts
``` ```
![example](media/screenshot.png)
## What is different from pi-tasks ## What is different from pi-tasks
| pi-tasks | pi-lgtm | | pi-tasks | pi-lgtm |
Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 76 KiB

+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "@tintinweb/pi-tasks", "name": "@wassname/pi-lgtm",
"version": "0.4.2", "version": "0.4.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@tintinweb/pi-tasks", "name": "@wassname/pi-lgtm",
"version": "0.4.2", "version": "0.4.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {