You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "antigravity",
3
-
"version": "0.2.2",
3
+
"version": "0.2.1",
4
4
"description": "Multi-agent knowledge hub plugin. Bundles CLI-backed slash commands (ag-setup / ag-init / ag-refresh / ag-ask) plus the agent-repo-init skill. Works in both Claude Code and Codex CLI.",
description: Propose an improvement to the Antigravity knowledge engine or its delivery channels.
3
+
title: "[Feature]: "
4
+
labels: ["enhancement"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Antigravity is a repository knowledge engine first. Explain how the request improves grounded codebase Q&A, refresh quality, install ergonomics, or supported delivery channels.
10
+
- type: textarea
11
+
id: problem
12
+
attributes:
13
+
label: Problem
14
+
description: What user problem should this solve?
15
+
validations:
16
+
required: true
17
+
- type: textarea
18
+
id: proposal
19
+
attributes:
20
+
label: Proposed solution
21
+
description: Describe the behavior or interface you want.
22
+
validations:
23
+
required: true
24
+
- type: dropdown
25
+
id: area
26
+
attributes:
27
+
label: Area
28
+
options:
29
+
- Knowledge refresh
30
+
- Routed Q&A
31
+
- Evidence validation
32
+
- CLI
33
+
- MCP
34
+
- Claude Code plugin
35
+
- Codex CLI plugin
36
+
- Documentation
37
+
- Docker/deployment
38
+
- Other
39
+
validations:
40
+
required: true
41
+
- type: textarea
42
+
id: alternatives
43
+
attributes:
44
+
label: Alternatives considered
45
+
description: What workaround or design did you consider?
0 commit comments