plating 2025-11-18
Fresh initial commit establishing canonical project state
131 files · 3,698+ · 2,977-

Repository initialization

13 files changed
  • .gitguardian.yaml GitGuardian secret scanning config
  • ci.yml CI workflow
  • release.yml Release workflow
  • .gitignore Git ignore rules
  • .gitleaks.toml Gitleaks secret scanning config
  • HANDOFF.md Project handoff documentation
  • .trufflehog-exclude-paths.txt TruffleHog path exclusions
  • CLAUDE.md Agent configuration
  • README.md Project README
  • VERSION Version file
  • pyproject.toml Project configuration
  • uv.lock Dependency lock file
  • wrknv.toml Workspace configuration
  • Clean initial commit with 131 files establishing the complete plating project instantiate architectural
    5 files
    • ci.yml
    • release.yml
    • pyproject.toml
    • VERSION
    • README.md

Full source package

20 files changed
  • __init__.py Package init
  • _version.py Version module
  • adorner.py Adorner module
  • base.py Bundle base class
  • main.py CLI entry point
  • grouped.py Grouped compiler
  • single.py Single compiler
  • defaults.py Configuration defaults
  • runtime.py Runtime configuration
  • doc_generator.py Documentation generator
  • decorators.py Decorator library
  • finder.py Bundle discovery
  • errors.py Error definitions
  • markdown_validator.py Markdown validation
  • nav_generator.py MkDocs navigation generator
  • plating.py Core plating module
  • registry.py Bundle registry
  • processor.py Schema processor
  • engine.py Template engine
  • types.py Type definitions
  • Includes full src/plating/ package with all submodules: adorner, bundles, cli, compiler, config, core, discovery, generation, linting, mkdocs, schema, templating instantiate behavioral
    5 files
    • __init__.py
    • plating.py
    • main.py
    • doc_generator.py
    • engine.py

Documentation and test suite

16 files changed
  • authoring-bundles.md Bundle authoring guide
  • capabilities.md Capabilities documentation
  • cli-reference.md CLI reference
  • index.md Getting started guide
  • index.md Documentation index
  • troubleshooting.md Troubleshooting guide
  • conftest.py Test configuration
  • test_adorner.py Adorner tests
  • test_cli_integration.py CLI integration tests
  • test_foundation_integration.py Foundation integration tests
  • test_schema.py Schema tests
  • add_spdx_headers.py SPDX header management script
  • validate_spdx_headers.py SPDX header validation script
  • memray_doc_generator_stress.py Memray doc generator stress test
  • memray_schema_formatting_stress.py Memray schema formatting stress test
  • memray_template_engine_stress.py Memray template engine stress test
  • Includes comprehensive documentation: CLI reference, getting started, capabilities, authoring bundles, troubleshooting specify external
    3 files
    • cli-reference.md
    • index.md
    • capabilities.md
  • Includes 18 test files covering adorner, CLI, capability grouping, discovery, foundation integration, grouped compiler, guide discovery, index merger, mkdocs nav generator, modern API, plating bundle, plating discovery, schema, subcategory frontmatter, full plate workflow integration qualify behavioral
    4 files
    • test_adorner.py
    • test_cli_integration.py
    • test_foundation_integration.py
    • test_schema.py