agentskeptic 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/README.md +2 -2
  2. package/dist/bootstrap/bootstrapReadmeTemplate.d.ts +3 -0
  3. package/dist/bootstrap/bootstrapReadmeTemplate.d.ts.map +1 -0
  4. package/dist/bootstrap/bootstrapReadmeTemplate.js +17 -0
  5. package/dist/bootstrap/bootstrapReadmeTemplate.js.map +1 -0
  6. package/dist/bootstrap/parseBootstrapPackInput.d.ts +16 -0
  7. package/dist/bootstrap/parseBootstrapPackInput.d.ts.map +1 -0
  8. package/dist/bootstrap/parseBootstrapPackInput.js +95 -0
  9. package/dist/bootstrap/parseBootstrapPackInput.js.map +1 -0
  10. package/dist/bootstrap/parseBootstrapPackInput.test.d.ts +2 -0
  11. package/dist/bootstrap/parseBootstrapPackInput.test.d.ts.map +1 -0
  12. package/dist/bootstrap/parseBootstrapPackInput.test.js +46 -0
  13. package/dist/bootstrap/parseBootstrapPackInput.test.js.map +1 -0
  14. package/dist/bootstrap/runBootstrapSubcommand.d.ts +9 -0
  15. package/dist/bootstrap/runBootstrapSubcommand.d.ts.map +1 -0
  16. package/dist/bootstrap/runBootstrapSubcommand.js +263 -0
  17. package/dist/bootstrap/runBootstrapSubcommand.js.map +1 -0
  18. package/dist/bootstrap/synthesizeQuickInputFromOpenAiV1.d.ts +6 -0
  19. package/dist/bootstrap/synthesizeQuickInputFromOpenAiV1.d.ts.map +1 -0
  20. package/dist/bootstrap/synthesizeQuickInputFromOpenAiV1.js +16 -0
  21. package/dist/bootstrap/synthesizeQuickInputFromOpenAiV1.js.map +1 -0
  22. package/dist/cli.js +8 -0
  23. package/dist/cli.js.map +1 -1
  24. package/dist/cliOperationalCodes.d.ts +7 -0
  25. package/dist/cliOperationalCodes.d.ts.map +1 -1
  26. package/dist/cliOperationalCodes.js +7 -0
  27. package/dist/cliOperationalCodes.js.map +1 -1
  28. package/dist/commercial/licensePreflight.test.js +47 -18
  29. package/dist/commercial/licensePreflight.test.js.map +1 -1
  30. package/dist/debugServer.d.ts +2 -0
  31. package/dist/debugServer.d.ts.map +1 -1
  32. package/dist/debugServer.js +13 -12
  33. package/dist/debugServer.js.map +1 -1
  34. package/dist/debugServer.test.js +31 -2
  35. package/dist/debugServer.test.js.map +1 -1
  36. package/dist/index.d.ts +1 -1
  37. package/dist/index.d.ts.map +1 -1
  38. package/dist/index.js +1 -1
  39. package/dist/index.js.map +1 -1
  40. package/dist/loadEvents.d.ts +2 -0
  41. package/dist/loadEvents.d.ts.map +1 -1
  42. package/dist/loadEvents.js +11 -0
  43. package/dist/loadEvents.js.map +1 -1
  44. package/dist/operationalDisposition.d.ts +56 -0
  45. package/dist/operationalDisposition.d.ts.map +1 -1
  46. package/dist/operationalDisposition.js +56 -0
  47. package/dist/operationalDisposition.js.map +1 -1
  48. package/dist/quickVerify/buildQuickContractEventsNdjson.d.ts +5 -0
  49. package/dist/quickVerify/buildQuickContractEventsNdjson.d.ts.map +1 -1
  50. package/dist/quickVerify/buildQuickContractEventsNdjson.js +27 -14
  51. package/dist/quickVerify/buildQuickContractEventsNdjson.js.map +1 -1
  52. package/dist/quickVerify/exportTool.d.ts +7 -1
  53. package/dist/quickVerify/exportTool.d.ts.map +1 -1
  54. package/dist/quickVerify/exportTool.js +26 -0
  55. package/dist/quickVerify/exportTool.js.map +1 -1
  56. package/dist/quickVerify/formatQuickVerifyHumanReport.js +1 -1
  57. package/dist/quickVerify/formatQuickVerifyHumanReport.js.map +1 -1
  58. package/dist/quickVerify/formatQuickVerifyHumanReport.test.js +2 -2
  59. package/dist/quickVerify/formatQuickVerifyHumanReport.test.js.map +1 -1
  60. package/dist/quickVerify/ingest.d.ts.map +1 -1
  61. package/dist/quickVerify/ingest.js +43 -0
  62. package/dist/quickVerify/ingest.js.map +1 -1
  63. package/dist/quickVerify/quickVerifyProductTruth.d.ts +5 -1
  64. package/dist/quickVerify/quickVerifyProductTruth.d.ts.map +1 -1
  65. package/dist/quickVerify/quickVerifyProductTruth.js +6 -0
  66. package/dist/quickVerify/quickVerifyProductTruth.js.map +1 -1
  67. package/dist/quickVerify/quickVerifyScope.d.ts +1 -1
  68. package/dist/quickVerify/quickVerifyScope.d.ts.map +1 -1
  69. package/dist/quickVerify/quickVerifyScope.js +1 -1
  70. package/dist/quickVerify/quickVerifyScope.js.map +1 -1
  71. package/dist/quickVerify/runQuickVerify.d.ts.map +1 -1
  72. package/dist/quickVerify/runQuickVerify.js +35 -8
  73. package/dist/quickVerify/runQuickVerify.js.map +1 -1
  74. package/dist/quickVerify/tableScoring.d.ts.map +1 -1
  75. package/dist/quickVerify/tableScoring.js +6 -1
  76. package/dist/quickVerify/tableScoring.js.map +1 -1
  77. package/dist/schemaLoad.d.ts +1 -1
  78. package/dist/schemaLoad.d.ts.map +1 -1
  79. package/dist/schemaLoad.js +2 -0
  80. package/dist/schemaLoad.js.map +1 -1
  81. package/dist/standardVerifyWorkflowCli.d.ts +5 -0
  82. package/dist/standardVerifyWorkflowCli.d.ts.map +1 -1
  83. package/dist/standardVerifyWorkflowCli.js +14 -7
  84. package/dist/standardVerifyWorkflowCli.js.map +1 -1
  85. package/package.json +16 -7
  86. package/schemas/bootstrap-pack-input-v1.schema.json +61 -0
  87. package/schemas/quick-verify-report.schema.json +2 -2
