context doctor, reads what it flags, and prepares a cleanup that fixes the layer without ever deleting or merging Knowledge on its own initiative.
The rule throughout: an agent (or a member) inspects, proposes, and files. The destructive and authoritative moves (merge into Knowledge, consolidate, delete) wait for an owner or admin to ask.
Outcome
A workspace whose context you can trust again: stale claims triaged, real duplicates flagged for consolidation, unfiled Topics given a home, and everything uncertain parked for a human, with no Knowledge destroyed along the way.When to use it
- Retrieval is returning stale or off-topic results and you want to know why.
- You are about to rely heavily on the context layer and want to check its health first.
- Periodic hygiene: the vault has grown and you suspect drift and duplication.
Availability and prerequisites
You need the CLI installed and logged in. Auditing and proposing are member-level; consolidating, deleting, and merging into Knowledge are owner/admin acts.
Objects involved
Before you begin
Run the audit. It counts and names what needs attention, so you triage from evidence, not a hunch.- stale: code under the topic’s anchor changed; the recorded why may no longer hold.
- orphaned: the repo the topic anchored to is gone.
- zombie: the anchor globs match zero files, an anchor pointing at nothing.
- draft / proposed: a Note or an Up-for-review topic, not yet Knowledge. Not a defect, just unblessed.
- duplicate: shares a title or an identical anchor set with another topic. Maybe the same concept, maybe not.
- unassigned: filed into no area, where vaults rot.
- mis-shaped: a malformed field (for example a
howthat is a pasted doc instead of a short note).
Context preflight
Never repair a Topic you have not read. Before you touch a flagged topic, load the claim, its recent activity, and the code it anchors, so you judge from evidence.Step-by-step workflow
1
Prioritize by impact
Sort the work before doing it. A stale
reviewed topic on a hot path misleads agents now, so it outranks an untouched draft. Handle drift on Knowledge first, then duplicates, then unfiled and mis-shaped notes.2
Triage a stale Topic: anchor drift vs content drift
Compare the claim against the code it governs, and decide which kind of drift it is.Anchor drift: the glob now matches the wrong files or none. The fix is re-anchoring (adjusting the pattern), a topic edit that, for a
reviewed topic, an owner or admin re-confirms. Content drift: the code changed how the area works, so the recorded why is wrong. The fix is a Suggested edit.3
Correct a stale claim with a Suggested edit
For a checkable correction to Knowledge, open a Suggested edit. It carries the trigger and rationale in the summary and the change in the content, and a human merges it.If you are not sure the claim is wrong, leave a Comment on the field instead of a patch, and let a human decide.
4
Consolidate a real duplicate, only if it is the same concept
A shared title is a hint, not proof. Read both topics; consolidate only when they truly cover one concept. Consolidation is destructive (it archives the source), so preview it and run it only when an owner or admin asks.If the two only share a name but cover different concepts, retitle one instead of merging.
5
File an unassigned Topic into the right Area
An unfiled topic belongs to a real domain, not a new one invented on the spot. List the existing areas, then file it into the one that fits.
Expected states
Knowledge write-back
Cleanup itself produces learning worth keeping, routed the same way as any other:- A correction to an existing claim is a Suggested edit, not a rewrite in place.
- An uncertainty is a Comment on the field, so the ambiguity reaches a human instead of being guessed.
- A cleanup you could not finish stays visible in the doctor report or becomes a precise Comment when a human decision is required.
- A recurring hygiene rule you discover (a naming convention, an anchor pattern the team keeps getting wrong) may become a Note, and later Knowledge after review. Do not write the audit’s findings themselves into Knowledge; they are transient state, not a durable why.
What not to do
- Do not run a mass automatic cleanup. Triage and repair per topic; the audit is a map, not an autofix button.
- Do not merge duplicates on a title match. Read both; consolidate only a genuine single concept.
- Do not invent an Area to file an orphan. Use an existing domain; a made-up area is where the next vault rots.
- Do not overwrite a Knowledge topic to fix it. Open a Suggested edit so the change is reviewed and attributed.
- Do not delete or consolidate without an explicit ask. Those are owner/admin acts, and destructive.
Troubleshooting
- A topic is flagged stale but the claim still holds. That is an expected false positive. It needs re-confirming (owner/admin), not a rewrite; for anyone else, propose the confirmation as a Suggested edit.
- A topic is zombie (anchors match nothing). The glob points at files that moved or were deleted. Re-anchor to where the code lives now, or archive the topic if the concept is gone.
- Duplicates keep reappearing after you consolidate. You may be merging by title while the concepts differ. Re-read both and retitle instead.
- You are not sure the audit is current. Re-run it; it reflects the latest workspace state each time.
Limits and truth states
Related reference
- Drift Detection - what stale, zombie, and orphaned mean.
- Governance - Suggested edits, roles, and who can merge.
- CLI: Context Commands - doctor, merge, area, and the governance verbs.
- Govern agent learning - the Note, Suggested edit, and Knowledge routes.
