tbhb
searchpath
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(release): v0.1.0
main
5 days ago
fix: broken test
main
5 days ago
docs: add MkDocs Material documentation site Add comprehensive documentation using MkDocs Material with: - Diátaxis framework structure (tutorials, guides, explanation, reference) - mkdocstrings for auto-generated API documentation - Cloudflare Workers deployment via wrangler - GitHub Actions workflow for CI/CD Also includes CI fixes: - Add Vale styles sync to CI workflow - Fix biome check to use directory scanning instead of glob patterns
main
5 days ago
docs: add MkDocs Material documentation site Add comprehensive documentation using MkDocs Material with: - Diátaxis framework structure (tutorials, guides, explanation, reference) - mkdocstrings for auto-generated API documentation - Cloudflare Workers deployment via wrangler - GitHub Actions workflow for CI/CD Also includes CI fixes: - Add Vale styles sync to CI workflow - Fix biome check to use directory scanning instead of glob patterns
main
5 days ago
test(windows): resolve test failures with platform-agnostic assertions (#3) * test(windows): resolve test failures with platform-agnostic assertions Three issues causing Windows CI failures: 1. pyfakefs root directory conflict: fake_tree fixture defaulted to Path("/") which becomes C:\ on Windows pyfakefs, but C:\ already exists as a mount point. Changed default to Path("/fake_root"). 2. Path separator in __str__ assertion: test_str_shows_scope_path_pairs expected forward slashes but Windows uses backslashes. Now uses f-strings with Path objects for platform-correct comparison. 3. Exception message path format: PatternFileError tests hardcoded forward slashes in expected strings. Now constructs expected dynamically using the same Path object. * test(windows): add platform-specific tests for permission and directory errors - Add Windows-specific test using monkeypatch for permission denied error since chmod doesn't restrict access on Windows - Add Windows-specific test for directory error since pyfakefs raises PermissionError instead of IsADirectoryError on Windows - Use skipif markers to run correct test variant per platform * build: exclude complexipy from Windows complexipy fails to compile on Windows with free-threaded Python 3.14t due to missing python314.lib for Rust linking. * chore: use Python 3.13 for development
main
5 days ago
docs: add MkDocs Material documentation site (#4) * docs: add MkDocs Material documentation site Set up complete documentation infrastructure with MkDocs Material: - Add mkdocs.yml with Material theme, mkdocstrings, and plugins - Create Diátaxis-structured docs (tutorials, guides, explanation, reference) - Add API reference with auto-generated documentation from docstrings - Include llms.txt and llms-full.txt for LLM context - Add documentation CI workflow with linting and deployment - Configure Cloudflare Workers deployment via wrangler - Update docstring examples to use fenced code blocks for proper rendering - Add pytest-examples tests for documentation code examples - Update Vale vocabulary with project-specific terms * ci: add Vale styles sync to CI workflow The CI workflow was failing because it runs `just lint` which includes Vale prose linting, but Vale styles were not synced first. Added the same cache and sync steps used in the documentation workflow. * fix(lint): remove errant comma in biome check command The comma was being interpreted as part of the file pattern, causing biome to fail with "No such file or directory" errors. * fix(lint): use biome check with directory instead of glob patterns Biome has issues with glob patterns via pnpm exec on Linux. Using --files-ignore-unknown=true with the current directory lets biome find JSON/JSONC files automatically.
main
5 days ago
fix(lint): use biome check with directory instead of glob patterns Biome has issues with glob patterns via pnpm exec on Linux. Using --files-ignore-unknown=true with the current directory lets biome find JSON/JSONC files automatically.
docs
5 days ago
fix(lint): remove errant comma in biome check command The comma was being interpreted as part of the file pattern, causing biome to fail with "No such file or directory" errors.
docs
5 days ago
Active Branches
chore(deps): bump astral-sh/setup-uv from 7.1.6 to 7.2.0
last run
6 days ago
#1
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs