Add artifact reading and output validation

This commit is contained in:
2026-07-28 04:23:50 +00:00
parent ebc1f3e919
commit 62b26fb29e
10 changed files with 1116 additions and 7 deletions

7
go.mod
View File

@@ -2,4 +2,9 @@ module gitea.maximumdirect.net/eric/promptkit
go 1.25.5
require gopkg.in/yaml.v3 v3.0.1
require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
gopkg.in/yaml.v3 v3.0.1
)
require golang.org/x/text v0.14.0 // indirect