@@ -0,0 +1,61 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://agentskeptic.com/schemas/bootstrap-pack-input-v1.schema.json",
4
+ "title": "BootstrapPackInputV1",
5
+ "type": "object",
6
+ "additionalProperties": false,
7
+ "required": ["schemaVersion", "workflowId", "openaiChatCompletion"],
8
+ "properties": {
9
+ "schemaVersion": { "type": "integer", "const": 1 },
10
+ "workflowId": {
11
+ "type": "string",
12
+ "pattern": "^[a-zA-Z0-9_-]{1,128}$"
13
+ },
14
+ "openaiChatCompletion": {
15
+ "type": "object",
16
+ "required": ["choices"],
17
+ "additionalProperties": true,
18
+ "properties": {
19
+ "choices": {
20
+ "type": "array",
21
+ "minItems": 1,
22
+ "items": {
23
+ "type": "object",
24
+ "required": ["message"],
25
+ "additionalProperties": true,
26
+ "properties": {
27
+ "message": {
28
+ "type": "object",
29
+ "required": ["tool_calls"],
30
+ "additionalProperties": true,
31
+ "properties": {
32
+ "tool_calls": {
33
+ "type": "array",
34
+ "items": {
35
+ "type": "object",
36
+ "required": ["id", "type", "function"],
37
+ "additionalProperties": false,
38
+ "properties": {
39
+ "id": { "type": "string", "minLength": 1 },
40
+ "type": { "type": "string", "const": "function" },
41
+ "function": {
42
+ "type": "object",
43
+ "required": ["name", "arguments"],
44
+ "additionalProperties": false,
45
+ "properties": {
46
+ "name": { "type": "string", "minLength": 1 },
47
+ "arguments": { "type": "string" }
48
+ }
49
+ }
50
+ }
51
+ }
52
+ }
53
+ }
54
+ }
55
+ }
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
61
+ }
@@ -41,7 +41,7 @@
41
41
  "quick_verify_inferred_row_and_related_exists_only",
42
42
  "no_multi_effect_contract",
43
43
  "no_destructive_or_forbidden_row_contract",
44
- "contract_replay_export_row_tools_only"
44
+ "contract_replay_export_row_and_eligible_related_exists_tools"
45
45
  ]
46
46
  },
47
47
  "ingestContract": { "type": "string", "const": "structured_tool_activity" },
@@ -244,7 +244,7 @@
244
244
  }
245
245
  },
246
246
  "quickVerifyProvisional": { "type": "boolean", "const": true },
247
- "contractReplayPartialCoverage": { "type": "boolean", "const": true }
247
+ "contractReplayPartialCoverage": { "type": "boolean" }
248
248
  }
249
249
  }
250
250
  }