plating 2026-01-01
Simplify CI workflow, remove historical archive, and update documentation
23 files · 188+ · 1,558-

CI simplification

1 file changed
  • ci.yml Significantly simplified with a leaner CI pipeline (99 lines reduced)
  • Significantly simplified .github/workflows/ci.yml (99 lines reduced) with a leaner CI pipeline baseline internal
    1 file
    • ci.yml

Remove historical archive

5 files changed
  • API.md Deleted archived API documentation (558 lines)
  • API.md.original Deleted original API documentation (494 lines)
  • README.md Deleted future design readme (41 lines)
  • bundle-discovery-pattern.md Deleted bundle discovery pattern doc (96 lines)
  • template-processing-pipeline.md Deleted template processing pipeline doc (177 lines)
  • Deleted docs/archive/historical/API.md (558 lines), API.md.original (494 lines) baseline internal
    2 files
    • API.md
    • API.md.original
  • Deleted docs/archive/historical/future/ with README, bundle-discovery-pattern, template-processing-pipeline baseline internal
    3 files
    • README.md
    • bundle-discovery-pattern.md
    • template-processing-pipeline.md

Documentation updates

8 files changed
  • index.md Updated with 44 lines of changes
  • index.md Minor reference fixes
  • cli-reference.md Minor reference fixes
  • troubleshooting.md Minor reference fixes
  • README.md Updated with 89 lines of changes
  • HANDOFF.md Minor update
  • CLAUDE.md Minor update
  • readme.tmpl.md Updated readme template (18 lines)
  • Updated docs/getting-started/index.md with 44 lines of changes specify internal
    1 file
    • index.md
  • Updated docs/index.md, docs/cli-reference.md, docs/troubleshooting.md with minor reference fixes specify external
    3 files
    • index.md
    • cli-reference.md
    • troubleshooting.md
  • Updated README.md with 89 lines of changes specify external
    1 file
    • README.md

Code updates

9 files changed
  • main.py Minor fix
  • pyproject.py Minor fix
  • doc_generator.py Minor fix
  • decorators.py Minor fix
  • processor.py Minor fix
  • processor.py Added import
  • test_adorner.py Test adjustments
  • pyproject.toml Added dependency
  • uv.lock Updated lock file (78 lines)
  • Minor fixes in CLI main, CLI utils, doc generator, decorators, schema processor, templating processor remediate internal
    6 files
    • main.py
    • pyproject.py
    • doc_generator.py
    • decorators.py
    • processor.py
    • processor.py
  • Updated tests/test_adorner.py with test adjustments qualify internal
    1 file
    • test_adorner.py
  • Added dependency to pyproject.toml and updated uv.lock baseline internal
    2 files
    • pyproject.toml
    • uv.lock