Skip to content

Latest commit

 

History

History
1348 lines (1090 loc) · 30.2 KB

File metadata and controls

1348 lines (1090 loc) · 30.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.10] - 2026-03-30

Fixed

  • Fix duplicate-imports issues (ticket-9ee8e418)
  • Fix duplicate-imports issues (ticket-34ef3d79)
  • Fix string-concat issues (ticket-ce729503)
  • Fix unused-imports issues (ticket-958781ee)
  • Fix magic-numbers issues (ticket-fefe7679)

[0.1.10] - 2026-03-30

Fixed

  • Fix string-concat issues (ticket-b922e465)
  • Fix unused-imports issues (ticket-30f596db)
  • Fix unused-imports issues (ticket-e71e5810)

[0.1.10] - 2026-03-30

Fixed

  • Fix ai-boilerplate issues (ticket-b9090fc9)
  • Fix duplicate-imports issues (ticket-23eaebd9)
  • Fix string-concat issues (ticket-2d3f8393)
  • Fix unused-imports issues (ticket-7b55429d)
  • Fix duplicate-imports issues (ticket-6532aee5)
  • Fix magic-numbers issues (ticket-5ceab799)
  • Fix string-concat issues (ticket-50135bff)
  • Fix unused-imports issues (ticket-5d12f8dd)
  • Fix magic-numbers issues (ticket-bba0cb4f)
  • Fix string-concat issues (ticket-cab0a541)
  • Fix smart-return-type issues (ticket-6f91d8d7)
  • Fix unused-imports issues (ticket-778b0159)
  • Fix magic-numbers issues (ticket-7024a84c)
  • Fix ai-boilerplate issues (ticket-0b7c06b9)

[0.1.38] - 2026-03-30

Added

  • Bulk initialization (pyqual bulk-init): Auto-generate pyqual.yaml for all subprojects in a workspace using LLM classification with JSON schema and heuristic fallback. Detects Python, Node.js, PHP, Makefile, Rust, and Go projects.
  • Bulk runner (pyqual bulk-run): Run pyqual across multiple projects with a real-time dashboard showing status, iteration progress, current stage, gates, and elapsed time for each project.
  • Parallel execution with configurable concurrency (--parallel)
  • Project filtering (--filter name)
  • Per-project timeout (--timeout)
  • CI mode (--no-live for non-interactive environments)
  • JSON output mode (--json)
  • Smart skipping of artifact/data directories (venv, node_modules, recordings, archives)
  • Protection against overwriting existing pyqual.yaml (use --overwrite to force)

[0.1.10] - 2026-03-30

Fixed

  • Fix unused-imports issues (ticket-d962f5ce)
  • Fix magic-numbers issues (ticket-b3de414a)
  • Fix ai-boilerplate issues (ticket-b002f9fb)
  • Fix unused-imports issues (ticket-8e0794f1)
  • Fix magic-numbers issues (ticket-4db15ee9)
  • Fix ai-boilerplate issues (ticket-f539d3c9)
  • Fix string-concat issues (ticket-ced6bbce)
  • Fix unused-imports issues (ticket-73bdeda2)
  • Fix magic-numbers issues (ticket-950c3ba5)
  • Fix ai-boilerplate issues (ticket-b2d77b93)
  • Fix unused-imports issues (ticket-135462f9)
  • Fix magic-numbers issues (ticket-e693ad3b)
  • Fix ai-boilerplate issues (ticket-23203b41)
  • Fix unused-imports issues (ticket-50caefc4)
  • Fix ai-boilerplate issues (ticket-5c1aab40)
  • Fix unused-imports issues (ticket-73f53872)
  • Fix ai-boilerplate issues (ticket-d83cc138)
  • Fix unused-imports issues (ticket-d736cb84)

[0.1.10] - 2026-03-29

Fixed

  • Fix unused-imports issues (ticket-c8767c75)

[0.1.10] - 2026-03-29

