typeduck-codex-utils-absolute-path 0.9.0

Support package for the standalone Codex Web runtime (codex-hooks)
Documentation
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {
    "continue": {
      "default": true,
      "type": "boolean"
    },
    "stopReason": {
      "default": null,
      "type": "string"
    },
    "suppressOutput": {
      "default": false,
      "type": "boolean"
    },
    "systemMessage": {
      "default": null,
      "type": "string"
    }
  },
  "title": "pre-compact.command.output",
  "type": "object"
}