mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-27 07:10:56 -07:00
* docs(M03): seed M03 plan and toolcalls Made-with: Cursor * ci: add repository guardrail, update CONTRIBUTING workflow Made-with: Cursor * M03: Test architecture (smoke/quality/nightly) - Move tests to test/smoke/, scaffold test/quality and test/nightly - Add pytest.ini with smoke/quality/nightly markers - Split CI: run_smoke_tests (PR), run_quality_tests (push main), run_nightly_tests (schedule) - Remove run_tests.yaml - Add prevent_upstream_push.sh pre-push hook template - Update CONTRIBUTING.md with hook install and test tier docs - Add repo and base-branch guardrails to workflows Made-with: Cursor * ci: remove obsolete warns_merge_master workflow (Serena uses main) Made-with: Cursor * fix: add base_url to pytest.ini for pytest-base-url plugin Made-with: Cursor * docs(M03): ledger, run1, audit, summary Made-with: Cursor * docs(M03): ledger commit 4ce5cde9 Made-with: Cursor
1.5 KiB
1.5 KiB
M03 Tool Calls
Milestone: M03
Branch: m03-test-architecture
This file records Cursor tool calls performed during the milestone.
| Timestamp | Tool | Purpose | Files/Target | Status |
|---|---|---|---|---|
| 2026-03-08 | write | Create M03_plan.md | docs/milestones/M03/M03_plan.md | done |
| 2026-03-08 | write | Create M03_toolcalls.md | docs/milestones/M03/M03_toolcalls.md | done |
| 2026-03-08 | write | Create test/smoke/* (6 files) | test/smoke/ | done |
| 2026-03-08 | write | Create test/quality/.gitkeep, test/nightly/.gitkeep | test/ | done |
| 2026-03-08 | write | Create pytest.ini, test/init.py | root, test/ | done |
| 2026-03-08 | search_replace | Add pytest_collection_modifyitems | test/conftest.py | done |
| 2026-03-08 | delete | Remove old test/*.py (6 files) | test/ | done |
| 2026-03-08 | write | run_smoke_tests.yaml, run_quality_tests.yaml, run_nightly_tests.yaml | .github/workflows/ | done |
| 2026-03-08 | delete | run_tests.yaml | .github/workflows/ | done |
| 2026-03-08 | write | prevent_upstream_push.sh | scripts/dev/ | done |
| 2026-03-08 | search_replace | Pre-push hook, test tiers | CONTRIBUTING.md | done |
| 2026-03-08 | write | M03_run1.md, M03_summary.md | docs/milestones/M03/ | done |
| 2026-03-09 | delete | warns_merge_master.yml | .github/workflows/ | done |
| 2026-03-09 | search_replace | Add base_url to pytest.ini | pytest.ini | done |
| 2026-03-09 | search_replace | M03_run1 CI results, ledger, M03_audit | docs/ | done |