pq-cli — Shared clap CLI scaffolding for the pq__ suite: command() scaffolding, sysexits exit-code constants (USAGE=64..IOERR=74), clap_complete completions (incl. nushell), friendly-error -> exit-code rendering. Factored from pqgd-rs's mature CLI; adopte
Piqued Git Digest — AI-ready repository context in six modes
Context curation for AI. Zero dependencies. One Python file.
Piqued Git Digest — AI-ready repository context in six modes
pq-cli — Shared clap CLI scaffolding for the pq__ suite: command() scaffolding, sysexits exit-code constants (USAGE=64..IOERR=74), clap_complete completions (incl. nushell), friendly-error -> exit-code rendering. Factored from pqgd-rs's mature CLI; adopted by pqsn-rs at its Gate 5.
pq-governance — Shared .pqdx governance runtime for the pq__ suite: .pqdx/ resolution, state-file finder, registry resolution (PQDX_REGISTRY), atomic write + backup-rotation + rollback, dry-run, posture, ISO-8601 date validation (the H9 gap pqdx leaves open). Greenfield (neither pqgd nor pqsn has it); pqsn-rs is the first consumer at its Gate 3.
pq-mcp — Shared rmcp MCP-server harness for the pq__ suite: server-builder over a tool-router, get_info identity builder, run_stdio (current-thread tokio + stdio), PQ*_TRANSPORT switch, JSON-RPC<->sysexits mapping, optional FS-root jail. Consumers supply their tool set + identity. Factored from the pqgd<->pqsn duplication.