@aicgen/aicgen 1.1.0 → 1.2.0

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.
@@ -0,0 +1,150 @@
1
+ version: 1
2
+ assistants:
3
+ claude-code:
4
+ displayName: Claude Code
5
+ surfaces:
6
+ - id: main-instructions
7
+ output: CLAUDE.md
8
+ minLevel: basic
9
+ stability: stable
10
+ risk: passive
11
+ docsUrl: https://docs.claude.com/en/docs/claude-code/memory
12
+ limit: Keep the main file concise and reference detailed project files.
13
+ - id: workflow-commands
14
+ output: .claude/commands/*.md
15
+ minLevel: standard
16
+ stability: stable
17
+ risk: guided
18
+ docsUrl: https://docs.claude.com/en/docs/claude-code/slash-commands
19
+ limit: Commands are reusable prompts, not enforcement.
20
+ - id: subagents
21
+ output: .claude/agents/*.md
22
+ minLevel: full
23
+ stability: stable
24
+ risk: agentic
25
+ docsUrl: https://docs.claude.com/en/docs/claude-code/sub-agents
26
+ limit: Keep each subagent focused on one review job.
27
+ - id: skills
28
+ output: .claude/skills/*/SKILL.md
29
+ minLevel: full
30
+ stability: stable
31
+ risk: agentic
32
+ docsUrl: https://docs.claude.com/en/docs/claude-code/skills
33
+ limit: Use progressive disclosure for larger references.
34
+ - id: hooks
35
+ output: .claude/settings.json
36
+ minLevel: full
37
+ stability: stable
38
+ risk: side-effecting
39
+ docsUrl: https://docs.anthropic.com/en/docs/claude-code/hooks
40
+ limit: Hooks execute shell commands automatically. Do not use hooks to run full test suites; use /check for validation.
41
+
42
+ copilot:
43
+ displayName: GitHub Copilot
44
+ surfaces:
45
+ - id: main-instructions
46
+ output: .github/copilot-instructions.md
47
+ minLevel: basic
48
+ stability: stable
49
+ risk: passive
50
+ docsUrl: https://docs.github.com/en/copilot/concepts/prompting/response-customization
51
+ limit: Keep repository instructions concise.
52
+ - id: scoped-instructions
53
+ output: .github/instructions/*.instructions.md
54
+ minLevel: basic
55
+ stability: stable
56
+ risk: passive
57
+ docsUrl: https://docs.github.com/en/copilot/concepts/prompting/response-customization
58
+ limit: Use applyTo globs for relevance.
59
+ - id: workflow-commands
60
+ output: .github/instructions/workflows.instructions.md
61
+ minLevel: standard
62
+ stability: stable
63
+ risk: guided
64
+ docsUrl: https://docs.github.com/en/copilot/concepts/prompting/response-customization
65
+ limit: Workflow instructions are context, not guaranteed enforcement.
66
+ - id: prompt-files
67
+ output: .github/prompts/*.prompt.md
68
+ minLevel: standard
69
+ stability: stable
70
+ risk: guided
71
+ docsUrl: https://code.visualstudio.com/docs/copilot/copilot-customization
72
+ limit: Prompt files are reusable tasks.
73
+ - id: chat-modes
74
+ output: .github/chatmodes/*.chatmode.md
75
+ minLevel: full
76
+ stability: stable
77
+ risk: agentic
78
+ docsUrl: https://code.visualstudio.com/docs/copilot/customization/custom-chat-modes
79
+ limit: Chat modes depend on VS Code support and enabled tools.
80
+ - id: mcp-templates
81
+ output: .aicgen/mcp/copilot.md
82
+ minLevel: full
83
+ stability: preview
84
+ risk: side-effecting
85
+ docsUrl: https://docs.github.com/en/copilot/how-tos/provide-context/use-mcp/extend-copilot-chat-with-mcp
86
+ limit: AICGEN emits documentation templates only.
87
+
88
+ antigravity:
89
+ displayName: Antigravity
90
+ surfaces:
91
+ - id: main-instructions
92
+ output: .agent/rules/instructions.md
93
+ minLevel: basic
94
+ stability: stable
95
+ risk: passive
96
+ docsUrl: https://antigravity.google/docs/rules-workflows
97
+ limit: Rules should be persistent and reusable.
98
+ - id: workflow-commands
99
+ output: .agent/workflows/*.md
100
+ minLevel: standard
101
+ stability: stable
102
+ risk: guided
103
+ docsUrl: https://antigravity.google/docs/rules-workflows
104
+ limit: Workflows should cover repeatable coding tasks.
105
+ - id: plugins
106
+ output: .agent/plugin templates
107
+ minLevel: full
108
+ stability: preview
109
+ risk: side-effecting
110
+ docsUrl: https://antigravity.google/docs/plugin-management
111
+ limit: Plugin management remains opt-in and is not emitted by default.
112
+
113
+ codex:
114
+ displayName: OpenAI Codex
115
+ surfaces:
116
+ - id: main-instructions
117
+ output: AGENTS.md
118
+ minLevel: basic
119
+ stability: stable
120
+ risk: passive
121
+ docsUrl: https://developers.openai.com/codex/guides/agents-md
122
+ limit: AGENTS.md is the first-class shared instruction file.
123
+ - id: skills
124
+ output: plugins/aicgen-sdlc/skills/*/SKILL.md
125
+ minLevel: standard
126
+ stability: stable
127
+ risk: agentic
128
+ docsUrl: https://developers.openai.com/codex/skills
129
+ limit: Skill descriptions should stay narrow.
130
+ - id: plugins
131
+ output: plugins/aicgen-sdlc/.codex-plugin/plugin.json
132
+ minLevel: standard
133
+ stability: stable
134
+ risk: agentic
135
+ docsUrl: https://developers.openai.com/codex/plugins/build
136
+ limit: Generated plugins are project-local; store publishing is out of scope.
137
+ - id: hooks
138
+ output: .codex/hooks.json
139
+ minLevel: full
140
+ stability: stable
141
+ risk: side-effecting
142
+ docsUrl: https://developers.openai.com/codex/hooks
143
+ limit: Hooks require user trust review before they run. Do not use hooks to run full test suites; use /aicgen-check for validation.
144
+ - id: mcp-templates
145
+ output: .aicgen/mcp/codex.md
146
+ minLevel: full
147
+ stability: stable
148
+ risk: side-effecting
149
+ docsUrl: https://developers.openai.com/codex/mcp
150
+ limit: AICGEN emits documentation templates only.
@@ -0,0 +1,11 @@
1
+ # Gemini CLI Target Migration
2
+
3
+ AICGEN no longer generates Gemini CLI target files.
4
+
5
+ Use Antigravity for Google-side agentic coding profiles:
6
+
7
+ - Gemini CLI target output removed: `.gemini/instructions.md`
8
+ - Antigravity target output kept: `.agent/rules/*.md`
9
+ - Antigravity workflows enabled from `standard` profile and above: `.agent/workflows/*.md`
10
+
11
+ Existing `.gemini` folders are not deleted by generation. Users can remove them manually or run the clear command if they want to clean all AI configuration files.