chamber_ask
Ask questions of your local notes and receive cited answers. Each claim is verified against stored hashes, marked ALLOWED or UNSUPPORTED, and every query is recorded to track citation debt.
Instructions
Ask a question of the local Chamber corpus and get an answer whose every claim is judged against its own citations. Each claim comes back ALLOWED (its cited passages verified against their stored hashes) or UNSUPPORTED (no verified source — recorded, not load-bearing). Cited sources are returned as file#passage references you can open. Answers only from the indexed corpus; says so when nothing matches. NOTE: this WRITES, exactly as chamber ask does — each claim goes through the commit gate, so a claim with verified citations is recorded as a belief with its pins (which is what chamber_verify later checks for drift), an unsourced assertion mints citation debt, and spend is recorded. It cannot bypass that gate, activate a skill, or approve a pending write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact | No | Retrieve only passages containing the question as a literal phrase. Narrowing; use for identifiers and codenames. | |
| strict | No | Refuse assertions that have no verified source instead of minting citation debt for them. Default false. | |
| question | Yes | The question to ask. | |
| semantic | No | Vector-only retrieval, switching off the lexical leg that runs alongside it by default. Contradicts `exact`. |