@ryuenn3123/agentic-senior-core 5.8.8 → 5.8.10
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/plugin.json +3 -3
- package/.claude-plugin/plugin.json +17 -17
- package/.codex-plugin/plugin.json +24 -24
- package/.devin-plugin/plugin.json +13 -13
- package/.github/plugin/plugin.json +16 -16
- package/gemini-extension.json +10 -10
- package/lib/cli/commands/global.mjs +14 -0
- package/package.json +1 -1
- package/plugin.yaml +18 -18
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentic-senior-core"
|
|
3
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "agentic-senior-core"
|
|
3
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentic-senior-core",
|
|
3
|
-
"version": "5.8.
|
|
4
|
-
"displayName": "Agentic Senior Core",
|
|
5
|
-
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
6
|
-
"author": {
|
|
7
|
-
"name": "fatidaprilian",
|
|
8
|
-
"url": "https://github.com/fatidaprilian"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
11
|
-
"repository": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"keywords": ["coding-standards", "security", "architecture", "quality"],
|
|
14
|
-
"skills": "./skills/",
|
|
15
|
-
"commands": "./commands/",
|
|
16
|
-
"hooks": "./hooks/hooks.json"
|
|
17
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "agentic-senior-core",
|
|
3
|
+
"version": "5.8.10",
|
|
4
|
+
"displayName": "Agentic Senior Core",
|
|
5
|
+
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
6
|
+
"author": {
|
|
7
|
+
"name": "fatidaprilian",
|
|
8
|
+
"url": "https://github.com/fatidaprilian"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
11
|
+
"repository": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"keywords": ["coding-standards", "security", "architecture", "quality"],
|
|
14
|
+
"skills": "./skills/",
|
|
15
|
+
"commands": "./commands/",
|
|
16
|
+
"hooks": "./hooks/hooks.json"
|
|
17
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentic-senior-core",
|
|
3
|
-
"version": "5.8.
|
|
4
|
-
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "fatidaprilian",
|
|
7
|
-
"url": "https://github.com/fatidaprilian"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
10
|
-
"repository": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"keywords": ["coding-standards", "security", "architecture", "quality"],
|
|
13
|
-
"skills": "./skills/",
|
|
14
|
-
"hooks": "./hooks/hooks.json",
|
|
15
|
-
"interface": {
|
|
16
|
-
"displayName": "Agentic Senior Core",
|
|
17
|
-
"shortDescription": "Staff-engineer coding standards",
|
|
18
|
-
"longDescription": "Universal engineering rules covering security, architecture, testing, API design, database safety, frontend accessibility, infrastructure, and resilience. Complementary with minimalism plugins.",
|
|
19
|
-
"developerName": "fatidaprilian",
|
|
20
|
-
"category": "Productivity",
|
|
21
|
-
"capabilities": ["Instructions", "Lifecycle hooks"],
|
|
22
|
-
"websiteURL": "https://github.com/fatidaprilian/Agentic-Senior-Core"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "agentic-senior-core",
|
|
3
|
+
"version": "5.8.10",
|
|
4
|
+
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "fatidaprilian",
|
|
7
|
+
"url": "https://github.com/fatidaprilian"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
10
|
+
"repository": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"keywords": ["coding-standards", "security", "architecture", "quality"],
|
|
13
|
+
"skills": "./skills/",
|
|
14
|
+
"hooks": "./hooks/hooks.json",
|
|
15
|
+
"interface": {
|
|
16
|
+
"displayName": "Agentic Senior Core",
|
|
17
|
+
"shortDescription": "Staff-engineer coding standards",
|
|
18
|
+
"longDescription": "Universal engineering rules covering security, architecture, testing, API design, database safety, frontend accessibility, infrastructure, and resilience. Complementary with minimalism plugins.",
|
|
19
|
+
"developerName": "fatidaprilian",
|
|
20
|
+
"category": "Productivity",
|
|
21
|
+
"capabilities": ["Instructions", "Lifecycle hooks"],
|
|
22
|
+
"websiteURL": "https://github.com/fatidaprilian/Agentic-Senior-Core"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentic-senior-core",
|
|
3
|
-
"version": "5.8.
|
|
4
|
-
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "fatidaprilian",
|
|
7
|
-
"url": "https://github.com/fatidaprilian"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
10
|
-
"repository": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"keywords": ["coding-standards", "security", "architecture", "quality"]
|
|
13
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "agentic-senior-core",
|
|
3
|
+
"version": "5.8.10",
|
|
4
|
+
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "fatidaprilian",
|
|
7
|
+
"url": "https://github.com/fatidaprilian"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
10
|
+
"repository": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"keywords": ["coding-standards", "security", "architecture", "quality"]
|
|
13
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentic-senior-core",
|
|
3
|
-
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
4
|
-
"version": "5.8.
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "fatidaprilian",
|
|
7
|
-
"url": "https://github.com/fatidaprilian"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
10
|
-
"repository": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"keywords": ["coding-standards", "security", "architecture", "quality"],
|
|
13
|
-
"commands": "commands/",
|
|
14
|
-
"skills": "skills/",
|
|
15
|
-
"hooks": "hooks/copilot-hooks.json"
|
|
16
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "agentic-senior-core",
|
|
3
|
+
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
4
|
+
"version": "5.8.10",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "fatidaprilian",
|
|
7
|
+
"url": "https://github.com/fatidaprilian"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
10
|
+
"repository": "https://github.com/fatidaprilian/Agentic-Senior-Core",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"keywords": ["coding-standards", "security", "architecture", "quality"],
|
|
13
|
+
"commands": "commands/",
|
|
14
|
+
"skills": "skills/",
|
|
15
|
+
"hooks": "hooks/copilot-hooks.json"
|
|
16
|
+
}
|
package/gemini-extension.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentic-senior-core",
|
|
3
|
-
"version": "5.8.
|
|
4
|
-
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
5
|
-
"author": "fatidaprilian",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"contextFileName": "AGENTS.md",
|
|
8
|
-
"commands": ["commands/"],
|
|
9
|
-
"skills": ["skills/"]
|
|
10
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "agentic-senior-core",
|
|
3
|
+
"version": "5.8.10",
|
|
4
|
+
"description": "Universal AI coding rules. Write code like a staff engineer.",
|
|
5
|
+
"author": "fatidaprilian",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"contextFileName": "AGENTS.md",
|
|
8
|
+
"commands": ["commands/"],
|
|
9
|
+
"skills": ["skills/"]
|
|
10
|
+
}
|
|
@@ -155,6 +155,20 @@ async function installGlobalTarget(targetKey) {
|
|
|
155
155
|
return true;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
+
async function copyDirRecursive(src, dest) {
|
|
159
|
+
await fs.mkdir(dest, { recursive: true });
|
|
160
|
+
const entries = await fs.readdir(src, { withFileTypes: true });
|
|
161
|
+
for (const entry of entries) {
|
|
162
|
+
const srcPath = path.join(src, entry.name);
|
|
163
|
+
const destPath = path.join(dest, entry.name);
|
|
164
|
+
if (entry.isDirectory()) {
|
|
165
|
+
await copyDirRecursive(srcPath, destPath);
|
|
166
|
+
} else {
|
|
167
|
+
await fs.copyFile(srcPath, destPath);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
158
172
|
async function installAntigravityIde(target) {
|
|
159
173
|
const pluginSource = path.join(REPOSITORY_ROOT, target.pluginSourcePath);
|
|
160
174
|
const rulesSource = path.join(REPOSITORY_ROOT, target.rulesSourcePath);
|
package/package.json
CHANGED
package/plugin.yaml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
name: agentic-senior-core
|
|
2
|
-
version: 5.8.
|
|
3
|
-
description: Universal AI coding rules. Write code like a staff engineer.
|
|
4
|
-
author: fatidaprilian
|
|
5
|
-
provides_hooks:
|
|
6
|
-
- pre_llm_call
|
|
7
|
-
provides_commands:
|
|
8
|
-
- asc-refactor
|
|
9
|
-
- asc-review
|
|
10
|
-
- asc-audit
|
|
11
|
-
- asc-help
|
|
12
|
-
provides_skills:
|
|
13
|
-
- asc
|
|
14
|
-
- asc-refactor
|
|
15
|
-
- asc-review
|
|
16
|
-
- asc-audit
|
|
17
|
-
- asc-debt
|
|
18
|
-
- asc-reference
|
|
1
|
+
name: agentic-senior-core
|
|
2
|
+
version: 5.8.10
|
|
3
|
+
description: Universal AI coding rules. Write code like a staff engineer.
|
|
4
|
+
author: fatidaprilian
|
|
5
|
+
provides_hooks:
|
|
6
|
+
- pre_llm_call
|
|
7
|
+
provides_commands:
|
|
8
|
+
- asc-refactor
|
|
9
|
+
- asc-review
|
|
10
|
+
- asc-audit
|
|
11
|
+
- asc-help
|
|
12
|
+
provides_skills:
|
|
13
|
+
- asc
|
|
14
|
+
- asc-refactor
|
|
15
|
+
- asc-review
|
|
16
|
+
- asc-audit
|
|
17
|
+
- asc-debt
|
|
18
|
+
- asc-reference
|