mirror of
https://github.com/tw93/Waza.git
synced 2026-09-14 19:54:25 +08:00
ba60df6efd
Ship layout verification, faithful copy restoration, and context boundary refinements through the tagged distribution channels.
43 lines
853 B
JSON
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"
|
|
]
|
|
}
|
|
}
|