tegwick 5995d6754e Add credential routing instructions for all agent runtimes
Propagate shared credential-routing section (Codex, Claude, Grok, llm-connect)
from state-hub template via scripts/propagate_credential_routing.py.
2026-06-18 22:48:38 +02:00
2026-05-04 01:02:17 +00:00
2026-05-04 01:02:17 +00:00
2026-05-15 15:20:33 +02:00

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.quarkdown adapter 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.md
  • docs/profile-matrix.md
  • docs/permissions-and-runtime.md
  • integration/quarkdown.integration.yaml
Description
A quarkdown integration extension for markitect.
Readme MIT-0 77 KiB
Languages
Python 100%