Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a9fb282
docs: Update roadmap with v1.16.3 state and current branch status
Feb 1, 2026
5613c8a
docs: Consolidate planning documentation and archive historical files
Feb 1, 2026
a95321f
docs: Move root-level documentation to organized directories
Feb 1, 2026
0b58bb4
feat(quarto): Add autocomplete for YAML, chunk options, and cross-refs
Feb 1, 2026
7b21479
test(quarto): Add unit tests for Quarto autocomplete
Feb 1, 2026
955a129
fix: Prevent migration loop by using dedicated version flag
Feb 1, 2026
a6bbebb
fix(quarto): Require #| prefix for chunk options, not just #
Feb 1, 2026
6ff4bbe
feat(quarto): Add code chunk completion and styling
Feb 1, 2026
42e199b
fix(quarto): Fix codeChunkCompletions to use matchBefore properly
Feb 1, 2026
e28f2ae
fix(completions): Suppress LaTeX completions inside Quarto code blocks
Feb 1, 2026
0eba0cc
docs: Update CLAUDE.md with Quarto stabilization status
Feb 2, 2026
0408161
docs: Clean up .STATUS and archive stale specs/plans
Feb 22, 2026
41d907f
fix(tests): Resolve 70 TypeScript errors across 22 test files and 1 s…
Feb 22, 2026
24e298e
fix: Address review feedback for PR #40
Feb 22, 2026
53f8b58
docs: Update site for Quarto features and fix 14 broken links
Feb 22, 2026
3a60993
fix: Resolve merge conflict in planning/INDEX.md
Feb 22, 2026
644fd0a
Merge pull request #40 from Data-Wise/claude/zealous-cray
Data-Wise Feb 22, 2026
5fa1009
chore: Add .claude/ to .gitignore
Feb 22, 2026
83efe32
docs: Sync site with PR #40 Quarto work and fix stale references
Feb 22, 2026
3a52be6
chore: Bump Cargo.toml to v1.16.2 to match package.json and tauri.con…
Feb 22, 2026
5150c87
fix: Resolve 5 unrecognized relative links in site build
Feb 22, 2026
78e977f
chore: bump version to v1.17.0 for release
Feb 22, 2026
7da4cfa
fix: Remove unused afterEach import in DragRegion test
Feb 22, 2026
5cb4ef7
Merge remote-tracking branch 'origin/main' into dev
Feb 22, 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
1,858 changes: 70 additions & 1,788 deletions .STATUS

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.claude/
node_modules
dist
dist-electron
Expand Down
Loading