Add GSP links field and link inspection

This commit is contained in:
2026-05-07 10:41:38 +08:00
parent 0c5254eb1b
commit 27e71d8c51
18 changed files with 448 additions and 17 deletions

View File

@@ -50,6 +50,7 @@ bin/gsp.exe
.\bin\gsp.exe flatten page.lottery.main --root examples\lottery --depth -1 --out .gsp\flattened.json
.\bin\gsp.exe pack page.lottery.main --root examples\lottery --depth -1 --budget 12000 --out .gsp\context-pack.json
.\bin\gsp.exe pack page.lottery.main --root examples\lottery --for implement --stage implement --format md --out .gsp\context-pack.md
.\bin\gsp.exe links page.lottery.main --root examples\lottery --format md --out .gsp\links.md
.\bin\gsp.exe impact feedback.positive --root examples\lottery --format md --out .gsp\impact.md
.\bin\gsp.exe impact feedback.positive --root examples\lottery --format canvas --out .gsp\impact.canvas
.\bin\gsp.exe message validate messages\implement-page.gspmsg --root examples\lottery --out .gsp\message-report.json
@@ -68,6 +69,7 @@ bin/gsp.exe
.gsp/flattened.json
.gsp/context-pack.json
.gsp/context-pack.md
.gsp/links.md
.gsp/impact.md
.gsp/impact.canvas
.gsp/message-report.json
@@ -155,6 +157,7 @@ gsp validate
gsp index
gsp flatten <id>
gsp pack <id> --for implement --format md
gsp links <id> --format md
gsp impact <id> --format md
gsp message validate message.gspmsg
gsp graph <id>