Files
Tw93 ba60df6efd chore: release v3.36.1
Ship layout verification, faithful copy restoration, and context boundary refinements through the tagged distribution channels.
2026-09-12 14:20:09 +08:00

43 lines
853 B
JSON

{
"name": "@tw93/waza",
"version": "3.36.1",
"description": "Waza engineering skills for Claude Code, Codex, Antigravity, OpenCode, Pi, and compatible coding agents.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tw93/Waza.git"
},
"homepage": "https://github.com/tw93/Waza",
"keywords": [
"pi-package",
"agent-skills",
"waza",
"claude-code",
"codex",
"antigravity",
"opencode",
"antigravity-cli"
],
"files": [
"LICENSE",
"llms.txt",
"README.md",
"rules",
"scripts/setup-rule.sh",
"scripts/setup-statusline.sh",
"scripts/statusline.sh",
"skills",
"!**/__pycache__/**",
"!**/*.pyc"
],
"publishConfig": {
"access": "public"
},
"pi": {
"skills": [
"./skills",
"!skills/RESOLVER.md"
]
}
}