Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6e55d89
feat: add enriched exceptions system with AmbiguousDescription and Ex…
ocots Feb 2, 2026
336517b
feat: implement professional modular organization
ocots Feb 2, 2026
45061c4
feat: reorganize tests into modular structure
ocots Feb 2, 2026
c51ca95
feat: improve test coverage and add global percentage to reports
ocots Feb 2, 2026
d06f48b
feat: enhance test coverage and improve exception display tests
ocots Feb 2, 2026
1a4e751
feat: comprehensive documentation and extension improvements
ocots Feb 2, 2026
184ebcf
docs: restructure documentation into modular tutorials and simplify l…
ocots Feb 2, 2026
b4f943f
Refactor Descriptions and Exceptions modules. Add diagnostic examples…
ocots Feb 3, 2026
496b69a
Refactor exception system: Replace UnauthorizedCall with Precondition…
ocots Feb 3, 2026
9bbb5cc
Add comprehensive PreconditionError examples and update run_all_examples
ocots Feb 3, 2026
5b32f93
docs: Complete rewrite of exceptions.md tutorial
ocots Feb 3, 2026
3afddca
docs: Enhance descriptions.md tutorial
ocots Feb 3, 2026
e0b0ec3
docs: Enhance test-runner.md tutorial
ocots Feb 3, 2026
fbde4a8
docs: Enhance coverage.md tutorial
ocots Feb 3, 2026
afdb4c6
docs: Enhance api-documentation.md tutorial
ocots Feb 3, 2026
d05be0f
docs: Fix broken api.md links in tutorials
ocots Feb 3, 2026
dbb767f
Refactor Descriptions and Core tests to 1-file-per-module structure
ocots Feb 3, 2026
ed18377
feat: enhance descriptions test suite with comprehensive coverage
ocots Feb 3, 2026
5f7254d
foo
ocots Feb 3, 2026
bc180d0
fix: update API documentation configuration for Descriptions module
ocots Feb 3, 2026
69d7475
fix: ensure consistent API page titles across all modules
ocots Feb 3, 2026
e17a0cb
fix(docs): correct API page titles based on context
ocots Feb 3, 2026
8069a97
test(docs): add comprehensive tests for title system with is_split pa…
ocots Feb 3, 2026
b261cb5
feat(docs): add customization parameters for API page titles and desc…
ocots Feb 3, 2026
7fef512
test(docs): add comprehensive tests for customization parameters
ocots Feb 3, 2026
00828f4
fix(docs): correct title detection for single public/private pages
ocots Feb 3, 2026
3f9efdf
docs: add comprehensive documentation for title and description custo…
ocots Feb 3, 2026
291d043
refactor(docs): simplify title system - use 'Public API' and 'Private…
ocots Feb 3, 2026
95fa19a
chore: update gitignore configuration
ocots Feb 3, 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
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ Manifest*.toml

#
.agent/
reports/
.reports/
reports/
.coverage/
.vscode/
#.windsurf/
#.cursor/
Loading
Loading