Table of Contents generated with DocToc
Capability: contract:tracker + contract:source-control Kind: implementation Vendor: Fossil
Fossil SCM forge and tracker bridge implementation for the Apache Magpie framework. It integrates version-control checks, ticket tracking, wiki reads, and forum thread reads.
uv (stdlib-only, no third-party dependencies).fossil (for repository interactions).magpie-vcs backend shim.# Get ticket details uv run --project tools/fossil magpie-fossil ticket get TICKET_UUID # Create comment on a ticket uv run --project tools/fossil magpie-fossil ticket comment TICKET_UUID --body "Nice fix!" # List wiki pages uv run --project tools/fossil magpie-fossil wiki list
The bridge resolves the Fossil repository from the checkout directories (.fslckg or _FOSSIL_) or via the -R/--repository argument.