Initial publish v0.1.0: standalone workflow core (corpus + examples + guards)

This commit is contained in:
octopus
2026-09-15 08:41:51 +08:00
commit bb35e661b2
114 changed files with 20240 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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"
}
}