Files
octopus-workflow/package.json
T

19 lines
633 B
JSON
Raw Normal View History

{
"name": "octopus-workflow",
"version": "0.1.0",
"description": "Standalone workflow core: provider-neutral agent workflow corpus (skills / rules / checklists / templates / schemas) with drift guards, extracted from the octopus agent platform.",
"license": "MIT",
"private": false,
"type": "module",
"packageManager": "bun@1.3.14",
"scripts": {
"check:core-cohesion": "bun guards/check-core-cohesion.ts",
"check:core-p1": "bun guards/check-core-p1.ts",
"delink:core": "bun guards/delink-core.ts"
},
"repository": {
"type": "git",
"url": "https://eightarms.net/Octopus/octopus-workflow"
}
}