feat: WP-0005 adoption polish — doc sync, fleet parity, CI lint
- Add make agents-sync-package and release-check parity gate - Add tests/test_packaged_agents_parity.py; sync packaged agents with agents/ - Update install docs (HELLO_WORLD, CLI_CHEAT_SHEET, AGENT_DISTRIBUTION) - Expand PACKAGE_RELEASE.md secrets setup and pre-tag checklist - Add flake8 to Gitea CI; CHANGELOG Unreleased for v1.2.0 - Expand INTEGRATION_PATTERNS activity-core handoff checklist
This commit is contained in:
@@ -27,5 +27,8 @@ jobs:
|
||||
- name: Format check (black)
|
||||
run: black --check src tests
|
||||
|
||||
- name: Lint (flake8)
|
||||
run: pip install flake8 && flake8 src/ --max-line-length=100
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests/ -q --ignore=tests/test_cli_error_handling.py
|
||||
run: pytest tests/ -q --ignore=tests/test_cli_error_handling.py
|
||||
|
||||
Reference in New Issue
Block a user