add npm publish workflow (v* tags): publishes pi + omp packages via NPM_TOKEN
All checks were successful
port-to-omp / port (push) Successful in 4s

This commit is contained in:
2026-08-12 19:27:11 -04:00
parent 4e56b46dc9
commit dedcf994df
2 changed files with 59 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "pygienium",
"name": "@mikefreno/pygienium",
"version": "0.1.0",
"description": "Code hygiene extension for pi — isolated sub-agent checks that scan a target, apply fixes, and emit a findings+changes report.",
"keywords": [
@@ -51,5 +51,11 @@
"scripts": {
"typecheck": "tsc --noEmit",
"test": "bun test"
}
},
"files": [
"src/",
"agents/",
"README.md",
"LICENSE"
]
}