superlab 0.1.66 → 0.1.68
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/lib/i18n.cjs +0 -6
- package/lib/lab_write_contract.json +4 -4
- package/package-assets/claude/commands/lab/write.md +2 -1
- package/package-assets/claude/commands/lab-write.md +2 -1
- package/package-assets/claude/commands/lab:write.md +2 -1
- package/package-assets/claude/commands/lab/357/274/232write.md +2 -1
- package/package-assets/codex/prompts/lab/write.md +2 -1
- package/package-assets/codex/prompts/lab-write.md +2 -1
- package/package-assets/codex/prompts/lab:write.md +2 -1
- package/package-assets/codex/prompts/lab/357/274/232write.md +2 -1
- package/package-assets/shared/lab/.managed/scripts/validate_manuscript_delivery.py +119 -83
- package/package-assets/shared/lab/.managed/scripts/validate_paper_plan.py +2 -0
- package/package-assets/shared/lab/.managed/scripts/validate_reference_consumption.py +348 -0
- package/package-assets/shared/lab/.managed/scripts/validate_section_draft.py +70 -141
- package/package-assets/shared/lab/.managed/templates/paper-figure.tex +2 -1
- package/package-assets/shared/lab/.managed/templates/paper-plan.md +4 -4
- package/package-assets/shared/lab/.managed/templates/reference-consumption-plan.md +41 -0
- package/package-assets/shared/lab/.managed/templates/write-iteration.md +17 -27
- package/package-assets/shared/skills/lab/SKILL.md +6 -1
- package/package-assets/shared/skills/lab/references/paper-writing/examples/experiments/figure-placeholder-and-discussion.md +10 -6
- package/package-assets/shared/skills/lab/references/paper-writing/examples/experiments-examples.md +1 -1
- package/package-assets/shared/skills/lab/references/paper-writing/section-style-policies.md +12 -0
- package/package-assets/shared/skills/lab/stages/write.md +32 -20
- package/package.json +1 -1
- package/package-assets/shared/lab/.managed/scripts/extract_reference_paper_structure.py +0 -1200
- package/package-assets/shared/lab/.managed/templates/reference-template-intake.md +0 -50
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
# Reference Template Intake
|
|
2
|
-
|
|
3
|
-
## Purpose
|
|
4
|
-
|
|
5
|
-
- Help `/lab:write` reproduce mature paper structure from multiple reference templates.
|
|
6
|
-
- Extract section slots, paragraph roles, and table/figure functions.
|
|
7
|
-
- Reuse structure and logic only; do not copy wording, claims, metrics, or conclusions.
|
|
8
|
-
|
|
9
|
-
## Sources
|
|
10
|
-
|
|
11
|
-
- Source paths or URLs:
|
|
12
|
-
- Extraction command:
|
|
13
|
-
- Output root:
|
|
14
|
-
|
|
15
|
-
## Section Templates
|
|
16
|
-
|
|
17
|
-
- Abstract:
|
|
18
|
-
- Introduction:
|
|
19
|
-
- Related work:
|
|
20
|
-
- Method:
|
|
21
|
-
- Experiments:
|
|
22
|
-
- Experiments protocol slots:
|
|
23
|
-
- Dataset descriptions:
|
|
24
|
-
- Dataset statistics / appendix link:
|
|
25
|
-
- Split or sampling protocol:
|
|
26
|
-
- Baseline setup:
|
|
27
|
-
- Metric definitions:
|
|
28
|
-
- Implementation and tuning details:
|
|
29
|
-
- Main results:
|
|
30
|
-
- Ablations:
|
|
31
|
-
- Sensitivity or analysis:
|
|
32
|
-
- Conclusion:
|
|
33
|
-
|
|
34
|
-
## Visual/Table Templates
|
|
35
|
-
|
|
36
|
-
- Main result tables:
|
|
37
|
-
- Ablation tables:
|
|
38
|
-
- Dataset/protocol tables:
|
|
39
|
-
- Method overview figures:
|
|
40
|
-
- Result or trade-off figures:
|
|
41
|
-
- Analysis/sensitivity figures:
|
|
42
|
-
|
|
43
|
-
## Write Handoff
|
|
44
|
-
|
|
45
|
-
- Aggregate template playbook:
|
|
46
|
-
- Section template selected for this round:
|
|
47
|
-
- Visual/table template selected for this round:
|
|
48
|
-
- Multi-template reproduction plan:
|
|
49
|
-
- Current-paper evidence that will fill the template:
|
|
50
|
-
- Structure-only reuse boundary:
|