@ryuenn3123/agentic-senior-core 4.2.2 → 4.2.3
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.md +2 -2
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -18,7 +18,7 @@ Write instructions as imperative gates:
|
|
|
18
18
|
- Add validation when a rule can drift.
|
|
19
19
|
|
|
20
20
|
## Bootstrap Receipt
|
|
21
|
-
For non-trivial
|
|
21
|
+
For non-trivial work, run `agentic-senior-core context "<task_description>"` (or `npx @ryuenn3123/agentic-senior-core context "<task_description>"`) and emit a concise Bootstrap Receipt before implementation output or file edits:
|
|
22
22
|
- `loaded_files`: files actually read
|
|
23
23
|
- `selected_rules`: files selected for this scope and why
|
|
24
24
|
- `skipped_rules`: out-of-scope categories left unloaded
|
|
@@ -28,7 +28,7 @@ For non-trivial coding, review, planning, or governance work, run `agentic-senio
|
|
|
28
28
|
Keep it short. Do not load every rule just to fill it out.
|
|
29
29
|
|
|
30
30
|
## Default Activation And Command Economy
|
|
31
|
-
Before any non-trivial task, run `agentic-senior-core context` and emit the Bootstrap Receipt. Skip only for trivial tasks: version bumps, typo fixes, single-line commits.
|
|
31
|
+
Before any non-trivial task, run `agentic-senior-core context "<task_description>"` and emit the Bootstrap Receipt. Skip only for trivial tasks: version bumps, typo fixes, single-line commits.
|
|
32
32
|
Always prefix noisy shell commands: `ascx git status`, `ascx git diff`, `ascx npm test`, `ascx rg` searches. Use raw commands only for pipes, redirects, or commands not supported by ascx.
|
|
33
33
|
Always read and apply `.agent-context/prompts/compact-natural-mode.md` for every final user-facing reply. Never repeat full command output; reference tee file paths when truncated.
|
|
34
34
|
|