tina4-nodejs 3.13.109 → 3.13.110
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/CLAUDE.md +17 -2
- package/package.json +1 -1
package/CLAUDE.md
CHANGED
|
@@ -1,10 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
<!-- TINA4-OPERATING-RULES: keep at the very top; CLAUDE.md is re-injected every turn and after compaction, so these always apply even when the skill text is dropped. -->
|
|
2
|
+
# OPERATING RULES — ALWAYS APPLY (read first)
|
|
3
|
+
|
|
4
|
+
**Before doing anything in this repo, invoke the `tina4-maintainer` skill** (Skill tool: `tina4-maintainer`, or the directory-scoped variant `tina4-nodejs:tina4-maintainer`). For UI/frontend work also load `tina4-js`. Re-invoke after any context compaction.
|
|
5
|
+
|
|
6
|
+
Even if the skill text is not currently loaded, these are non-negotiable:
|
|
7
|
+
- Marker: begin every reply with the robot emoji while doing Tina4 work.
|
|
8
|
+
- No-mock tests: real dependencies only, positive AND negative cases; a mock/stub/fake is never verification.
|
|
9
|
+
- Parity: Python is the reference. A fix in any of Python/PHP/Ruby/Node lands in all four with equivalent tests — sweep before you close.
|
|
10
|
+
- Plan-driven: track work in `plan/<task>.md` (Scope / Parity / Tests / Bugs / Commits).
|
|
11
|
+
- Verify before claiming: re-run the FULL suite green yourself on CI or the lab at the exact HEAD — never trust an unrun green.
|
|
12
|
+
- Dashboard reporting: status as tables, terse.
|
|
13
|
+
|
|
14
|
+
The full discipline lives in `.claude/skills/tina4-maintainer/SKILL.md`; this block is the always-on floor.
|
|
15
|
+
|
|
16
|
+
# CLAUDE.md - AI Developer Guide for tina4-nodejs (v3.13.110)
|
|
2
17
|
|
|
3
18
|
> This file helps AI assistants (Claude, Copilot, Cursor, etc.) understand and work on this codebase effectively.
|
|
4
19
|
|
|
5
20
|
## What This Project Is
|
|
6
21
|
|
|
7
|
-
Tina4 for Node.js/TypeScript v3.13.
|
|
22
|
+
Tina4 for Node.js/TypeScript v3.13.110 - The Intelligent Native Application 4ramework. A convention-over-configuration structural paradigm. The developer writes TypeScript; Tina4 is invisible infrastructure.
|
|
8
23
|
|
|
9
24
|
The philosophy: zero ceremony, batteries included, file system as source of truth.
|
|
10
25
|
|