Fixed

  • Fix string-concat issues (ticket-ca26484c)

[0.1.10] - 2026-03-29

Fixed

  • Fix unused-imports issues (ticket-6ca28800)
  • Fix ai-boilerplate issues (ticket-fb45b220)

[0.1.10] - 2026-03-29

Fixed

  • Fix unused-imports issues (ticket-ad12a7fe)
  • Fix magic-numbers issues (ticket-a596efee)
  • Fix ai-boilerplate issues (ticket-2ced7dac)

[0.1.10] - 2026-03-29

Fixed

  • Fix magic-numbers issues (ticket-feb0d054)
  • Fix string-concat issues (ticket-af8b41e7)
  • Fix unused-imports issues (ticket-12bfb242)
  • Fix llm-generated-code issues (ticket-86118b68)

[0.1.10] - 2026-03-29

Fixed

  • Fix unused-imports issues (ticket-306f5515)
  • Fix magic-numbers issues (ticket-b15f9d2a)

[0.1.10] - 2026-03-29

Fixed

  • Fix unused-imports issues (ticket-e76f259f, ticket-69f8f9b6, ticket-429fb650, ticket-f6b368af)
  • Fix magic-numbers issues (ticket-719da081, ticket-239d8af0, ticket-2f80b0ce)
  • Fix smart-return-type issues (ticket-5efe3250, ticket-72bc26ad)
  • Fix ai-boilerplate issues (ticket-58495f6c)
  • Fix duplicate-imports issues (ticket-e72bb5f4)
  • Fix string-concat issues (ticket-fc5da382)

[Unreleased]

[0.1.98] - 2026-04-02

Docs

  • Update README.md

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update VERSION
  • Update pyqual.yaml
  • Update pyqual/init.py

[0.1.71] - 2026-03-31

Docs

  • Update .aider.chat.history.md
  • Update README.md
  • Update dashboard/README.md
  • Update dashboard/node_modules/@alloc/quick-lru/readme.md
  • Update dashboard/node_modules/@babel/code-frame/README.md
  • Update dashboard/node_modules/@babel/compat-data/README.md
  • Update dashboard/node_modules/@babel/core/README.md
  • Update dashboard/node_modules/@babel/generator/README.md
  • Update dashboard/node_modules/@babel/helper-compilation-targets/README.md
  • Update dashboard/node_modules/@babel/helper-globals/README.md
  • ... and 263 more files

Other

  • Update .aider.input.history
  • Update .gitignore
  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update dashboard/api/main.py
  • Update dashboard/api/requirements.txt
  • Update dashboard/config/repos.example.json
  • Update dashboard/index.html
  • Update dashboard/node_modules/.bin/autoprefixer
  • Update dashboard/node_modules/.bin/baseline-browser-mapping
  • ... and 15674 more files

[0.1.70] - 2026-03-31

Docs

  • Update README.md
  • Update project/context.md

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • Update project/map.toon.yaml
  • ... and 4 more files

[0.1.69] - 2026-03-31

Docs

  • Update README.md
  • Update project/context.md

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • Update pyqual.yaml

[0.1.68] - 2026-03-31

Docs

  • Update README.md
  • Update TODO.md
  • Update project/context.md

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.png
  • Update project/flow.png
  • Update project/index.html
  • Update project/validation.toon.yaml

[0.1.67] - 2026-03-31

Docs

  • Update README.md
  • Update project/README.md
  • Update project/context.md

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • Update project/map.toon.yaml
  • Update project/project.toon.yaml
  • ... and 1 more files

[0.1.66] - 2026-03-31

Docs

  • Update README.md
  • Update project/README.md
  • Update project/context.md

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • Update project/map.toon.yaml
  • Update project/project.toon.yaml

[0.1.65] - 2026-03-31

Docs

  • Update README.md
  • Update project/context.md

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/flow.png
  • Update project/index.html
  • Update project/validation.toon.yaml

