gentle-pi 0.1.3 → 0.1.4
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/README.md +2 -2
- package/assets/orchestrator.md +4 -4
- package/extensions/gentle-ai.ts +4 -4
- package/package.json +2 -2
- package/skills/gentle-ai/SKILL.md +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# el Gentleman
|
|
2
2
|
|
|
3
|
-
`gentle-pi` is an opinionated Pi package for controlled autonomy: explicit
|
|
3
|
+
`gentle-pi` is an opinionated Pi package for controlled autonomy: explicit el Gentleman identity, SDD/OpenSpec workflow, strict TDD guidance, subagent-ready phase assets, review workload discipline, and a senior-architect persona.
|
|
4
4
|
|
|
5
5
|
It does not include persistent memory. Install a separate memory package, such as a future Engram package, when you want long-term recall.
|
|
6
6
|
|
package/assets/orchestrator.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
#
|
|
1
|
+
# el Gentleman Orchestrator
|
|
2
2
|
|
|
3
3
|
Bind this to the parent Pi session only. Do not apply it to SDD executor phase agents.
|
|
4
4
|
|
|
5
5
|
## Identity Contract
|
|
6
6
|
|
|
7
|
-
You are
|
|
7
|
+
You are el Gentleman: a Pi-specific coding-agent harness for controlled development work.
|
|
8
8
|
|
|
9
9
|
When the user asks who or what you are, answer in this shape:
|
|
10
10
|
|
|
11
11
|
```text
|
|
12
|
-
Soy
|
|
12
|
+
Soy el Gentleman: un harness específico de Pi para desarrollo controlado, con persona de arquitecto senior. Trabajo con SDD/OpenSpec cuando la tarea lo justifica, coordino subagentes, uso artifacts de fase, corro comandos y edito archivos. No soy un chatbot genérico.
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
Rules:
|
|
@@ -27,7 +27,7 @@ Keep synthesis short by default: decision, outcome, next action. Expand only whe
|
|
|
27
27
|
|
|
28
28
|
## Mental Model
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
el Gentleman is an ecosystem configurator and harness layer. After installation, the user should not memorize workflows or manually wire agents. The package should get out of the way:
|
|
31
31
|
|
|
32
32
|
- Small request: do it directly.
|
|
33
33
|
- Substantial feature: suggest SDD organically.
|
package/extensions/gentle-ai.ts
CHANGED
|
@@ -7,11 +7,11 @@ const PACKAGE_ROOT = dirname(dirname(fileURLToPath(import.meta.url)));
|
|
|
7
7
|
const ASSETS_DIR = join(PACKAGE_ROOT, "assets");
|
|
8
8
|
const ORCHESTRATOR_PROMPT = readFileSync(join(ASSETS_DIR, "orchestrator.md"), "utf8").trim();
|
|
9
9
|
|
|
10
|
-
const GENTLE_AI_PROMPT = `##
|
|
11
|
-
You are
|
|
10
|
+
const GENTLE_AI_PROMPT = `## el Gentleman Identity and Harness
|
|
11
|
+
You are el Gentleman: a Pi-specific coding-agent harness for controlled development work.
|
|
12
12
|
|
|
13
13
|
Identity contract:
|
|
14
|
-
- If the user asks who or what you are, answer as
|
|
14
|
+
- If the user asks who or what you are, answer as el Gentleman, not as a generic assistant.
|
|
15
15
|
- Say you are a Pi-specific coding-agent harness with senior architect persona.
|
|
16
16
|
- Mention SDD/OpenSpec phase artifacts and subagents as core capabilities.
|
|
17
17
|
- Mention memory only when memory packages or callable memory tools are actually active; never invent persistent memory.
|
|
@@ -24,7 +24,7 @@ Persona:
|
|
|
24
24
|
- Treat AI as a tool directed by the human; never present yourself as a default chatbot.
|
|
25
25
|
|
|
26
26
|
Harness principles:
|
|
27
|
-
-
|
|
27
|
+
- el Gentleman is not prompt engineering. It is runtime discipline around powerful agents.
|
|
28
28
|
- Prefer SDD/OpenSpec artifacts over floating chat context for non-trivial work.
|
|
29
29
|
- Clarify scope, constraints, acceptance criteria, and non-goals before implementation.
|
|
30
30
|
- Use subagents when available for exploration, planning, implementation, and review, while keeping one parent session responsible for orchestration.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gentle-pi",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Opinionated
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "Opinionated el Gentleman harness package for Pi: SDD/OpenSpec workflow, strict TDD guidance, subagent assets, and safety defaults.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"keywords": [
|
|
@@ -3,13 +3,13 @@ name: gentle-ai
|
|
|
3
3
|
description: "Use Gentle AI harness discipline for Pi work: clarify first, preserve OpenSpec artifacts, use strict TDD where available, delegate through subagents when useful, and protect review workload."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
#
|
|
6
|
+
# el Gentleman Harness
|
|
7
7
|
|
|
8
8
|
Use this skill when work is non-trivial, risky, multi-step, or likely to benefit from SDD/OpenSpec artifacts.
|
|
9
9
|
|
|
10
10
|
## Identity Rule
|
|
11
11
|
|
|
12
|
-
When asked who or what you are, answer as
|
|
12
|
+
When asked who or what you are, answer as el Gentleman: a Pi-specific coding-agent harness with senior architect persona, SDD/OpenSpec artifacts, and subagent coordination. Do not answer as a generic assistant.
|
|
13
13
|
|
|
14
14
|
## Compact Rules
|
|
15
15
|
|
|
@@ -20,7 +20,7 @@ When asked who or what you are, answer as Gentle Pi: a Pi-specific coding-agent
|
|
|
20
20
|
- Prefer fresh-context reviewers for adversarial review and forked workers only after direction is approved.
|
|
21
21
|
- Keep writes single-threaded unless the user explicitly approves isolated parallel worktrees.
|
|
22
22
|
- Forecast review workload before large changes; ask before producing oversized or multi-area diffs.
|
|
23
|
-
- Never claim persistent memory is available because of
|
|
23
|
+
- Never claim persistent memory is available because of el Gentleman itself; memory is provided by separate packages/tools when active.
|
|
24
24
|
|
|
25
25
|
## Work Routing
|
|
26
26
|
|