@ryuenn3123/agentic-senior-core 4.3.9 → 4.3.11
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.
|
@@ -13,10 +13,10 @@ Use this prompt for UI, UX, frontend layout, screen, or redesign work. Create or
|
|
|
13
13
|
## Design Reference Retrieval
|
|
14
14
|
|
|
15
15
|
Before generating tokens from scratch, check if a proven brand reference matches
|
|
16
|
-
the product aesthetic. Run `npx getdesign list` to see all available references.
|
|
16
|
+
the product aesthetic. Run `npx -y getdesign list` to see all available references.
|
|
17
17
|
Pick by spatial mechanics and typographic character, not by color.
|
|
18
18
|
|
|
19
|
-
Fetch: `npx getdesign add <slug> --out docs/DESIGN.md`
|
|
19
|
+
Fetch: `npx -y getdesign add <slug> --out docs/DESIGN.md --force`
|
|
20
20
|
|
|
21
21
|
Customize: replace brand colors with product OKLCH equivalents, replace brand name
|
|
22
22
|
with product name, remove brand iconography, keep spatial rhythm and density logic.
|
|
@@ -38,7 +38,7 @@ When the user says "redesign from zero": treat existing UI as behavioral evidenc
|
|
|
38
38
|
|
|
39
39
|
## Output Format
|
|
40
40
|
|
|
41
|
-
`docs/DESIGN.md` must be a compact token file under 400 tokens. Rationale stays in working memory.
|
|
41
|
+
`docs/DESIGN.md` must be a compact token file under 400 tokens (exception: if using a fetched brand reference from `getdesign`, you may preserve its rich details up to 2500 tokens). Rationale stays in working memory.
|
|
42
42
|
|
|
43
43
|
Required sections (in this order, no additions):
|
|
44
44
|
|
package/AGENTS.md
CHANGED
|
@@ -19,7 +19,7 @@ Write instructions as imperative gates:
|
|
|
19
19
|
|
|
20
20
|
## Bootstrap Receipt
|
|
21
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
|
-
- `loaded_files`: files actually read
|
|
22
|
+
- `loaded_files`: files actually read (exact paths from selectedRules/selectedPrompts only; zero hallucination)
|
|
23
23
|
- `selected_rules`: files selected for this scope and why
|
|
24
24
|
- `skipped_rules`: out-of-scope categories left unloaded
|
|
25
25
|
- `unreachable_files`: required files that could not be read
|