[0.1.64] - 2026-03-31

Docs

  • Update README.md
  • Update TODO.md
  • Update docs/ai-fix-tools.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update test_pyqual.py

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • ... and 14 more files

[0.1.63] - 2026-03-31

Docs

  • Update README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_report.py

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 10 more files

[0.1.62] - 2026-03-31

Docs

  • Update README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_report.py

Other

  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 9 more files

[0.1.61] - 2026-03-31

Docs

  • Update README.md
  • Update docs/ai-fix-tools.md
  • Update docs/configuration.md
  • Update docs/integrations.md
  • Update docs/logs-and-data.md
  • Update docs/quickstart.md
  • Update examples/README.md
  • Update examples/llm_fix/project/README.md
  • Update examples/llm_fix/project/context.md
  • Update examples/llx/project/README.md
  • ... and 14 more files

Test

  • Update tests/test_pipeline_stages.py
  • Update tests/test_profiles.py

Other

  • Update .gitignore
  • Update examples/custom_plugins/pyqual.yaml
  • Update examples/llm_fix/project/analysis.toon.yaml
  • Update examples/llm_fix/project/calls.mmd
  • Update examples/llm_fix/project/compact_flow.mmd
  • Update examples/llm_fix/project/evolution.toon.yaml
  • Update examples/llm_fix/project/flow.mmd
  • Update examples/llm_fix/project/index.html
  • Update examples/llm_fix/project/map.toon.yaml
  • Update examples/llm_fix/project/project.toon.yaml
  • ... and 72 more files

[0.1.60] - 2026-03-31

Docs

  • Update README.md
  • Update project/context.md

Other

  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/compact_flow.mmd
  • Update project/index.html
  • Update project/project.toon.yaml

[0.1.59] - 2026-03-31

Docs

  • Update BENCHMARK.md
  • Update README.md
  • Update TODO.md
  • Update docs/README.md
  • Update docs/configuration.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update test_pyqual.py
  • Update tests/test_pipeline_stages.py
  • Update tests/test_tickets.py

Other

  • Update .pyqual/coverage.json
  • Update .pyqual/llx_history.jsonl
  • Update .pyqual/pipeline.db
  • Update benchmark.py
  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • ... and 14 more files

[0.1.58] - 2026-03-30

Other

  • Update pyqual.yaml
  • Update pyqual/config.py
  • Update pyqual/pipeline.py

[0.1.57] - 2026-03-30

Docs

  • Update project/context.md

Other

  • Update .pyqual/coverage.json
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/compact_flow.mmd
  • Update project/flow.mmd
  • Update project/index.html
  • Update project/map.toon.yaml
  • Update project/project.toon.yaml
  • Update pyqual/cli.py

[0.1.56] - 2026-03-30

Docs

  • Update project/context.md

Other

  • Update .pyqual/coverage.json
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/compact_flow.mmd
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/index.html
  • Update project/map.toon.yaml
  • Update project/validation.toon.yaml

[0.1.55] - 2026-03-30

Docs

  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_tickets.py

Other

  • Update .pyqual/coverage.json
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/compact_flow.mmd
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/index.html
  • Update project/map.toon.yaml
  • Update project/project.toon.yaml
  • ... and 3 more files

[0.1.54] - 2026-03-30

Docs

  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_pyqual.py
  • Update tests/test_tickets.py

Other

  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/compact_flow.mmd
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/index.html
  • Update project/map.toon.yaml
  • Update project/project.toon.yaml
  • Update pyqual/bulk_init.py
  • ... and 3 more files

[0.1.53] - 2026-03-30

Other

  • Update pyqual/bulk_run.py
  • Update pyqual/cli.py
  • Update pyqual/pipeline.py
  • Update pyqual/validation.py

[0.1.52] - 2026-03-30

Other

  • Update pyqual/cli.py

[0.1.51] - 2026-03-30

Docs

  • Update project/README.md
  • Update project/context.md

