explore(agent-wiki): example wikis (companion to #268)#269
Conversation
|
Important Review skippedToo many files! This PR contains 252 files, which is 102 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (252)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
… rebased on main)
The four benchmark-derived example wikis built by the agent-wiki skills:
wiki-twobatch {base, skills, both, pruned}. Rebuilt on merged main so the
diff is wikis-only and conflict-free (the prior companion branch was based
on the pre-merge code branch).
Refreshed against AgentToolkit#268's merged fixes:
- regenerated each wiki via the merged builder's `catalog`
- refreshed every wiki's AGENTS.md from the updated `_default_agents.md`
seed (now lists the per-section index.md entries)
Also fixes a builder bug the wikis surfaced: render-summary emitted
`key_turns` bullets verbatim, so a truncated tool command ending in a space
left a trailing-whitespace line (git diff --check). Now rstrips each
key-turn; stripped the 30 already-generated summary pages to match.
Generated artifacts — provenance back-links shown as trajectories/<id>.json.
8678124 to
6df4d79
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
SummaryThis PR adds the companion generated example wikis for No issues met the confidence threshold for review comments. Testing
|
|
Closing this. No need to add results to the repo. |
Companion to #268 (now merged) — the agent-wiki example wikis
Adds the four benchmark-derived example wikis built by the agent-wiki skills, split out from #268 to keep that PR focused on reviewable code. #268 has merged, so this branch is rebased on
mainand the diff is wikis-only (plus one related builder fix, below).These are generated artifacts — every page is emitted by
build_agent_wiki.pyfrom trajectories, not hand-authored. Provenance back-links appear in the generictrajectories/<session-id>.jsonform. Each wiki was regenerated against #268's merged builder + seed (so e.g. AGENTS.md lists the per-sectionindex.mdentries). Merging this resolves thewikis/wiki-twobatch-*references in #268's README/docs.One non-wiki change:
build_agent_wiki.py—render-summarynowrstrip()skey_turnsbullets, so a truncated tool command ending in a space no longer leaves a trailing-whitespace line (git diff --check). The 30 already-generated summary pages were stripped to match. Included here because the wikis are what surfaced it.