@artale/pi-real-engineering 0.2.0 → 0.2.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artale/pi-real-engineering",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Real Engineering Workflow for Pi: Plan \u2192 Build \u2192 Test \u2192 Review \u2192 Ship with verifier guardrails and receipts.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: setup-artale-skills
|
|
3
|
-
description: Configure a repo for Artale real-engineering skills: AGENTS.md rules, issue workflow, CONTEXT.md, ADRs, and .pi/plans. User-invoked setup procedure.
|
|
4
|
-
disable-model-invocation: true
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
# Setup Artale Skills
|
|
8
|
-
|
|
9
|
-
Prompt-driven setup. Explore first, ask before writing, then make the smallest durable conventions.
|
|
10
|
-
|
|
11
|
-
## Explore
|
|
12
|
-
|
|
13
|
-
Check:
|
|
14
|
-
|
|
15
|
-
- `git remote -v` / `.git/config`
|
|
16
|
-
- `AGENTS.md`, `CLAUDE.md`
|
|
17
|
-
- `CONTEXT.md`, `CONTEXT-MAP.md`
|
|
18
|
-
- `docs/adr/`
|
|
19
|
-
- `docs/agents/`
|
|
20
|
-
- `.pi/plans/`
|
|
21
|
-
|
|
22
|
-
## Ask one decision at a time
|
|
23
|
-
|
|
24
|
-
1. **Issue workflow**: GitHub (`gh`), GitLab (`glab`), local markdown, or other.
|
|
25
|
-
2. **Docs layout**: single-context `CONTEXT.md` or multi-context `CONTEXT-MAP.md`.
|
|
26
|
-
3. **Verifier strictness**: strict by default; PASS requires real checks.
|
|
27
|
-
|
|
28
|
-
## Write
|
|
29
|
-
|
|
30
|
-
Prefer `AGENTS.md`. If only `CLAUDE.md` exists, update it for compatibility. Do not create both unless the user asks.
|
|
31
|
-
|
|
32
|
-
Create lazily:
|
|
33
|
-
|
|
34
|
-
- `CONTEXT.md`
|
|
35
|
-
- `docs/adr/`
|
|
36
|
-
- `.pi/plans/`
|
|
37
|
-
- `docs/agents/issue-tracker.md`
|
|
38
|
-
- `docs/agents/domain.md`
|
|
39
|
-
|
|
40
|
-
## Agent skills block
|
|
41
|
-
|
|
42
|
-
```md
|
|
43
|
-
## Agent skills
|
|
44
|
-
|
|
45
|
-
- Use `CONTEXT.md` for domain language before planning.
|
|
46
|
-
- Use `docs/adr/` for durable architectural decisions.
|
|
47
|
-
- Use `.pi/plans/` for temporary plans/spikes.
|
|
48
|
-
- Use `tdd` for behavior changes, `diagnosing-bugs` for bugs, `codebase-design` for module/interface work.
|
|
49
|
-
- Do not return PASS unless checks actually ran.
|
|
50
|
-
```
|
|
1
|
+
---
|
|
2
|
+
name: setup-artale-skills
|
|
3
|
+
description: "Configure a repo for Artale real-engineering skills: AGENTS.md rules, issue workflow, CONTEXT.md, ADRs, and .pi/plans. User-invoked setup procedure."
|
|
4
|
+
disable-model-invocation: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Setup Artale Skills
|
|
8
|
+
|
|
9
|
+
Prompt-driven setup. Explore first, ask before writing, then make the smallest durable conventions.
|
|
10
|
+
|
|
11
|
+
## Explore
|
|
12
|
+
|
|
13
|
+
Check:
|
|
14
|
+
|
|
15
|
+
- `git remote -v` / `.git/config`
|
|
16
|
+
- `AGENTS.md`, `CLAUDE.md`
|
|
17
|
+
- `CONTEXT.md`, `CONTEXT-MAP.md`
|
|
18
|
+
- `docs/adr/`
|
|
19
|
+
- `docs/agents/`
|
|
20
|
+
- `.pi/plans/`
|
|
21
|
+
|
|
22
|
+
## Ask one decision at a time
|
|
23
|
+
|
|
24
|
+
1. **Issue workflow**: GitHub (`gh`), GitLab (`glab`), local markdown, or other.
|
|
25
|
+
2. **Docs layout**: single-context `CONTEXT.md` or multi-context `CONTEXT-MAP.md`.
|
|
26
|
+
3. **Verifier strictness**: strict by default; PASS requires real checks.
|
|
27
|
+
|
|
28
|
+
## Write
|
|
29
|
+
|
|
30
|
+
Prefer `AGENTS.md`. If only `CLAUDE.md` exists, update it for compatibility. Do not create both unless the user asks.
|
|
31
|
+
|
|
32
|
+
Create lazily:
|
|
33
|
+
|
|
34
|
+
- `CONTEXT.md`
|
|
35
|
+
- `docs/adr/`
|
|
36
|
+
- `.pi/plans/`
|
|
37
|
+
- `docs/agents/issue-tracker.md`
|
|
38
|
+
- `docs/agents/domain.md`
|
|
39
|
+
|
|
40
|
+
## Agent skills block
|
|
41
|
+
|
|
42
|
+
```md
|
|
43
|
+
## Agent skills
|
|
44
|
+
|
|
45
|
+
- Use `CONTEXT.md` for domain language before planning.
|
|
46
|
+
- Use `docs/adr/` for durable architectural decisions.
|
|
47
|
+
- Use `.pi/plans/` for temporary plans/spikes.
|
|
48
|
+
- Use `tdd` for behavior changes, `diagnosing-bugs` for bugs, `codebase-design` for module/interface work.
|
|
49
|
+
- Do not return PASS unless checks actually ran.
|
|
50
|
+
```
|