Other

  • Update .pyqual/coverage.json
  • Update .pyqual/pipeline.db
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 6 more files

[0.1.50] - 2026-03-30

Test

  • Update tests/test_pyqual.py

Other

  • Update pyqual/cli.py

[0.1.49] - 2026-03-30

Test

  • Update tests/test_pyqual.py

Other

  • Update pyqual/cli.py

[0.1.48] - 2026-03-30

Other

  • Update pyqual/bulk_init.py
  • Update pyqual/cli.py

[0.1.47] - 2026-03-30

Docs

  • Update TODO.md
  • Update docs/README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_pyqual.py

Other

  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • ... and 4 more files

[0.1.46] - 2026-03-30

Other

  • Update pyqual/tools.py

[0.1.45] - 2026-03-30

Docs

  • Update TODO.md
  • Update docs/README.md
  • Update project/context.md

Test

  • Update tests/test_validation.py

Other

  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • Update project/map.toon.yaml
  • ... and 3 more files

[0.1.44] - 2026-03-30

Docs

  • Update TODO.md
  • Update docs/README.md
  • Update docs/configuration.md
  • Update docs/index.md
  • Update docs/integrations.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update test_pyqual.py
  • Update tests/test_bulk_run.py
  • Update tests/test_validation.py

Other

  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • ... and 7 more files

[0.1.43] - 2026-03-30

Docs

  • Update CHANGELOG.md
  • Update TODO.md
  • Update docs/README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_tickets.py

Other

  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 9 more files

[0.1.42] - 2026-03-30

Docs

  • Update CHANGELOG.md
  • Update README.md
  • Update TODO.md
  • Update docs/README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_tickets.py

Other

  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 9 more files

[0.1.41] - 2026-03-30

Docs

  • Update README.md
  • Update docs/quickstart.md

Other

  • Update pyqual/_gate_collectors.py
  • Update pyqual/bulk_run.py
  • Update pyqual/cli.py
  • Update pyqual/gates.py

[0.1.40] - 2026-03-30

Other

  • Update pyqual/builtin_collectors.py
  • Update pyqual/plugins.py

[0.1.39] - 2026-03-30

Docs

  • Update CHANGELOG.md
  • Update README.md
  • Update TODO.md
  • Update docs/README.md
  • Update docs/quickstart.md
  • Update project/README.md
  • Update project/context.md

Other

  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 5 more files

[0.1.38] - 2026-03-30

Test

  • Update tests/test_bulk_init.py
  • Update tests/test_bulk_run.py

Other

  • Update pyqual/bulk_init.py
  • Update pyqual/bulk_run.py
  • Update pyqual/cli.py

[0.1.37] - 2026-03-30

Docs

  • Update docs/api.md
  • Update docs/configuration.md

Test

  • Update tests/test_bulk_init.py
  • Update tests/test_pyqual.py

Other

  • Update pyqual/init.py
  • Update pyqual/bulk_init.py
  • Update pyqual/cli.py
  • Update pyqual/llm.py

[0.1.36] - 2026-03-30

Docs

  • Update README.md
  • Update docs/README.md

Test

  • Update tests/test_pyqual.py

Other

  • Update pyqual/init.py
  • Update pyqual/llm.py

[0.1.35] - 2026-03-30

Docs

  • Update README.md
  • Update TODO.md
  • Update docs/README.md

Test

  • Update tests/test_llx_mcp.py

Other

  • Update pyqual/integrations/llx_mcp.py

[0.1.34] - 2026-03-30

Test

  • Update tests/test_llx_mcp.py

Other

  • Update pyqual/integrations/llx_mcp.py
  • Update pyqual/integrations/llx_mcp_service.py

[0.1.33] - 2026-03-30

Other

  • Update examples/custom_gates/composite_gates.py
  • Update examples/custom_gates/dynamic_thresholds.py
  • Update examples/custom_gates/metric_history.py

