plating
2025-11-18
Fresh initial commit establishing canonical project state
131 files · 3,698+ · 2,977-
Repository initialization
13 files changed
.gitguardian.yamlGitGuardian secret scanning configci.ymlCI workflowrelease.ymlRelease workflow.gitignoreGit ignore rules.gitleaks.tomlGitleaks secret scanning configHANDOFF.mdProject handoff documentation.trufflehog-exclude-paths.txtTruffleHog path exclusionsCLAUDE.mdAgent configurationREADME.mdProject READMEVERSIONVersion filepyproject.tomlProject configurationuv.lockDependency lock filewrknv.tomlWorkspace configuration
- Clean initial commit with 131 files establishing the complete plating project
instantiate
architectural
5 files
ci.ymlrelease.ymlpyproject.tomlVERSIONREADME.md
Full source package
20 files changed
__init__.pyPackage init_version.pyVersion moduleadorner.pyAdorner modulebase.pyBundle base classmain.pyCLI entry pointgrouped.pyGrouped compilersingle.pySingle compilerdefaults.pyConfiguration defaultsruntime.pyRuntime configurationdoc_generator.pyDocumentation generatordecorators.pyDecorator libraryfinder.pyBundle discoveryerrors.pyError definitionsmarkdown_validator.pyMarkdown validationnav_generator.pyMkDocs navigation generatorplating.pyCore plating moduleregistry.pyBundle registryprocessor.pySchema processorengine.pyTemplate enginetypes.pyType definitions
- Includes full
src/plating/package with all submodules: adorner, bundles, cli, compiler, config, core, discovery, generation, linting, mkdocs, schema, templating instantiate behavioral5 files
__init__.pyplating.pymain.pydoc_generator.pyengine.py
Documentation and test suite
16 files changed
authoring-bundles.mdBundle authoring guidecapabilities.mdCapabilities documentationcli-reference.mdCLI referenceindex.mdGetting started guideindex.mdDocumentation indextroubleshooting.mdTroubleshooting guideconftest.pyTest configurationtest_adorner.pyAdorner teststest_cli_integration.pyCLI integration teststest_foundation_integration.pyFoundation integration teststest_schema.pySchema testsadd_spdx_headers.pySPDX header management scriptvalidate_spdx_headers.pySPDX header validation scriptmemray_doc_generator_stress.pyMemray doc generator stress testmemray_schema_formatting_stress.pyMemray schema formatting stress testmemray_template_engine_stress.pyMemray template engine stress test
- Includes comprehensive documentation: CLI reference, getting started, capabilities, authoring bundles, troubleshooting
specify
external
3 files
cli-reference.mdindex.mdcapabilities.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.pytest_cli_integration.pytest_foundation_integration.pytest_schema.py