mirror of
https://github.com/wassname/pi-lgtm.git
synced 2026-06-27 15:16:15 +08:00
screenshot
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 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 |
Generated
+2
-2
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user