You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/skills/tapestry/SKILL.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
---
2
2
name: tapestry
3
3
description: >-
4
-
Use when recording scientific work in the tapestry — after computations produce
5
-
results, when filing claims with evidence, when citing paper sources, or when
6
-
told to "update the tapestry". Also use when setting up or reshaping a tapestry
7
-
DAG, or when working with the tapestry dashboard directly.
4
+
This skill should be used when the user asks to "update the tapestry", "file a
5
+
claim", "add evidence", "export the tapestry", "set up a tapestry", or when
6
+
computations produce results that should be recorded. Also triggers on tapestry
7
+
DAG reshaping, evidence.json creation, citing paper sources, or working with the
8
+
tapestry viewer.
8
9
---
9
10
10
11
## Why
@@ -78,7 +79,7 @@ For each tapestry node with evidence, `felt tapestry export` compares its eviden
78
79
79
80
### Sections (tier:1)
80
81
81
-
Think of the main sections of a paper — Introduction, Data, Methods, Results, Discussion. Sections are waypoints, not buckets — they link to each other in the DAG, and interior fibers belong to a section if they're 1 hop from it.
82
+
Sections correspond to the main parts of a paper (Introduction, Data, Methods, Results, Discussion). They are waypoints, not buckets — they link to each other in the DAG, and interior fibers belong to a section if they're 1 hop from it.
82
83
83
84
The `tier:1` tag makes a fiber a section: visible on first load, slightly larger, column-anchored in layout.
0 commit comments