@erclx/aitk 0.111.1 → 0.112.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.
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Route .claude/teach/ edits to the teach standard for layout, ordinal naming, and the mission and record formats, in the projects that open a learning workspace
|
|
3
|
+
paths:
|
|
4
|
+
- '.claude/teach/**'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Teach standards
|
|
8
|
+
|
|
9
|
+
## What a workspace keeps
|
|
10
|
+
|
|
11
|
+
- Never renumber an existing folder, lesson, or record. A later reader cites it by the name it opened under.
|
|
12
|
+
- Write every success line as a task the learner can be asked to perform, never as something they will understand.
|
|
13
|
+
- Keep a reference page free of the learner. A page carrying second person or a quiz belongs under `lessons/`.
|
|
14
|
+
- Record the wrong answer a learner gave, never a count of what they missed.
|
|
15
|
+
- Date the workspace once, in the `MISSION.md` frontmatter. Never repeat the date in the body of any file.
|
|
16
|
+
|
|
17
|
+
## Authority
|
|
18
|
+
|
|
19
|
+
- Follow `.claude/standards/teach.md` for the folder layout, ordinal naming, frontmatter, and the mission and learning-record formats. It is the single source.
|
|
20
|
+
- Follow `.claude/standards/glossary.md` for the glossary every workspace carries at its root.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Route .claude/tasks/ session map edits to the session standard for the filename, the core sections, and what a handoff carries
|
|
3
|
+
paths:
|
|
4
|
+
- '.claude/tasks/session-*.md'
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Session map standards
|
|
8
|
+
|
|
9
|
+
## What a handoff carries
|
|
10
|
+
|
|
11
|
+
- Follow this rule rather than `555-tasks.md` for a `session-` file. A handoff is not a task and carries neither `## Outcomes` nor `## Findings`.
|
|
12
|
+
- Never write into a file another session owns. Overwrite only the file the writing session already wrote.
|
|
13
|
+
- Resolve the containing folder at the main worktree root, never inside a linked worktree.
|
|
14
|
+
- Write only what a compaction destroys. Do not restate the board and do not summarize what shipped.
|
|
15
|
+
- Cite a commit, a task, or a file and line for every claim, so a reader can tell a read from a recall.
|
|
16
|
+
|
|
17
|
+
## Authority
|
|
18
|
+
|
|
19
|
+
- Follow `.claude/standards/session.md` for the filename and location, frontmatter, the core sections, and the write and read procedures. It is the single source.
|