tli 0.1.2

Fast file-backed task tracker for humans, hooks, and AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "tli-e2e",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "pretest": "cargo build --manifest-path ../Cargo.toml",
    "test": "npm run build && node dist/server.e2e.js"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "typescript": "^5.8.3"
  }
}