Commit Graph

10 Commits

Author SHA1 Message Date
Jonathan Miller
cc00cc8308 feat: add Pa11y accessibility testing + migrate GitHub refs to Gitea
Some checks failed
Repo Health / Access control (push) Failing after 2s
Repo Health / Release configuration (push) Has been skipped
Repo Health / Scripts governance (push) Has been skipped
Repo Health / Repository health (push) Has been skipped
- Add Pa11y CI config template (templates/configs/pa11yci.json)
- Replace all github.com/mokoconsulting-tech with git.mokoconsulting.tech/MokoConsulting
- Update .moko-standards governance file

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-14 20:43:53 -05:00
copilot-swe-agent[bot]
6b2d21ad48 Fix documentation and build scripts for src/ hierarchy
- Update all documentation files to reflect correct src/ structure
- Fix release.yml workflow to copy from src/ instead of src/templates/
- Fix build-release.sh script to use correct paths
- Remove references to non-existent src/templates/ directory

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-03-01 07:19:55 +00:00
copilot-swe-agent[bot]
54dbfab5d6 Update documentation metadata to MokoStandards format
- Added complete metadata sections to all docs files
- Standardized metadata format with all required fields
- Fixed repository URL in ROADMAP.md
- Added Effective Date and Classification fields
- Added Revision History sections where missing

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-30 02:13:13 +00:00
copilot-swe-agent[bot]
f569069bde Complete renaming to MokoCassiopeia in all paths and references
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-30 00:53:41 +00:00
copilot-swe-agent[bot]
aa2eb3f234 Rename to MokoCassiopeia and update to version 03.06.02
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-30 00:51:05 +00:00
copilot-swe-agent[bot]
8cf88379e4 Update version to 03.06.00 across all files
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-28 03:34:37 +00:00
copilot-swe-agent[bot]
4602612697 Update documentation: remove script references and add colors_custom.css info
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-18 01:41:45 +00:00
copilot-swe-agent[bot]
dbcd709ded Fix PHP CodeSniffer and PHPCompatibility dependency versions
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 08:35:02 +00:00
copilot-swe-agent[bot]
15205433c9 fix: address code review feedback
- Fix command injection vulnerabilities in pre-commit script
- Use proper file path quoting for YAML validation
- Use xargs -0 for safe filename handling
- Fix incorrect date (2026 -> 2025) in documentation
- Add scripts/git to allowed directories in repo_health workflow

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 04:29:20 +00:00
copilot-swe-agent[bot]
e1c7f54fec feat: add development workflow improvements
- Add comprehensive workflow documentation (WORKFLOW_GUIDE.md)
- Add quick start guide (QUICK_START.md)
- Add caching to GitHub Actions workflows for faster CI/CD
- Create Makefile with common development tasks
- Add pre-commit hook script for local validation
- Add VS Code tasks configuration
- Add git hooks installation script
- Update .gitignore to allow VS Code config files

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
2026-01-04 04:27:23 +00:00