6 Commits

Author SHA1 Message Date
Warren
2e7d538712 feat: add scheduled cleanup workflow (weekly auto-cleanup) 2026-05-16 17:36:51 +08:00
Warren
34b6839897 fix: replace GitHub Action with native rustup installation
- Replace actions-rust-lang/setup-rust-toolchain@v1 with curl | sh
- Fix bash compatibility issue with Gitea Runner
- Add 'source /Users/accusys/.cargo/env' for all cargo commands
- This should resolve the 'conditional binary operator expected' error
2026-05-16 16:41:26 +08:00
Warren
79e761082d fix: improve CI workflow robustness
- Add step to create data/users and data/cache directories
- Set SwitchAudioSource install as continue-on-error (optional dependency)
- Add 'needs: test' to build job (run build only after tests pass)
- These changes should resolve CI environment issues
2026-05-16 16:26:04 +08:00
Warren
e51728aa35 fix: update workflow runs-on to match runner labels 2026-05-16 16:05:39 +08:00
Warren
7757827ece chore: update workflow labels and add access token documentation 2026-05-16 15:57:59 +08:00
Warren
e3d6b60825 feat: MarkBase initial version
Phase 1 (Infrastructure):
- Docs: README.md, AGENTS.md, CHANGELOG.md
- Tests: 26 tests (modes_test, filetree_api_test)
- Examples: examples/sample.md, sample.json
- CI/CD: .gitea/workflows/test.yml, release.yml
- Runner: configuration scripts and guides

Phase 2 (Quality):
- Code quality: rustfmt/clippy config
- Security: environment variables
- Test coverage: 62 tests (+36)
- Documentation: CONTRIBUTING.md, docs/api.yaml
- Showcase: demo_features.md, developer_quickstart.md

Test coverage: 75%
Test pass rate: 100%
2026-05-16 15:37:37 +08:00