9 Commits

Author SHA1 Message Date
20fdd099ba fix: resolve CI workflow test path issue
All checks were successful
CI / test (push) Successful in 15s
2026-02-03 07:26:12 +00:00
0250f4f5a9 Add Gitea Actions workflow: ci.yml
All checks were successful
CI / test (push) Successful in 13s
2026-02-03 07:24:54 +00:00
4a258a122a fix: resolve CI workflow failures
Some checks failed
CI / test (push) Has been cancelled
- Remove tree-sitter CLI installation (npm not needed)
- Remove tree-sitter parsers installation
- Simplified dependency installation to pytest/pytest-cov
- Fixed package installation to use 'pip install -e vibeguard/'
- Create proper pyproject.toml with all dependencies
2026-02-03 07:22:09 +00:00
9b8e3a3df3 fix: Fix CI workflow configuration for vibeguard
Some checks failed
CI / test (push) Has been cancelled
- Create proper pyproject.toml for vibeguard package
- Update CI workflow to install vibeguard from its subdirectory
- Remove manual dependency installation (now handled by pyproject.toml)
- Remove redundant tree-sitter-languages step
- Simplify CI to only install test dependencies
2026-02-03 07:20:45 +00:00
20efc6f35f fix: remove tree-sitter CLI installation from CI workflow
Some checks failed
CI / test (push) Failing after 11s
2026-02-03 07:15:46 +00:00
72d7083f3a Simplify CI workflow: Remove tree-sitter CLI (not needed for tests)
All checks were successful
CI / test (push) Successful in 15s
2026-02-03 07:15:00 +00:00
b65d6e2e48 Fix CI workflow: Add tree-sitter CLI installation and fix linting errors
Some checks failed
CI / test (push) Has been cancelled
2026-02-03 07:13:51 +00:00
a0adc7ba16 fix: resolve CI workflow issues
Some checks failed
CI / test (push) Failing after 13s
- Add missing dependencies (rich, jinja2, pathspec, tree-sitter, tree-sitter-languages)
- Install vibeguard package in editable mode
- Install Tree-sitter language parsers for Python, JS, TS, Go, Rust
- Run only vibeguard-specific tests
2026-02-03 07:08:04 +00:00
e20bf7a15d Initial upload: VibeGuard AI Code Anti-Pattern Detector v0.1.0
Some checks failed
CI / test (push) Failing after 16s
CI / build (push) Has been skipped
2026-02-03 06:53:46 +00:00