intent-engine 0.11.1

A command-line database service for tracking strategic intent, tasks, and events
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "@origintask/intent-engine-opencode-plugin",
  "version": "0.1.0",
  "description": "Intent-Engine plugin for OpenCode - Cross-session task memory",
  "main": "intent-engine.ts",
  "keywords": ["opencode", "plugin", "intent-engine", "task", "memory"],
  "author": "OriginTask",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wayfind/intent-engine.git",
    "directory": "opencode-plugin"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.1.2"
  }
}