@ryuenn3123/agentic-senior-core 5.8.4 → 5.8.7
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/.agents/plugins/agentic-senior-core/skills/asc/SKILL.md +6 -0
- package/.agents/plugins/agentic-senior-core/skills/asc-adapter/SKILL.md +6 -0
- package/.agents/plugins/agentic-senior-core/skills/asc-add-feature/SKILL.md +6 -0
- package/.agents/plugins/agentic-senior-core/skills/asc-audit/SKILL.md +6 -0
- package/.agents/plugins/agentic-senior-core/skills/asc-debt/SKILL.md +6 -0
- package/.agents/plugins/agentic-senior-core/skills/asc-new-project/SKILL.md +6 -0
- package/.agents/plugins/agentic-senior-core/skills/asc-refactor/SKILL.md +6 -0
- package/.agents/plugins/agentic-senior-core/skills/asc-reference/SKILL.md +6 -0
- package/.agents/plugins/agentic-senior-core/skills/asc-review/SKILL.md +6 -0
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/.devin-plugin/plugin.json +1 -1
- package/.github/plugin/plugin.json +1 -1
- package/README.md +3 -4
- package/gemini-extension.json +1 -1
- package/lib/cli/commands/global.mjs +9 -21
- package/package.json +1 -1
- package/plugin.yaml +1 -1
- package/skills/asc/SKILL.md +6 -0
- package/skills/asc-adapter/SKILL.md +6 -0
- package/skills/asc-add-feature/SKILL.md +6 -0
- package/skills/asc-audit/SKILL.md +6 -0
- package/skills/asc-debt/SKILL.md +6 -0
- package/skills/asc-new-project/SKILL.md +6 -0
- package/skills/asc-refactor/SKILL.md +6 -0
- package/skills/asc-reference/SKILL.md +6 -0
- package/skills/asc-review/SKILL.md +6 -0
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-add-feature
|
|
3
|
+
description: >
|
|
4
|
+
Structured brownfield workflow. Adapted from QRSPI to prevent context rot and ensure alignment before building.
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Add Feature Workflow
|
|
2
8
|
|
|
3
9
|
Structured brownfield workflow. Adapted from QRSPI to prevent context rot and ensure alignment before building.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-audit
|
|
3
|
+
description: >
|
|
4
|
+
Security and architecture audit. Deeper than review, focused on finding vulnerabilities and structural anti-patterns.
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Audit Skill
|
|
2
8
|
|
|
3
9
|
Security and architecture audit. Deeper than review, focused on finding vulnerabilities and structural anti-patterns.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-debt
|
|
3
|
+
description: >
|
|
4
|
+
Track deferred enforcement violations. When an ASC ladder nudge fires and the shortcut is accepted rather than fixed, log it here for later resolution.
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Debt Ledger
|
|
2
8
|
|
|
3
9
|
Track deferred enforcement violations. When an ASC ladder nudge fires and the shortcut is accepted rather than fixed, log it here for later resolution.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-reference
|
|
3
|
+
description: >
|
|
4
|
+
Domain-specific coding rules for testing, API design, database queries, frontend components, infrastructure configs, and service resilience. Load this skill when working on any of these domains.
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# ASC Domain Reference
|
|
2
8
|
|
|
3
9
|
Domain-specific coding rules for testing, API design, database queries, frontend components, infrastructure configs, and service resilience. Load this skill when working on any of these domains.
|
package/README.md
CHANGED
|
@@ -236,10 +236,9 @@ asc global --antigravity
|
|
|
236
236
|
```
|
|
237
237
|
|
|
238
238
|
This installs:
|
|
239
|
-
- **Plugin bundle** (skills: `/asc-review`, `/asc-audit`,
|
|
240
|
-
- **Rules** → `~/.gemini/GEMINI.md` (appended if you already have content; ASC section is replaced on re-runs)
|
|
239
|
+
- **Plugin bundle** (skills: `/asc-review`, `/asc-audit`, etc. and **rules**) → `~/.gemini/config/plugins/agentic-senior-core/`
|
|
241
240
|
|
|
242
|
-
If you previously installed to `~/.gemini/
|
|
241
|
+
If you previously installed to `~/.gemini/antigravity-ide/plugins/agentic-senior-core/` or `~/.gemini/config/skills/` (v5.8.4 or earlier), the old paths are cleaned up automatically.
|
|
243
242
|
|
|
244
243
|
> Note: `npm update -g` refreshes the npm package only. The global copy does not auto-update -- re-run `asc global --antigravity` after each update.
|
|
245
244
|
|
|
@@ -289,7 +288,7 @@ asc global --all
|
|
|
289
288
|
|
|
290
289
|
| Tool | Global location | Notes |
|
|
291
290
|
|------|----------------|-------|
|
|
292
|
-
| Google Antigravity IDE | `~/.gemini/
|
|
291
|
+
| Google Antigravity IDE | `~/.gemini/config/plugins/agentic-senior-core/` | Plugin bundle (skills) + internal rules |
|
|
293
292
|
| Cline | `~/Documents/Cline/Rules/` | Toggleable in the Cline rules panel |
|
|
294
293
|
| Kilo Code | `~/.kilocode/rules/` | Or point `instructions:` in `~/.config/kilo/kilo.jsonc` at the npm package path — that variant auto-updates |
|
|
295
294
|
| Kiro | `~/.kiro/steering/` | Some builds have global-steering loading bugs; fall back to `asc adapter --kiro` |
|
package/gemini-extension.json
CHANGED
|
@@ -21,8 +21,8 @@ function vscodeUserPromptsDirectory() {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
const OLD_PATHS = [
|
|
24
|
-
path.join(HOME, '.gemini', 'config', 'plugins', 'agentic-senior-core'),
|
|
25
24
|
path.join(HOME, '.gemini', 'config', 'skills'),
|
|
25
|
+
path.join(HOME, '.gemini', 'antigravity-ide', 'plugins', 'agentic-senior-core'), // Clean up 5.8.4 mistake
|
|
26
26
|
];
|
|
27
27
|
|
|
28
28
|
const GLOBAL_TARGETS = {
|
|
@@ -31,10 +31,10 @@ const GLOBAL_TARGETS = {
|
|
|
31
31
|
kind: 'antigravity-ide',
|
|
32
32
|
pluginSourcePath: '.agents/plugins/agentic-senior-core',
|
|
33
33
|
rulesSourcePath: '.agents/rules/agentic-senior-core.md',
|
|
34
|
-
pluginTargetPath: () => path.join(HOME, '.gemini', '
|
|
34
|
+
pluginTargetPath: () => path.join(HOME, '.gemini', 'config', 'plugins', 'agentic-senior-core'),
|
|
35
35
|
rulesTargetPath: () => path.join(HOME, '.gemini', 'GEMINI.md'),
|
|
36
|
-
targetPath: () => path.join(HOME, '.gemini', '
|
|
37
|
-
note: 'Plugin bundle (rules + skills) in ~/.gemini/
|
|
36
|
+
targetPath: () => path.join(HOME, '.gemini', 'config', 'plugins', 'agentic-senior-core'),
|
|
37
|
+
note: 'Plugin bundle (rules + skills) in ~/.gemini/config/plugins/.',
|
|
38
38
|
},
|
|
39
39
|
cline: {
|
|
40
40
|
label: 'Cline',
|
|
@@ -175,29 +175,17 @@ async function installAntigravityIde(target) {
|
|
|
175
175
|
await fs.cp(pluginSource, pluginTargetPath, { recursive: true, force: true });
|
|
176
176
|
console.log(` ${target.label}: plugin -> ${pluginTargetPath} ... OK`);
|
|
177
177
|
|
|
178
|
-
//
|
|
179
|
-
|
|
180
|
-
//
|
|
181
|
-
const rulesBody = rulesContent.replace(/^---[\s\S]*?---\n*/, '');
|
|
182
|
-
// rulesBody already starts with '# Agentic Senior Core' which matches ASC_MARKER
|
|
183
|
-
const ascSection = `\n\n${rulesBody.trim()}\n`;
|
|
184
|
-
|
|
185
|
-
await fs.mkdir(path.dirname(rulesTargetPath), { recursive: true });
|
|
186
|
-
|
|
178
|
+
// The IDE automatically loads the plugin bundle's internal rules/ folder!
|
|
179
|
+
// Appending to GEMINI.md causes double rules (1,250 tokens x 2).
|
|
180
|
+
// Clean up GEMINI.md if it contains our old injected rules.
|
|
187
181
|
if (await pathExists(rulesTargetPath)) {
|
|
188
182
|
const existingContent = await fs.readFile(rulesTargetPath, 'utf8');
|
|
189
183
|
if (existingContent.includes(ASC_MARKER)) {
|
|
190
184
|
const markerIndex = existingContent.indexOf(ASC_MARKER);
|
|
191
185
|
const beforeAsc = existingContent.substring(0, markerIndex).trimEnd();
|
|
192
|
-
await fs.writeFile(rulesTargetPath, beforeAsc +
|
|
193
|
-
console.log(` ${target.label}: rules
|
|
194
|
-
} else {
|
|
195
|
-
await fs.writeFile(rulesTargetPath, existingContent.trimEnd() + ascSection);
|
|
196
|
-
console.log(` ${target.label}: rules appended to ${rulesTargetPath} ... OK`);
|
|
186
|
+
await fs.writeFile(rulesTargetPath, beforeAsc + '\n');
|
|
187
|
+
console.log(` ${target.label}: removed duplicate rules from ${rulesTargetPath} ... OK`);
|
|
197
188
|
}
|
|
198
|
-
} else {
|
|
199
|
-
await fs.writeFile(rulesTargetPath, ascSection.trimStart());
|
|
200
|
-
console.log(` ${target.label}: rules -> ${rulesTargetPath} ... OK`);
|
|
201
189
|
}
|
|
202
190
|
|
|
203
191
|
// Clean up old paths from previous versions
|
package/package.json
CHANGED
package/plugin.yaml
CHANGED
package/skills/asc/SKILL.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-add-feature
|
|
3
|
+
description: >
|
|
4
|
+
Structured brownfield workflow. Adapted from QRSPI to prevent context rot and ensure alignment before building.
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Add Feature Workflow
|
|
2
8
|
|
|
3
9
|
Structured brownfield workflow. Adapted from QRSPI to prevent context rot and ensure alignment before building.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-audit
|
|
3
|
+
description: >
|
|
4
|
+
Security and architecture audit. Deeper than review, focused on finding vulnerabilities and structural anti-patterns.
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Audit Skill
|
|
2
8
|
|
|
3
9
|
Security and architecture audit. Deeper than review, focused on finding vulnerabilities and structural anti-patterns.
|
package/skills/asc-debt/SKILL.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-debt
|
|
3
|
+
description: >
|
|
4
|
+
Track deferred enforcement violations. When an ASC ladder nudge fires and the shortcut is accepted rather than fixed, log it here for later resolution.
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# Debt Ledger
|
|
2
8
|
|
|
3
9
|
Track deferred enforcement violations. When an ASC ladder nudge fires and the shortcut is accepted rather than fixed, log it here for later resolution.
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: asc-reference
|
|
3
|
+
description: >
|
|
4
|
+
Domain-specific coding rules for testing, API design, database queries, frontend components, infrastructure configs, and service resilience. Load this skill when working on any of these domains.
|
|
5
|
+
---
|
|
6
|
+
|
|
1
7
|
# ASC Domain Reference
|
|
2
8
|
|
|
3
9
|
Domain-specific coding rules for testing, API design, database queries, frontend components, infrastructure configs, and service resilience. Load this skill when working on any of these domains.
|