[0.1.32] - 2026-03-30

Docs

  • Update README.md
  • Update docs/integrations.md
  • Update examples/llm_fix/README.md

Test

  • Update tests/test_llx_mcp.py

Other

  • Update examples/llm_fix/pyqual.yaml
  • Update examples/project_analysis/pyqual.yaml
  • Update pyqual/init.py
  • Update pyqual/cli.py
  • Update pyqual/integrations/llx_mcp.py
  • Update pyqual/plugins.py

[0.1.31] - 2026-03-30

Docs

  • Update CHANGELOG.md
  • Update TODO.md
  • Update docs/README.md
  • Update docs/configuration.md
  • Update docs/quickstart.md
  • Update examples/README.md
  • Update examples/linters/README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update test_pyqual.py

Other

  • Update examples/linters/pyqual.yaml
  • Update examples/llm_fix/pyqual.yaml
  • Update examples/llx/pyqual-llx.yaml
  • Update examples/multi_gate_pipeline/pyqual.yaml
  • Update examples/project_analysis/pyqual.yaml
  • Update examples/security/pyqual.yaml
  • Update examples/ticket_workflow/pyqual.yaml
  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • ... and 19 more files

[0.1.30] - 2026-03-30

Docs

  • Update TODO.md
  • Update docs/README.md
  • Update docs/api.md
  • Update docs/configuration.md
  • Update docs/index.md
  • Update docs/integrations.md
  • Update docs/quickstart.md
  • Update examples/README.md
  • Update examples/custom_gates/README.md
  • Update examples/custom_plugins/README.md
  • ... and 4 more files

Test

  • Update test_pyqual.py

Other

  • Update examples/custom_gates/composite_gates.py
  • Update examples/custom_gates/dynamic_thresholds.py
  • Update examples/custom_gates/metric_history.py
  • Update examples/custom_plugins/code_health_collector.py
  • Update examples/custom_plugins/performance_collector.py
  • Update examples/custom_plugins/pyqual.yaml
  • Update examples/multi_gate_pipeline/pyqual.yaml
  • Update examples/multi_gate_pipeline/run_pipeline.py
  • Update examples/ticket_workflow/pyqual.yaml
  • Update examples/ticket_workflow/sync_tickets.py
  • ... and 22 more files

[0.1.29] - 2026-03-29

Docs

  • Update docs/api.md
  • Update docs/index.md
  • Update docs/integrations.md
  • Update docs/quickstart.md

Other

  • Update .pyqual/validation.toon.yaml

[0.1.28] - 2026-03-29

Docs

  • Update CHANGELOG.md
  • Update TODO.md
  • Update docs/configuration.md

Other

  • Update .pyqual/llx_mcp.json
  • Update planfile.yaml

[0.1.27] - 2026-03-29

Test

  • Update tests/test_pyqual.py

Other

  • Update .pyqual/errors.json
  • Update .pyqual/validation.json
  • Update .pyqual/validation.txt
  • Update pyqual/gates.py

[0.1.26] - 2026-03-29

Docs

  • Update README.md
  • Update TODO.md
  • Update code2llm_output/README.md
  • Update code2llm_output/context.md

Test

  • Update tests/test_tickets.py

Other

  • Update .pyqual/coverage.json
  • Update .pyqual/validation.txt
  • Update code2llm_output/analysis.toon.yaml
  • Update code2llm_output/evolution.toon.yaml
  • Update pyqual.yaml
  • Update pyqual/cli.py
  • Update pyqual/integrations/llx_mcp.py
  • Update pyqual/tickets.py

[0.1.25] - 2026-03-29

Test

  • Update tests/test_llx_mcp.py

Other

  • Update .pyqual/coverage.json
  • Update .pyqual/errors.json
  • Update pyqual/integrations/llx_mcp.py

[0.1.24] - 2026-03-29

Docs

  • Update TODO.md
  • Update docs/README.md
  • Update project/README.md
  • Update project/context.md

