Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c4b3b28
Implement project metadata merging with format resolution
gordonwoodhull Feb 17, 2026
de2cbf0
Implement directory metadata (_metadata.yml) with path resolution
gordonwoodhull Feb 17, 2026
0348dfe
Repo housekeeping: deepwiki badge, rename references to q2
gordonwoodhull Feb 12, 2026
c05cbc2
Wire WASM rendering to use project discovery from VFS
gordonwoodhull Mar 4, 2026
9b9970a
Add WASM smoke-all test runner for hub-client
gordonwoodhull Mar 4, 2026
daf2638
Add runtime metadata layer to SystemRuntime trait
gordonwoodhull Mar 7, 2026
d34b206
WIP: Switch hub-client Preview to render_qmd (VFS-based rendering)
gordonwoodhull Mar 7, 2026
47330bb
Include _metadata.yml in hub project file discovery
gordonwoodhull Mar 8, 2026
ca187c1
Canonicalize document path in directory_metadata_for_document
gordonwoodhull Mar 8, 2026
478e490
Remove obsolete render_qmd_content_with_options WASM entry point
gordonwoodhull Mar 8, 2026
633011e
Extract MetadataMergeStage from AstTransformsStage
gordonwoodhull Mar 9, 2026
9e4c574
Add general caching interface to SystemRuntime with filesystem backend
gordonwoodhull Mar 9, 2026
b529595
Add WASM cache bridge: IndexedDB-backed caching for WasmRuntime
gordonwoodhull Mar 9, 2026
65a12e2
Add CompileThemeCssStage: theme CSS compilation in render pipeline
gordonwoodhull Mar 9, 2026
df6d48e
Add ensureCssRegexMatches assertion for native and WASM test runners
gordonwoodhull Mar 9, 2026
9c41011
Remove pre-pipeline CSS compilation, use CompileThemeCssStage for all…
gordonwoodhull Mar 9, 2026
60577f2
Add theme CSS integration tests for native and WASM pipelines
gordonwoodhull Mar 10, 2026
87a6984
Restore SASS cache quality lost in f9bf8782..60750e13
gordonwoodhull Mar 10, 2026
ba9866f
Add smoke-all test for theme array in project subdirectory
gordonwoodhull Mar 10, 2026
a02e91d
Add smoke-all Playwright E2E tests through full Automerge pipeline
gordonwoodhull Mar 11, 2026
48ad5d2
Update hub-client testing plan with E2E progress from 0f5ee7f8
gordonwoodhull Mar 11, 2026
1fc67c0
Implement ensureHtmlElements assertion with CSS selector matching
gordonwoodhull Mar 11, 2026
ba8b95d
Replace fixed 2s sleep with document readiness poll in E2E tests
gordonwoodhull Mar 11, 2026
4e44c0d
Document smoke-all test runners in testing instructions
gordonwoodhull Mar 11, 2026
ddc8ab7
Fix project-level !path resolution and SCSS theme test fixtures
gordonwoodhull Mar 12, 2026
662a721
Make ProjectContext.config non-optional to fix single-file format fla…
gordonwoodhull Mar 12, 2026
094dbf7
Migrate all pipeline consumers from Format.metadata to doc.ast.meta
gordonwoodhull Mar 12, 2026
67dfa44
Add smoke tests for appendix-style metadata inheritance
gordonwoodhull Mar 12, 2026
61a0dd0
Remove Format.metadata field and extract_format_metadata()
gordonwoodhull Mar 12, 2026
49640a3
Update hub-client changelog for project-metadata branch
gordonwoodhull Mar 12, 2026
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
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,14 +281,14 @@ Entries are grouped by date under level-three headers. Add your entry under toda
```
### YYYY-MM-DD

- [`<short-hash>`](https://github.com/quarto-dev/kyoto/commits/<short-hash>): One-sentence description
- [`<short-hash>`](https://github.com/quarto-dev/q2/commits/<short-hash>): One-sentence description
```

Example:
```
### 2026-01-10

- [`e6f742c`](https://github.com/quarto-dev/kyoto/commits/e6f742c): Refactor navigation to VS Code-style collapsible sidebar
- [`e6f742c`](https://github.com/quarto-dev/q2/commits/e6f742c): Refactor navigation to VS Code-style collapsible sidebar
```

The changelog is rendered in the About section of the hub-client UI.
Expand Down
Loading
Loading