plating 2025-10-24
Removed generated site, added shared documentation theme, and cleaned up source modules
122 files · 4,097+ · 29,743-

Removed generated site from version control

2 files changed
  • site Deleted entire site/ directory (~26,000 lines of generated HTML, CSS, JS, and assets)
  • .gitignore Added site/ to gitignore
  • Deleted the entire site/ directory (~26,000 lines of generated HTML, CSS, JS, and assets) from version control baseline internal
    1 file
    • .gitignore

Shared documentation theme

11 files changed
  • README.md Theme documentation
  • USAGE.md Theme usage guide
  • contributors.yml Contributors data file
  • external_links.yml External links data file
  • people.yml People data file
  • sponsors.yml Sponsors data file
  • custom.js Custom JavaScript for theme
  • mermaid-init.js Mermaid diagram initialization
  • termynal.js Terminal animation library
  • provide-theme.css Custom theme CSS (345 lines)
  • termynal.css Terminal animation styles
  • Added docs/.shared-theme/ directory with custom JavaScript, CSS, data files, and documentation instantiate internal
    3 files
    • provide-theme.css
    • custom.js
    • termynal.js
  • Added docs/test-animations.md (95 lines) for testing terminal animations qualify internal
    1 file
    • test-animations.md

Documentation reorganization

8 files changed
  • index.md Updated landing page with expanded content
  • 04-authoring-plating-bundles.md Renamed from garnish bundles to plating bundles
  • 04-authoring-garnish-bundles.md Deleted old garnish docs
  • CONFIGURATION.md Deleted old configuration docs
  • STATUS.md Deleted old status docs
  • README.md Added future documentation readme
  • API.md Updated API docs
  • mkdocs.yml Updated with theme integration
  • Removed old garnish-era architecture docs (01-overview through 07-stock-service-design, CONFIGURATION.md, STATUS.md) specify internal
    4 files
    • 01-overview.md
    • 07-stock-service-design.md
    • CONFIGURATION.md
    • STATUS.md
  • Renamed garnish bundle docs to plating bundle docs specify internal
    1 file
    • 04-authoring-plating-bundles.md

Source code cleanup

20 files changed
  • __init__.py Updated package exports
  • cli.py Updated CLI with expanded command implementations
  • adorner.py Minor fixes
  • grouped.py Minor fixes
  • doc_generator.py Minor fixes
  • decorators.py Minor fixes
  • finder.py Minor fixes
  • errors.py Expanded error types
  • linting.py Minor fixes
  • markdown_validator.py Minor fixes
  • models.py Minor cleanup
  • plating.py Minor fixes
  • plater.py Minor fixes
  • __init__.py Updated exports
  • formatters.py Improved schema-to-markdown rendering (~317 lines changed)
  • processor.py Minor fixes
  • __init__.py Updated exports
  • engine.py Minor fixes
  • types.py Minor type adjustments
  • readme.tmpl.md Updated template
  • Updated src/plating/cli.py with expanded command implementations (+249 lines) decouple behavioral
    1 file
    • cli.py
  • Improved src/plating/schema/formatters.py with better schema-to-markdown rendering (~317 lines changed) decouple internal
    1 file
    • formatters.py
  • Minor fixes across adorner, compiler, decorators, discovery, errors, linting, models, plating core, and templating modules remediate internal
    6 files
    • adorner.py
    • grouped.py
    • decorators.py
    • errors.py
    • linting.py
    • plating.py
3 files changed
  • test_cli.py New 84-line CLI unit test suite
  • test_cli_integration.py New 533-line comprehensive CLI integration test suite
  • test_schema.py Additional schema formatter assertions
  • Added tests/test_cli.py (84 lines) for CLI unit tests qualify internal
    1 file
    • test_cli.py
  • Added tests/test_cli_integration.py (533 lines) for comprehensive CLI integration testing qualify internal
    1 file
    • test_cli_integration.py
  • Updated tests/test_schema.py with additional schema formatter assertions qualify internal
    1 file
    • test_schema.py

Project files

7 files changed
  • CHANGELOG.md Added changelog entries
  • CONTRIBUTING.md Updated contributing guide
  • README.md Updated project description
  • OPTIONS_1_AND_4_COMPLETE.md Added planning document
  • QUALITY_IMPROVEMENTS.md Added quality improvement tracking
  • TASKS_2_AND_4_COMPLETE.md Added task tracking
  • pyproject.toml Dependency adjustments
  • Added planning and tracking documents (OPTIONS_1_AND_4_COMPLETE.md, QUALITY_IMPROVEMENTS.md, TASKS_2_AND_4_COMPLETE.md) specify internal
    3 files
    • OPTIONS_1_AND_4_COMPLETE.md
    • QUALITY_IMPROVEMENTS.md
    • TASKS_2_AND_4_COMPLETE.md
  • Updated README.md, CHANGELOG.md, and CONTRIBUTING.md specify internal
    3 files
    • README.md
    • CHANGELOG.md
    • CONTRIBUTING.md