- store/sqlite: 75.4% (repos + db coverage) - host/sub2api: 80.8% (httptest mock server, pure function tests) - app: 74.2% (handler error paths, NewActionSet closures) - pack: 72.4% - provision: 75.2% - access: 77.3% - config: 94.7% (lookup mock tests) All tests pass: build, vet, race, coverage gates.
11 lines
240 B
JSON
11 lines
240 B
JSON
{
|
|
"pack_id": "openai-cn-pack",
|
|
"version": "1.0.0",
|
|
"vendor": "YourTeam",
|
|
"target_host": "sub2api",
|
|
"min_host_version": "0.1.126",
|
|
"max_host_version": "0.2.x",
|
|
"providers_dir": "providers",
|
|
"checksum_file": "checksums.txt"
|
|
}
|