agent-first-data 0.17.1

A naming convention that lets AI agents understand your data without being told what it means.
Documentation
{
  "name": "agent-first-data",
  "version": "0.17.1",
  "description": "A naming convention that lets AI agents understand your data without being told what it means.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/agentfirstkit/agent-first-data"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./skill": {
      "import": "./dist/skill.js",
      "types": "./dist/skill.d.ts"
    },
    "./stream-redirect": {
      "import": "./dist/stream_redirect.js",
      "types": "./dist/stream_redirect.d.ts"
    }
  },
  "files": [
    "dist",
    "assets",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepack": "npm run build",
    "test": "tsx --test src/*.test.ts examples/agent_cli.ts"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "tsx": "^4.23.1",
    "typescript": "^7.0.2"
  }
}