You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GENERATOR_CONTRACT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> **Status**: Canonical Reference
4
4
> **Scope**: All generator files in `generators/`
5
-
> **Last Updated**: 2025/12/12
5
+
> **Last Updated**: 2025-12-12
6
6
7
7
This document defines the **contract** for test case generator files. Generators enable stress testing, edge case discovery, and reproducible test generation.
Copy file name to clipboardExpand all lines: docs/MKDOCS_CONTENT_GUIDE.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,14 +243,14 @@ If you need to access these documents, use the GitHub absolute URLs provided in
243
243
244
244
## 📝 Update Log
245
245
246
-
-**2025-01-XX**: Initial version
247
-
-**2025-01-XX**: Updated - Added `docs/patterns/` and `docs/GITHUB_PAGES_SETUP.md` to website navigation
246
+
-**2025-12-12**: Initial version
247
+
-**2025-12-12**: Updated - Added `docs/patterns/` and `docs/GITHUB_PAGES_SETUP.md` to website navigation
248
248
-**2025-12-12**: Added "📚 Reference" section to nav with Solution Contract, Generator Contract, Architecture Migration
249
249
-**2025-12-12**: Moved Tools documentation from `docs/TOOLS.md` to `tools/README.md` (developer docs belong with code)
250
-
-**2025-01-XX**: Added local documentation build guides - `BUILD_DOCS_MANUAL.md` (recommended) and `ACT_LOCAL_GITHUB_ACTIONS.md` (optional) to Guides section
251
-
-**2025-12-XX**: Added `ONTOLOGY_DESIGN.md` to Reference section
252
-
-**2025-12-XX**: Added `MKDOCS_CONTENT_GUIDE.md` and `LOCAL_DOCS_BUILD.md` to Guides section
253
-
-**2025-12-XX**: Added `backtracking_exploration` pattern to Patterns section
250
+
-**2025-12-13**: Added local documentation build guides - `BUILD_DOCS_MANUAL.md` (recommended) and `ACT_LOCAL_GITHUB_ACTIONS.md` (optional) to Guides section
251
+
-**2025-12-14**: Added `ONTOLOGY_DESIGN.md` to Reference section
252
+
-**2025-12-15**: Added `MKDOCS_CONTENT_GUIDE.md` and `LOCAL_DOCS_BUILD.md` to Guides section
253
+
-**2025-12-17**: Added `backtracking_exploration` pattern to Patterns section
254
254
- Check `mkdocs.yml``nav` configuration for the latest list
Copy file name to clipboardExpand all lines: docs/SOLUTION_CONTRACT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> **Status**: Canonical Reference
4
4
> **Scope**: All solution files in `solutions/`
5
-
> **Last Updated**: 2024
5
+
> **Last Updated**: 2025-12-17
6
6
7
7
This document defines the **contract** for solution files in this repository. All solution files MUST conform to this specification. The test runner, generators, and tooling depend on this contract.
0 commit comments