@ryuenn3123/agentic-senior-core 5.8.0 → 5.8.1

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.
@@ -57,6 +57,13 @@ Before writing any code, stop at the first step that holds:
57
57
 
58
58
  For domain-specific rules (Testing, API Design, Database, Frontend, Infrastructure, Resilience), use `/asc-reference`.
59
59
 
60
+ ## Workflow
61
+
62
+ Starting a project from scratch, or adding a non-trivial feature to an
63
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
64
+ they set up a research/plan gate before implementation. Let the user
65
+ decide whether to invoke it. Skip this for trivial edits.
66
+
60
67
  ## Response Style
61
68
 
62
69
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Follow with context only when the action depends on it.
@@ -57,6 +57,13 @@ Before writing any code, stop at the first step that holds:
57
57
 
58
58
  For domain-specific rules (Testing, API Design, Database, Frontend, Infrastructure, Resilience), use `/asc-reference`.
59
59
 
60
+ ## Workflow
61
+
62
+ Starting a project from scratch, or adding a non-trivial feature to an
63
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
64
+ they set up a research/plan gate before implementation. Let the user
65
+ decide whether to invoke it. Skip this for trivial edits.
66
+
60
67
  ## Response Style
61
68
 
62
69
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Follow with context only when the action depends on it.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "displayName": "Agentic Senior Core",
5
5
  "description": "Universal AI coding rules. Write code like a staff engineer.",
6
6
  "author": {
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -91,6 +91,13 @@ Before writing any code, stop at the first step that holds:
91
91
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
92
92
  - Circuit breakers for unhealthy dependencies.
93
93
 
94
+ ## Workflow
95
+
96
+ Starting a project from scratch, or adding a non-trivial feature to an
97
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
98
+ they set up a research/plan gate before implementation. Let the user
99
+ decide whether to invoke it. Skip this for trivial edits.
100
+
94
101
  ## Response Style
95
102
 
96
103
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -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.0",
4
+ "version": "5.8.1",
5
5
  "author": {
6
6
  "name": "fatidaprilian",
7
7
  "url": "https://github.com/fatidaprilian"
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
package/AGENTS.md CHANGED
@@ -52,6 +52,13 @@ Before writing any code, stop at the first step that holds:
52
52
 
53
53
  For domain-specific rules (Testing, API Design, Database, Frontend, Infrastructure, Resilience), use `/asc-reference`.
54
54
 
55
+ ## Workflow
56
+
57
+ Starting a project from scratch, or adding a non-trivial feature to an
58
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
59
+ they set up a research/plan gate before implementation. Let the user
60
+ decide whether to invoke it. Skip this for trivial edits.
61
+
55
62
  ## Response Style
56
63
 
57
64
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Follow with context only when the action depends on it.
package/CONVENTIONS.md CHANGED
@@ -86,6 +86,13 @@ Before writing any code, stop at the first step that holds:
86
86
  - Retries use exponential backoff with jitter. Only retry idempotent operations.
87
87
  - Circuit breakers for unhealthy dependencies.
88
88
 
89
+ ## Workflow
90
+
91
+ Starting a project from scratch, or adding a non-trivial feature to an
92
+ existing codebase? Mention `/asc-new-project` or `/asc-add-feature` —
93
+ they set up a research/plan gate before implementation. Let the user
94
+ decide whether to invoke it. Skip this for trivial edits.
95
+
89
96
  ## Response Style
90
97
 
91
98
  Lead with what the developer needs to act: the command, file path, code change, or decision point. Format: direct statement, then evidence. Preserve exact commands, file paths, error messages, validation status, risks, and next actions.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "author": "fatidaprilian",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuenn3123/agentic-senior-core",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "type": "module",
5
5
  "description": "Universal AI coding rules. 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.0
2
+ version: 5.8.1
3
3
  description: Universal AI coding rules. Write code like a staff engineer.
4
4
  author: fatidaprilian
5
5
  provides_hooks: