Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions guides/dev-guide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ async function runAgentTest(targetDir: string, guideName: string, guidedOnly = f
numRuns: 1,
skipEval: true,
guidedOnly,
suiteConfig,
});

// 3. Grade agent output (unguided + guided)
Expand Down
Empty file.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- The header container uses `position: sticky` to remain at the top of the scroller.
- The header container defines `container-type: scroll-state` to enable scroll state queries.
- The header container defines `container-name: section-header` to avoid collisions.
- The header visual style changes (e.g., background color or box-shadow) when it is stuck at the top.
- The visual style changes are implemented using the `@container scroll-state(stuck: top)` query.
- A functional JavaScript fallback using `IntersectionObserver` is provided for browsers that do not support scroll-state queries.
- The fallback markup and script must be present in the rendered output.
Loading
Loading