Other

  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • ... and 4 more files

[0.1.23] - 2026-03-29

Docs

  • Update CHANGELOG.md
  • Update TODO.md
  • Update docs/README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_llx_mcp.py

Other

  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 7 more files

[0.1.22] - 2026-03-29

Docs

  • Update README.md

Test

  • Update tests/test_llx_mcp.py

Other

  • Update pyqual/cli.py
  • Update pyqual/integrations/llx_mcp_service.py
  • Update pyqual/plugins.py

[0.1.21] - 2026-03-29

Docs

  • Update examples/llm_fix/README.md

Other

  • Update examples/llm_fix/pyqual.yaml

[0.1.20] - 2026-03-29

Docs

  • Update CHANGELOG.md
  • Update TODO.md
  • Update docs/README.md
  • Update examples/README.md

Test

  • Update tests/test_llx_mcp.py

Other

  • Update conftest.py
  • Update examples/llm_fix/Dockerfile
  • Update planfile.yaml
  • Update project/duplication.toon.yaml
  • Update project/validation.toon.yaml
  • Update pyqual.yaml
  • Update pyqual/cli.py
  • Update pyqual/config.py
  • Update pyqual/integrations/llx_mcp_service.py
  • Update pyqual/plugins.py

[0.1.19] - 2026-03-29

Docs

  • Update README.md
  • Update examples/README.md
  • Update examples/llm_fix/README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_llx_mcp.py

Other

  • Update examples/llm_fix/Dockerfile
  • Update examples/llm_fix/docker-compose.yml
  • Update examples/llm_fix/pyqual.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • ... and 11 more files

[0.1.18] - 2026-03-29

Docs

  • Update examples/README.md
  • Update examples/llx/README.md

Other

  • Update examples/llx/demo.sh
  • Update examples/llx/pyqual-llx.yaml
  • Update pyqual/plugins.py

[0.1.17] - 2026-03-29

Docs

  • Update CHANGELOG.md
  • Update TODO.md
  • Update docs/README.md
  • Update project/README.md
  • Update project/context.md

Other

  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • Update project/index.html
  • Update project/map.toon.yaml
  • ... and 4 more files

[0.1.16] - 2026-03-29

Other

  • Update pyqual/gates.py

[0.1.15] - 2026-03-29

Docs

  • Update README.md
  • Update TODO.md
  • Update docs/README.md
  • Update examples/README.md
  • Update examples/linters/README.md
  • Update examples/security/README.md
  • Update project/README.md
  • Update project/context.md

Other

  • Update examples/linters/pyqual.yaml
  • Update examples/security/pyqual.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • ... and 7 more files

[0.1.14] - 2026-03-29

Docs

  • Update README.md
  • Update examples/README.md

Test

  • Update tests/test_collectors.py

Other

  • Update examples/github-actions/quality-gates.yml
  • Update examples/linters/pyqual.linters.yaml
  • Update examples/python-package/pyproject.toml
  • Update examples/security/pyqual.security.yaml
  • Update pyqual/cli.py
  • Update pyqual/config.py
  • Update pyqual/gates.py

[0.1.13] - 2026-03-29

Docs

  • Update CHANGELOG.md
  • Update README.md
  • Update TODO.md
  • Update docs/README.md
  • Update project/README.md
  • Update project/context.md

Test

  • Update tests/test_collectors.py

Other

  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 7 more files

[0.1.12] - 2026-03-29

Docs

  • Update examples/custom_gates/README.md
  • Update examples/llm_fix/README.md

Other

  • Update examples/custom_gates/composite_gates.py
  • Update examples/custom_gates/custom_metric.py
  • Update examples/llm_fix/fix_code.py
  • Update examples/llm_fix/fix_in_pipeline.py
  • Update examples/llm_fix/simple_prompt.py
  • Update pyqual/gates.py

[0.1.11] - 2026-03-29

