generated from coulomb/repo-seed
a0dbbb5910daad9c05c1bc20377ac17c1ec0ce70
- Align agent files with on-disk workplan prefixes (infer from workplan ids) - Set workplan domain to registered domain_slug; add topic_slug where applicable - Repair frontmatter delimiter formatting; migrate legacy task status literals - Regenerate AGENTS.md, CLAUDE.md, and .claude/rules from State Hub templates
markitect-quarkdown
markitect-quarkdown provides the concrete Quarkdown render/export adapter for
Markitect. It keeps Quarkdown runtime assumptions out of markitect-tool while
still satisfying the Markitect render adapter contract.
Scope
This repository owns:
render.quarkdownadapter descriptor and entry point- Markitect profile to Quarkdown profile mapping
- controlled Quarkdown CLI execution plans
- Quarkdown permission and runtime dependency mapping
- generated artifact validation and checksums
- open-reuse integration metadata
It does not reimplement Quarkdown, fork Quarkdown, or make core Markitect responsible for renderer behavior.
Development
Run tests from this checkout:
PYTHONPATH=src:/home/worsch/markitect-tool/src python3 -m pytest
The suite uses fake execution for adapter-boundary tests. A real Quarkdown
runtime smoke check skips when quarkdown is not installed.
Entry Point
[project.entry-points."markitect_tool.render_export_adapters"]
quarkdown = "markitect_quarkdown.adapter:quarkdown_adapter_descriptor"
Docs
docs/adapter-boundary.mddocs/profile-matrix.mddocs/permissions-and-runtime.mdintegration/quarkdown.integration.yaml
Languages
Python
100%