@ryuenn3123/agentic-senior-core 5.8.15 → 5.8.16

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.
@@ -1,3 +1,9 @@
1
1
  {
2
- "name": "agentic-senior-core"
2
+ "name": "agentic-senior-core",
3
+ "version": "5.8.16",
4
+ "description": "Universal AI coding rules. Write code like a staff engineer.",
5
+ "contextFileName": "AGENTS.md",
6
+ "commands": ["commands/"],
7
+ "skills": ["skills/"],
8
+ "hooks": "hooks/hooks.json"
3
9
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.15",
3
+ "version": "5.8.16",
4
4
  "displayName": "Agentic Senior Core",
5
5
  "description": "Universal AI coding rules. Write code like a staff engineer.",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.15",
3
+ "version": "5.8.16",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.15",
3
+ "version": "5.8.16",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
3
  "description": "Universal AI coding rules. Write code like a staff engineer.",
4
- "version": "5.8.15",
4
+ "version": "5.8.16",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
7
7
  "url": "https://github.com/fatidaprilian"
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.15",
3
+ "version": "5.8.16",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": "fatidaprilian",
6
6
  "license": "MIT",
7
7
  "contextFileName": "AGENTS.md",
8
8
  "commands": ["commands/"],
9
- "skills": ["skills/"]
9
+ "skills": ["skills/"],
10
+ "hooks": "hooks/hooks.json"
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "5.8.15",
3
+ "version": "5.8.16",
4
4
  "type": "module",
5
5
  "description": "Agentic Senior Core: Universal AI coding rules and workflows. Write code like a staff engineer, not a junior.",
6
6
  "bin": {
package/plugin.yaml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: agentic-senior-core
2
- version: 5.8.15
2
+ version: 5.8.16
3
3
  description: Universal AI coding rules. Write code like a staff engineer.
4
4
  author: fatidaprilian
5
5
  provides_hooks:
@@ -8,11 +8,17 @@ provides_commands:
8
8
  - asc-refactor
9
9
  - asc-review
10
10
  - asc-audit
11
+ - asc-new-project
12
+ - asc-add-feature
13
+ - asc-adapter
11
14
  - asc-help
12
15
  provides_skills:
13
16
  - asc
14
- - asc-refactor
15
- - asc-review
17
+ - asc-adapter
18
+ - asc-add-feature
16
19
  - asc-audit
17
20
  - asc-debt
21
+ - asc-new-project
22
+ - asc-refactor
18
23
  - asc-reference
24
+ - asc-review