Docs

  • Update README.md
  • Update examples/README.md

Test

  • Update tests/test_collectors.py

Other

  • Update examples/basic/pyqual.yaml
  • Update examples/custom_gates/dynamic_thresholds.py
  • Update examples/custom_gates/pyqual.yaml
  • Update examples/github-actions/quality-gates.yml
  • Update examples/linters/pyqual.linters.yaml
  • Update examples/llm_fix/pyqual.yaml
  • Update examples/python-package/pyproject.toml
  • Update examples/security/pyqual.security.yaml
  • Update pyqual.yaml
  • Update pyqual/init.py
  • ... and 4 more files

[0.1.10] - 2026-03-29

Docs

  • Update README.md
  • Update docs/index.md
  • Update docs/quickstart.md
  • Update examples/README.md
  • Update examples/basic/README.md
  • Update examples/custom_gates/README.md
  • Update examples/github-actions/README.md
  • Update examples/gitlab-ci/README.md
  • Update examples/llm_fix/README.md
  • Update examples/monorepo/README.md
  • ... and 2 more files

Other

  • Update examples/basic/check_gates.py
  • Update examples/basic/minimal.py
  • Update examples/basic/run_pipeline.py
  • Update examples/custom_gates/composite_gates.py
  • Update examples/custom_gates/custom_metric.py
  • Update examples/custom_gates/dynamic_thresholds.py
  • Update examples/llm_fix/fix_code.py
  • Update examples/llm_fix/fix_in_pipeline.py
  • Update examples/llm_fix/simple_prompt.py
  • Update pyqual/gates.py

[0.1.9] - 2026-03-29

Docs

  • Update README.md

[0.1.8] - 2026-03-29

Docs

  • Update CHANGELOG.md
  • Update TODO.md
  • Update docs/README.md
  • Update project/README.md
  • Update project/context.md

Other

  • Update planfile.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • Update project/flow.png
  • ... and 5 more files

[0.1.7] - 2026-03-29

Docs

  • Update 11-pyqual.md

Other

  • Update pyqual/init.py
  • Update pyqual/config.py
  • Update pyqual/llm.py

[0.1.6] - 2026-03-29

Docs

  • Update CHANGELOG.md
  • Update README.md
  • Update TODO.md
  • Update docs/README.md
  • Update docs/api.md
  • Update docs/configuration.md
  • Update docs/index.md
  • Update docs/integrations.md
  • Update docs/quickstart.md
  • Update project/README.md
  • ... and 1 more files

Other

  • Update planfile.yaml
  • Update prefact.yaml
  • Update project/analysis.toon.yaml
  • Update project/calls.mmd
  • Update project/calls.png
  • Update project/compact_flow.mmd
  • Update project/compact_flow.png
  • Update project/duplication.toon.yaml
  • Update project/evolution.toon.yaml
  • Update project/flow.mmd
  • ... and 6 more files

[0.1.5] - 2026-03-29

Other

  • Update pyqual/init.py
  • Update pyqual/cli.py
  • Update pyqual/config.py
  • Update pyqual/gates.py
  • Update pyqual/pipeline.py

[0.1.4] - 2026-03-29

[0.1.3] - 2026-03-29

[0.1.2] - 2026-03-29

Docs

  • Update 11-pyqual.md
  • Update CHANGELOG.md
  • Update README.md

Test

  • Update test_pyqual.py
  • Update tests/test_pyqual.py

Other

  • Update cli.py
  • Update config.py
  • Update gates.py
  • Update pipeline.py
  • Update pyqual.yml

[0.1.1] - 2026-03-29

Docs

  • Update 11-pyqual.md
  • Update README.md

Test

  • Update test_pyqual.py
  • Update tests/test_pyqual.py

Other

  • Update .dockerignore
  • Update .gitignore
  • Update cli.py
  • Update config.py
  • Update pyqual.yml
  • Update gates.py
  • Update pipeline.py
  • Update project.sh