agcel 1.0.3 → 1.0.4
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -69,4 +69,4 @@ The `agc` command-line tool is your primary interface. Application data is store
|
|
|
69
69
|
|
|
70
70
|
When working with the Antigravity IDE:
|
|
71
71
|
1. Run `agc init` to set up the environment.
|
|
72
|
-
2. Use workflows in the Agent Window (e.g., `/
|
|
72
|
+
2. Use workflows in the Agent Window (e.g., `/feature` to start developing a new feature).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agcel",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Antigravity Context Engineering Library is a local MCP (Model Context Protocol) Server containing multiple skills, rules and workflows for end to end software development",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -51,4 +51,4 @@
|
|
|
51
51
|
"@types/node": "^20.11.19",
|
|
52
52
|
"typescript": "^5.3.3"
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|