{
  "name": "project-tiny-context-harness",
  "version": "0.8.17",
  "description": "Minimal project memory and validation harness for AI coding agents.",
  "license": "MIT",
  "author": "Seven128",
  "homepage": "https://github.com/Seven128/project-tiny-context-harness#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Seven128/project-tiny-context-harness.git",
    "directory": "packages/ty-context"
  },
  "bugs": {
    "url": "https://github.com/Seven128/project-tiny-context-harness/issues"
  },
  "keywords": [
    "ai-agents",
    "coding-agent",
    "codex",
    "claude-code",
    "cursor",
    "gemini-cli",
    "opencode",
    "agent-context",
    "context-engineering",
    "context-management",
    "agents-md",
    "project-memory",
    "agent-memory",
    "ai-coding",
    "multi-agent",
    "llm",
    "developer-tools",
    "developer-productivity",
    "cli",
    "ty-context",
    "workflow"
  ],
  "type": "module",
  "bin": {
    "ty-context": "dist/cli.js"
  },
  "files": [
    "README.md",
    "dist",
    "assets",
    "migrations",
    "source-mappings.yaml"
  ],
  "scripts": {
    "build": "node ../../tools/package_build_fingerprint.mjs build",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test:default:built": "node ../../tests/ty-context/run-package-suite.mjs default",
    "test:default": "npm run build && npm run test:default:built",
    "test:built": "npm run test:default:built && npm run test:long-task-workflow:built",
    "test:trust:built": "npm run test:default:built && npm run test:long-task-trust:built",
    "test:trust": "npm run build && npm run test:trust:built",
    "pretest": "npm run build",
    "test": "npm run test:built",
    "test:workflow-default:built": "node --test --test-concurrency=1 ../../tests/ty-context/workflow-contract-routing.test.mjs",
    "test:delivery-contract:built": "node --test --test-concurrency=1 ../../tests/ty-context/long-task-compact-authoring.test.mjs ../../tests/ty-context/long-task-compact-semantic-carrier.test.mjs ../../tests/ty-context/long-task-authoring-claims.test.mjs ../../tests/ty-context/long-task-authoring-preflight.test.mjs ../../tests/ty-context/long-task-authority-authoring-fields.test.mjs ../../tests/ty-context/long-task-playwright-ac-evidence.test.mjs ../../tests/ty-context/long-task-delivery-parser.test.mjs ../../tests/ty-context/long-task-delivery-compiler.test.mjs ../../tests/ty-context/long-task-delivery-risk.test.mjs ../../tests/ty-context/long-task-claim-coverage.test.mjs ../../tests/ty-context/long-task-closure-invariants.test.mjs ../../tests/ty-context/long-task-source-authority-closure.test.mjs ../../tests/ty-context/long-task-evidence-sensitivity-policy.test.mjs ../../tests/ty-context/long-task-global-evidence-sensitivity.test.mjs ../../tests/ty-context/long-task-source-risk-binding.test.mjs ../../tests/ty-context/long-task-non-completing-source.test.mjs ../../tests/ty-context/long-task-playwright-trust-boundary.test.mjs ../../tests/ty-context/long-task-planned-counterfactual.test.mjs ../../tests/ty-context/long-task-public-contract-example.test.mjs ../../tests/ty-context/long-task-release-tarball-contract.test.mjs ../../tests/ty-context/long-task-semantic-assurance-closure.test.mjs ../../tests/ty-context/long-task-semantic-drift-closure.test.mjs ../../tests/ty-context/long-task-semantic-drift-lifecycle.test.mjs ../../tests/ty-context/long-task-workspace-scope.test.mjs",
    "test:delivery-contract": "npm run build && npm run test:delivery-contract:built",
    "test:long-task-workflow:built": "node ../../tests/ty-context/run-package-suite.mjs long-task",
    "test:long-task-workflow": "npm run build && npm run test:long-task-workflow:built",
    "test:long-task-trust:built": "node ../../tests/ty-context/run-package-suite.mjs long-task-trust",
    "test:long-task-trust": "npm run build && npm run test:long-task-trust:built",
    "test:long-task-performance": "npm run build && node ../../tests/ty-context/long-task-performance.mjs",
    "prepack": "npm run build"
  },
  "engines": {
    "node": ">=24"
  },
  "dependencies": {
    "@google/design.md": "^0.3.0",
    "impeccable": "^3.2.1",
    "re2js": "2.8.6",
    "smol-toml": "1.7.0",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "typescript": "^7.0.2"
  }
}
