โ† Exam Hub
ยง2 of the Capability Exam

Wiki Tools

5 drills covering wiki_write, wiki_list, wiki_search + wiki_get, wiki staleness detection, and wiki refresh.

Prerequisite: Requires ยง0 fixture import and ยง1 memory drills to have populated Nimbus memories. Set WIKI_REFRESH_PROVIDER for ยง2.5.
Section 2

Wiki Tools โ€” 5 Drills

Paste each prompt into Aperio's chat. Click Pass when the right tool fires and the result matches the โœ… expected outcome. Scores save automatically.

2.1
wiki_write
Write a wiki article that summarizes everything we know about the Nimbus service โ€” architecture, decisions, and the bugs we fixed.
โœ… recall to gather Nimbus memories, then wiki_write; an article is authored from the cluster and the agent tells you it created/updated a wiki page.
2.2
wiki_list
What wiki articles exist right now?
โœ… wiki_list; returns the seeded Aperio articles plus the Nimbus article from ยง2.1.
2.3
wiki_search + wiki_get
Search the wiki for the Nimbus architecture overview and show me the full article.
โœ… wiki_search then wiki_get; renders the article body.
2.4
wiki staleness
Update a memory cited by the Nimbus wiki article (change the NATS decision's importance to 5), then check whether the wiki article is now marked stale.
โœ… update_memory on the NATS decision; then wiki_get on the Nimbus article shows status: stale.
2.5
wiki refresh
The Nimbus wiki article is stale โ€” refresh it.
โœ… wiki_get(slug, refresh=true) regenerates the article body via WIKI_REFRESH_PROVIDER (if configured) and returns status: fresh.
Back to Exam Hub & Scorecard