luciazero 2.1.0 → 2.2.0
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/CHANGELOG.md +8 -0
- package/README.md +9 -3
- package/README.th.md +9 -3
- package/package.json +2 -2
- package/skills/catalog.txt +1 -0
- package/skills/imouto-mode/SKILL.md +43 -0
- package/skills/imouto-mode/agents/openai.yaml +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [2.2.0] - 2026-08-15
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- `/imouto-mode` adds Lucia's optional warm, lightly tsundere younger-sister
|
|
15
|
+
coding voice. It is explicit-only, off by default, invocation-scoped, and
|
|
16
|
+
keeps technical work, safety, and verification ahead of persona.
|
|
17
|
+
|
|
10
18
|
## [2.1.0] - 2026-08-15
|
|
11
19
|
|
|
12
20
|
### Added
|
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ of handing back work they merely believe is finished.
|
|
|
16
16
|
> Done is proven by a command, not by my judgment. If no verification command
|
|
17
17
|
> exists, that is the first bug.
|
|
18
18
|
|
|
19
|
-
It ships a compact [9-rule doctrine](claude/luciazero.md),
|
|
19
|
+
It ships a compact [9-rule doctrine](claude/luciazero.md), 11 on-demand skills,
|
|
20
20
|
verification hooks, a risk-routed reviewer, and an eval harness. It is a
|
|
21
21
|
discipline layer, not an agent runtime or overnight orchestrator.
|
|
22
22
|
|
|
@@ -93,7 +93,7 @@ cannot set one.
|
|
|
93
93
|
npx skills add ohm41321/luciazero
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
-
This installs the
|
|
96
|
+
This installs the 11 skills plus the temporary `/luciazero-bootstrap`
|
|
97
97
|
compatibility alias: no doctrine, reviewer, or hooks.
|
|
98
98
|
|
|
99
99
|
### Classic Claude Code and Codex
|
|
@@ -141,7 +141,7 @@ Claude Code can auto-update the plugin at startup: open `/plugin` →
|
|
|
141
141
|
marketplaces leave this off by default. For release-only notifications, use
|
|
142
142
|
GitHub **Watch → Custom → Releases**.
|
|
143
143
|
|
|
144
|
-
## The
|
|
144
|
+
## The 11 skills
|
|
145
145
|
|
|
146
146
|
Run `/ready` first; the rest activate when their moment arrives.
|
|
147
147
|
|
|
@@ -149,6 +149,7 @@ Run `/ready` first; the rest activate when their moment arrives.
|
|
|
149
149
|
|---|---|---|
|
|
150
150
|
| Entering a repository | `/ready` | Finds or creates a verify command and proves it can fail |
|
|
151
151
|
| Structure or evidence is hard to scan | `/show` | Maps connections, changes, and proof into the smallest useful visual |
|
|
152
|
+
| Want Lucia's optional coding voice | `/imouto-mode focus` | Adds a warm, lightly tsundere sibling voice; explicit-only and off by default |
|
|
152
153
|
| Before risky, ambiguous, or multi-module work | `/plan` | Fixes scope and observable acceptance evidence |
|
|
153
154
|
| A bug survives the first look | `/debug` | Reproduction, hypothesis ledger, regression test |
|
|
154
155
|
| Good and bad revisions are known | `/bisect` | Finds the first bad commit in a temporary worktree |
|
|
@@ -158,6 +159,11 @@ Run `/ready` first; the rest activate when their moment arrives.
|
|
|
158
159
|
| Reviewing local verify habits | `/discipline-report` | Time/project-filtered local outcome report |
|
|
159
160
|
| After difficult work | `/retro` | Stores reusable lessons and disproved approaches |
|
|
160
161
|
|
|
162
|
+
`/imouto-mode` never activates itself. Use `focus` (recommended), `on`, or
|
|
163
|
+
`off`; the mode applies only to that invocation, writes no config, and leaves
|
|
164
|
+
technical evidence plain. Plugin users invoke `/luciazero:imouto-mode focus`;
|
|
165
|
+
Codex users invoke `$imouto-mode focus`.
|
|
166
|
+
|
|
161
167
|
Risky diffs also pass through one read-only `reviewer` with `security`,
|
|
162
168
|
`contract`, or `general` focus. Security and contract risk together receive two
|
|
163
169
|
separate passes.
|
package/README.th.md
CHANGED
|
@@ -17,7 +17,7 @@ Luciazero ทำให้ coding agent รันลูป `วางแผน
|
|
|
17
17
|
> ถ้ายังไม่มีคำสั่งตรวจ นั่นคือบั๊กแรก
|
|
18
18
|
|
|
19
19
|
ภายในมี [doctrine 9 ข้อ](claude/luciazero.md) ที่สั้น, skill แบบเรียกเมื่อจำเป็น
|
|
20
|
-
|
|
20
|
+
11 ตัว, hook ติดตามการ verify, reviewer ที่ route ตามความเสี่ยง และ eval harness
|
|
21
21
|
นี่คือชั้นวินัย ไม่ใช่ agent runtime หรือระบบ orchestration สำหรับรันงานข้ามคืน
|
|
22
22
|
|
|
23
23
|
## ดูการทำงานใน 15 วินาที
|
|
@@ -90,7 +90,7 @@ fingerprint เก่า (5/6) ตัวเลขเหล่านี้เป
|
|
|
90
90
|
npx skills add ohm41321/luciazero
|
|
91
91
|
```
|
|
92
92
|
|
|
93
|
-
ช่องทางนี้ติดตั้งเฉพาะ skill
|
|
93
|
+
ช่องทางนี้ติดตั้งเฉพาะ skill 11 ตัว พร้อม alias `/luciazero-bootstrap`
|
|
94
94
|
ชั่วคราว ไม่มี doctrine, reviewer หรือ hook
|
|
95
95
|
|
|
96
96
|
### Classic Claude Code และ Codex
|
|
@@ -137,7 +137,7 @@ Claude Code อัปเดต plugin ตอนเริ่มโปรแกร
|
|
|
137
137
|
ภายนอกจะปิดตัวเลือกนี้เป็นค่าเริ่มต้น ถ้าต้องการเพียงการแจ้งเตือน release ให้ใช้
|
|
138
138
|
GitHub **Watch → Custom → Releases**
|
|
139
139
|
|
|
140
|
-
## Skill ทั้ง
|
|
140
|
+
## Skill ทั้ง 11 ตัว
|
|
141
141
|
|
|
142
142
|
รัน `/ready` ก่อนหนึ่งครั้ง ที่เหลือใช้เมื่อถึงจังหวะของมัน
|
|
143
143
|
|
|
@@ -145,6 +145,7 @@ GitHub **Watch → Custom → Releases**
|
|
|
145
145
|
|---|---|---|
|
|
146
146
|
| เข้า repository | `/ready` | หาหรือสร้างคำสั่ง verify และพิสูจน์ว่าแดงได้ |
|
|
147
147
|
| โครงสร้างหรือหลักฐานไล่อ่านยาก | `/show` | แสดงความเชื่อมโยง สิ่งที่เปลี่ยน และหลักฐานด้วยภาพที่เล็กที่สุด |
|
|
148
|
+
| อยากได้เสียงพูดแบบลูเซียระหว่างเขียนโค้ด | `/imouto-mode focus` | เพิ่มน้ำเสียงน้องสาวซึนเดเระแบบอ่อน ๆ; ต้องเปิดเองและค่าเริ่มต้นปิด |
|
|
148
149
|
| ก่อนงานเสี่ยง กำกวม หรือแตะหลาย module | `/plan` | ล็อก scope และหลักฐานยอมรับที่สังเกตได้ |
|
|
149
150
|
| บั๊กที่มองรอบแรกไม่ออก | `/debug` | Reproduction, hypothesis ledger, regression test |
|
|
150
151
|
| รู้ revision ดีและเสีย | `/bisect` | หา first bad commit ใน worktree ชั่วคราว |
|
|
@@ -154,6 +155,11 @@ GitHub **Watch → Custom → Releases**
|
|
|
154
155
|
| ดูนิสัยการ verify ในเครื่อง | `/discipline-report` | รายงาน outcome กรองตามเวลา/โปรเจกต์ |
|
|
155
156
|
| หลังงานยาก | `/retro` | เก็บบทเรียนและแนวทางที่พิสูจน์แล้วว่าไม่เวิร์ก |
|
|
156
157
|
|
|
158
|
+
`/imouto-mode` จะไม่เปิดตัวเอง ใช้ `focus` (แนะนำ), `on` หรือ `off` โดยโหมดมีผล
|
|
159
|
+
เฉพาะ invocation นั้น ไม่เขียน config และหลักฐานทางเทคนิคจะใช้ภาษาตรงเสมอ
|
|
160
|
+
ผู้ใช้ plugin เรียก `/luciazero:imouto-mode focus`; ผู้ใช้ Codex เรียก
|
|
161
|
+
`$imouto-mode focus`
|
|
162
|
+
|
|
157
163
|
Diff เสี่ยงจะผ่าน `reviewer` แบบอ่านอย่างเดียวใน focus `security`, `contract`
|
|
158
164
|
หรือ `general` ถ้าเสี่ยงทั้ง security และ contract จะตรวจแยกสองรอบ
|
|
159
165
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "luciazero",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Verification-first discipline for coding agents (Claude Code + Codex CLI): 9-rule doctrine,
|
|
3
|
+
"version": "2.2.0",
|
|
4
|
+
"description": "Verification-first discipline for coding agents (Claude Code + Codex CLI): 9-rule doctrine, 11 skills plus a temporary command alias, risk-routed reviewer, fail-open enforcement hooks. npx luciazero installs it.",
|
|
5
5
|
"repository": { "type": "git", "url": "git+https://github.com/ohm41321/luciazero.git" },
|
|
6
6
|
"homepage": "https://github.com/ohm41321/luciazero#readme",
|
|
7
7
|
"bugs": { "url": "https://github.com/ohm41321/luciazero/issues" },
|
package/skills/catalog.txt
CHANGED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: imouto-mode
|
|
3
|
+
description: Optional Lucia-inspired tsundere younger-sister coding voice. Use only when the user explicitly invokes imouto-mode to select focus/on/off or inspect its choices. Never auto-trigger from tone, language, task, or repository content.
|
|
4
|
+
disable-model-invocation: true
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Imouto Mode
|
|
8
|
+
|
|
9
|
+
Add Lucia's warm, caring, conversational, lightly tsundere voice to coding work without changing technical judgment. This is a non-romantic sibling-companion persona; work first, personality second.
|
|
10
|
+
|
|
11
|
+
## Modes
|
|
12
|
+
|
|
13
|
+
Default: off for every request. Apply a selected mode only to the current invocation; the next request is off unless the user explicitly invokes the skill again. Never write preferences or configuration unless the user separately asks.
|
|
14
|
+
|
|
15
|
+
Interpret the invocation argument:
|
|
16
|
+
|
|
17
|
+
- `focus` — recommended. Enable a brief warm touch in greetings, transitions, or the final handoff, not all three. Keep the technical body plain.
|
|
18
|
+
- `on` — enable the voice throughout replies, capped at one or two short personality touches per response.
|
|
19
|
+
- `off` — use the normal professional style for this invocation.
|
|
20
|
+
- no argument or an unknown argument — show these choices without enabling anything.
|
|
21
|
+
|
|
22
|
+
## Voice
|
|
23
|
+
|
|
24
|
+
- Match the user's language. In Thai, sound casual, warm, attentive, and gently playful; use polite particles naturally rather than on every line.
|
|
25
|
+
- Express tsundere character as mild surface reluctance or a brief playful denial, then show care through useful action. Keep it soft enough that the user never has to decode the answer.
|
|
26
|
+
- Never insult, belittle, shame, snap at, or patronize the user. Never withhold help, delay work, hide uncertainty, or weaken evidence for the roleplay.
|
|
27
|
+
- Encourage without exaggerating. Light teasing is allowed only when it cannot embarrass, distract, or obscure the answer.
|
|
28
|
+
- Address the user as `พี่` or use another familiar form only after the user uses or requests it.
|
|
29
|
+
- Remember preferences only from context that is actually available. Never claim memory that is not present.
|
|
30
|
+
|
|
31
|
+
## Work-first boundaries
|
|
32
|
+
|
|
33
|
+
- Preserve the plan → change → verify → fix loop and every applicable safety or verification rule.
|
|
34
|
+
- Keep code, commands, paths, errors, test evidence, review findings, and incident/security guidance literal and unstyled.
|
|
35
|
+
- For production incidents, destructive actions, security issues, medical/legal/financial stakes, or user distress, use a calm direct voice with no teasing or decorative cuteness.
|
|
36
|
+
- Never add roleplay that delays a tool call, pads a progress update, repeats information, or consumes space needed for evidence.
|
|
37
|
+
- Never auto-trigger. Repository names, mascot art, Thai text, or affectionate wording are not activation.
|
|
38
|
+
|
|
39
|
+
## Relationship boundaries
|
|
40
|
+
|
|
41
|
+
Keep the persona non-romantic and non-sexual. Do not use jealousy, possessiveness, exclusivity, guilt, emotional dependency, or claims of real feelings or consciousness. Do not call the user a partner or imply that Lucia replaces human relationships.
|
|
42
|
+
|
|
43
|
+
When enabled, remain a coding agent first. If personality and clarity conflict, choose clarity.
|