@ai-kits/wp-ag-kit 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,10 +102,6 @@ Specialist for Block Themes, Interactivity API, and modern WordPress UI/UX.
|
|
|
102
102
|
## 🛠️ Development
|
|
103
103
|
|
|
104
104
|
```bash
|
|
105
|
-
# Clone the repository
|
|
106
|
-
git clone https://github.com/your-org/wp-ag-kit.git
|
|
107
|
-
cd wp-ag-kit/agent-skills
|
|
108
|
-
|
|
109
105
|
# Install dependencies
|
|
110
106
|
npm install
|
|
111
107
|
|
|
@@ -127,8 +123,6 @@ MIT © Anikesh Kumar
|
|
|
127
123
|
## 🔗 Links
|
|
128
124
|
|
|
129
125
|
- [npm Package](https://www.npmjs.com/package/@ai-kits/wp-ag-kit)
|
|
130
|
-
- [GitHub Repository](https://github.com/ai-kits/wp-ag-kit)
|
|
131
|
-
- [Issues](https://github.com/ai-kits/wp-ag-kit/issues)
|
|
132
126
|
|
|
133
127
|
---
|
|
134
128
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-kits/wp-ag-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "WordPress Antigravity Kit - Complete WordPress development environment for Antigravity IDE with skills, agents, workflows, and rules.",
|
|
5
5
|
"main": "bin/antigravity-agent.js",
|
|
6
6
|
"bin": {
|