@ryuenn3123/agentic-senior-core 5.8.23 → 5.8.24

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,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.23",
3
+ "version": "5.8.24",
4
4
  "description": "Universal AI coding rules. Write code like a staff engineer.",
5
5
  "contextFileName": "rules/agentic-senior-core.md",
6
6
  "rules": [
@@ -65,6 +65,8 @@ When you pick the minimal option at step 5 or 6, and it isn't obviously trivial:
65
65
 
66
66
  ## Workflow
67
67
 
68
+ - Prefix ALL terminal commands with `ascx` to compress output and save tokens (e.g., `ascx <your_command>`).
69
+
68
70
  Recognize the scenario and offer the matching command — user decides
69
71
  whether to invoke it. Skip this for trivial edits.
70
72
 
package/AGENTS.md CHANGED
@@ -60,6 +60,8 @@ When you pick the minimal option at step 5 or 6, and it isn't obviously trivial:
60
60
 
61
61
  ## Workflow
62
62
 
63
+ - Prefix ALL terminal commands with `ascx` to compress output and save tokens (e.g., `ascx <your_command>`).
64
+
63
65
  Recognize the scenario and offer the matching command — user decides
64
66
  whether to invoke it. Skip this for trivial edits.
65
67
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-senior-core",
3
- "version": "5.8.23",
3
+ "version": "5.8.24",
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.23",
3
+ "version": "5.8.24",
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.23
2
+ version: 5.8.24
3
3
  description: Universal AI coding rules. Write code like a staff engineer.
4
4
  author: fatidaprilian
5
5
  provides_hooks: