Add strict custom field registry

This commit is contained in:
2026-05-07 11:04:11 +08:00
parent 27e71d8c51
commit c1cc9132a4
20 changed files with 582 additions and 20 deletions

View File

@@ -79,6 +79,17 @@ Build a stable GSP index.
gsp index [--root .] [--out index.json]
```
## fields
List or validate the project custom field registry.
```bash
gsp fields list [--root .] [--out fields.json]
gsp fields validate [--root .] [--out fields-report.json]
```
`gsp validate` also validates custom fields by default.
## trace
Inspect relation chains from one GSP id.