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

@@ -139,6 +139,21 @@ md Human-readable impact report.
canvas Obsidian JSON Canvas for affected relations.
```
## links
List normalized links from one GSP id and its context.
```bash
gsp links <id> [--root .] [--depth -1] [--format json|md] [--out links.json]
```
The tool resolves link kind and status:
```text
kind: url | file | folder | missing | unknown
status: ok | missing | invalid | unchecked
```
## message
Validate GSP agent communication messages.