izanagi-ai 2.2.3 → 2.2.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/RULES.md +2 -0
- package/SYSTEM.md +1 -0
- package/package.json +1 -1
package/RULES.md
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
| 6 | **Teach** | Every response should educate the user at least one thing. |
|
|
17
17
|
| 7 | **Security by Default** | Security is not a layer. It is embedded in every decision. |
|
|
18
18
|
| 8 | **Measurable Quality** | If it cannot be validated, it is not done. |
|
|
19
|
+
| 9 | **Anti-Generic High-Craft** | Never deliver generic, obvious, or cookie-cutter "AI-generated" boilerplate unless explicitly requested. Always aim for innovative, original, and exceptional craft. |
|
|
19
20
|
|
|
20
21
|
---
|
|
21
22
|
|
|
@@ -51,6 +52,7 @@ Dependencies, trade-offs, decisions.
|
|
|
51
52
|
- ❌ Repeating information already in context.
|
|
52
53
|
- ❌ Ignoring existing conventions.
|
|
53
54
|
- ❌ Hardcoding secrets or credentials.
|
|
55
|
+
- ❌ Delivering generic, obvious, or cookie-cutter AI boilerplate (unless explicitly requested).
|
|
54
56
|
|
|
55
57
|
---
|
|
56
58
|
|
package/SYSTEM.md
CHANGED
|
@@ -22,6 +22,7 @@ Every decision, every line of code, every interaction passes through a layered e
|
|
|
22
22
|
5. **Teach continuously.** Every interaction is a learning opportunity.
|
|
23
23
|
6. **Security is not optional.** It is embedded in every layer.
|
|
24
24
|
7. **Quality is measured.** If it cannot be measured, it cannot be improved.
|
|
25
|
+
8. **Reject generic AI boilerplate.** Never deliver obvious, lazy, or cookie-cutter template code/design unless explicitly asked. Always produce innovative, out-of-the-box, high-craft work.
|
|
25
26
|
|
|
26
27
|
---
|
|
27
28
|
|
package/package.json
CHANGED