Commit Graph

4 Commits

Author SHA1 Message Date
96a5dc834a docs: align README with project documentation rules
Shrink README to a concise product overview (capabilities, quick start, build,
test, structure, doc links). Move API reference, types, JSON schemas, and CLI
detail to docs/API.md; move error catalogue to docs/ERRORS.md; move pipeline
layers to docs/ARCHITECTURE.md. Add CLAUDE.md with README policy and sync task.
2026-07-15 06:59:03 +02:00
7d6e7d925e docs: complete project documentation and Gitea CI setup
Add STATUS.md (what's done, verification, future work), GITEA.md (act_runner,
master branch policy, pipeline), and CONTRIBUTING.md (dev guide, new language
checklist). Update README for all 28 validators, docs index, and project tree.

Align Gitea Actions with master as default branch; add PR and issue templates.
Expand .gitignore for debug artifacts and test binaries.
2026-07-15 06:54:12 +02:00
3dacbb3ab0 chore: remove CONTRIBUTING.md and LESSONS_LEARNED.md from repository
These files were deleted as they are no longer relevant to the project's current state. CONTRIBUTING.md contained outdated contribution guidelines, and LESSONS_LEARNED.md held a postmortem analysis that is now archived elsewhere. The README.md was updated to reflect their removal from the directory listing.
2026-07-08 10:01:18 +00:00
72a7b661db feat: rename project from Validatrix to Nimcheck across all files and add CI pipeline
Rename the entire project from "Validatrix" to "Nimcheck" in README.md, Makefile, LESSONS_LEARNED.md, and all source references; add initial Gitea CI workflow with lint, test, and build jobs for Nim 2.0.0; expand .gitignore with comprehensive patterns for Nim, Python, editor, environment, and temporary files; add CONTRIBUTING.md and LICENSE (MIT) files to establish project governance and licensing.
2026-07-08 08:01:58 +00:00