Skip to content

Commit 77123b4

Browse files
committed
docs: prepare Scroll research artifact
1 parent 0ea5104 commit 77123b4

2 files changed

Lines changed: 124 additions & 547 deletions

File tree

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,25 @@ providers.json
104104

105105
# Logs
106106
logs/
107+
108+
# Research artifact: local inputs, scratch work, and generated evaluations.
109+
# Keep these on disk, but do not publish them accidentally. Curated release
110+
# manifests and aggregate results should live under a dedicated tracked path.
111+
/.pnpm-store/
112+
/outputs/
113+
/jobs/
114+
/harbor/**/environment/chat.json
115+
/design/
116+
/scroll-tc-kit/
117+
/scripts/.scroll-demo/
118+
/scripts/.scroll-tile-demo/
119+
/scripts/scroll_context_demo.py
120+
/scripts/scroll_tile_demo.py
121+
/console/memory/
122+
/default_*.json
123+
/CONTEXT_MANAGEMENT.html
124+
/2406.18312v4.pdf
125+
/issue-*.md
107126
*.log
108127

109128
# vibe coding

0 commit comments

Comments
 (0)