Add GitHub sidebar icon and left TOC to workspace Quarto scaffold - #97
Open
gas2own wants to merge 1 commit into
Open
Add GitHub sidebar icon and left TOC to workspace Quarto scaffold#97gas2own wants to merge 1 commit into
gas2own wants to merge 1 commit into
Conversation
Upstreams the two navigation/layout defaults validated in allenai/meta-agent-notes#2 into the shared `workspace` Quarto scaffold: - Sidebar GitHub icon linking to the source repo, opening in a new tab (`target: _blank`). Href uses a new `{{REPO_URL}}` placeholder filled during scaffolding; SKILL.md documents how to source it and to drop the `tools:` block when no remote exists yet. - `toc-location: left` so the on-page outline no longer floats on the right and overlaps wide content (e.g. leaderboard tables). Requested via allenai/gas2own#388. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Upstreams the two navigation/layout defaults validated in allenai/meta-agent-notes#2 into the shared
workspaceQuarto scaffold (plugins/asta-tools/skills/workspace/):assets/_quarto.ymllinking to the source repo, opening in a new tab (target: _blank) — easy jump from the deployed site back to source. Thehrefuses a new{{REPO_URL}}placeholder.toc-location: leftso the on-page outline no longer floats on the right and overlaps wide body content (e.g. leaderboard tables).Scaffolding
SKILL.mdstep 1 now fills{{REPO_URL}}alongside{{TITLE}}, sourced fromgh repo view --json url -q .urlorgit remote get-url origin(normalizing SSH form tohttps://). If the repo has no remote yet, the instruction is to drop thesidebar.tools:block rather than leave the placeholder unfilled, and re-add it once a remote exists. The placeholder is quoted (href: "{{REPO_URL}}") for the same reason{{TITLE}}is —{{starts a YAML flow-mapping and errors unquoted.Requested by @jbragg in #meta-research-agent; tracked in allenai/gas2own#388.
🤖 Generated with Claude Code