@draig/lexis-two 1.0.8 → 1.1.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/.clinerules/lexis-two.md +163 -0
- package/.cursor/rules/lexis-two.mdc +169 -0
- package/.github/copilot-instructions.md +47 -0
- package/.kiro/steering/lexis-two.md +167 -0
- package/.opencode/commands/lexis.md +18 -0
- package/.opencode/plugins/lexis-two.mjs +4 -5
- package/.windsurf/rules/lexis-two.md +163 -0
- package/AGENTS.md +163 -0
- package/README.md +114 -34
- package/hooks/lexis-two-mode-tracker.js +15 -4
- package/package.json +13 -3
- package/pi-extension/index.js +223 -0
- package/scripts/install.js +1041 -0
- package/skills/lexis-two-review/SKILL.md +2 -0
- package/.opencode/command/lexis.md +0 -17
- /package/.opencode/{command → commands}/lexis-two-audit.md +0 -0
- /package/.opencode/{command → commands}/lexis-two-debt.md +0 -0
- /package/.opencode/{command → commands}/lexis-two-help.md +0 -0
- /package/.opencode/{command → commands}/lexis-two-plan.md +0 -0
- /package/.opencode/{command → commands}/lexis-two-review.md +0 -0
- /package/.opencode/{command → commands}/lexis-two-security.md +0 -0
- /package/.opencode/{command → commands}/lexis-two.md +0 -0
- /package/.opencode/{command → commands}/specxis.md +0 -0
|
@@ -21,4 +21,6 @@ Output:
|
|
|
21
21
|
- **Violations**: rule breaks with file/line refs and suggested fix
|
|
22
22
|
- **Next steps**: concrete actions in priority order
|
|
23
23
|
|
|
24
|
+
**Calibration:** compare against [examples/](https://github.com/nitdraig/lexis-two/tree/main/examples) before flagging over-engineering — especially native platform wins (`<dialog>`, `<input type="date">`, stdlib sort).
|
|
25
|
+
|
|
24
26
|
Respond in Spanish.
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "Manage Lexis senior dev mode, intensity levels, and quality/security tools"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
Manage Lexis senior dev mode, intensity levels, and quality/security tools.
|
|
6
|
-
|
|
7
|
-
Usage:
|
|
8
|
-
- `/lexis` or `/lexis status`: Show current mode and status.
|
|
9
|
-
- `/lexis lite` / `/lexis full` / `/lexis ultra` / `/lexis off`: Switch the intensity level of the ruleset.
|
|
10
|
-
- `/lexis plan` (or `/lexis p`): Plan a feature using the lazy hierarchy before coding.
|
|
11
|
-
- `/lexis review` (or `/lexis r`): Review current changes for over-engineering.
|
|
12
|
-
- `/lexis audit` (or `/lexis a`): Audit the entire repository for over-engineering.
|
|
13
|
-
- `/lexis debt` (or `/lexis d`): Harvest all `// lexis:` comments into a tracked ledger.
|
|
14
|
-
- `/lexis security` (or `/lexis s`): Run a focused security audit on the stack.
|
|
15
|
-
- `/lexis help` (or `/lexis h`): Show the quick reference card.
|
|
16
|
-
|
|
17
|
-
Respond in Spanish.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|