quelch 0.12.0

Ingest data from Jira, Confluence, and more directly into Azure AI Search
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Per-target bundle writers.
//!
//! Each module exposes a `write(bundle: &Bundle, output_dir: &Path) -> Result<(), TargetError>`
//! function that materialises the bundle for that specific agent platform.

pub mod claude_code;
pub mod codex;
pub mod copilot_cli;
pub mod copilot_studio;
pub mod markdown;
pub mod vscode_copilot;