feat(bots): restore the content for the remaining four bots - #147
Merged
Conversation
Follows #146, which proved the pattern on Imhotep: recover the copy from the components deleted in 4600019, express it with existing section types, add the nav entry, let the nav-integrity guard verify it. No new components. research-assistant 5 -> 8 sections 3,062 -> 4,366 chars (+43%) research-system the six ways Nerd organises an upload scraping the six sources it watches (ArXiv, Scholar, PubMed, Nature, Science Daily, MIT Tech Review) drafts abstract / literature review / methodology / discussion product-manager 5 -> 8 sections 2,539 -> 3,752 chars (+48%) benefits the four Trident actually delivers showcase feature planning, technical debt, cross-team coordination integration GitHub and Jira, with what each one does swiss-german-teacher 5 -> 8 sections 2,793 -> 3,900 chars (+40%) language-learning vocabulary, conversation, grammar communication email and texting, in the right register culture video, podcasts, articles artistic-advisor keeps 5 sections: it only ever had 217 lines, so unlike the others it lost almost nothing. It gains two nav entries for the sections it does have, instead of a two-item menu. Nav went from a low of two items per bot to five or six, and every entry points at a section that renders -- enforced by the guard added in #146. Copy was rewritten rather than pasted. The originals were written for a different page structure and carried filler; this keeps the substance and drops the padding. verify: format, lint, typecheck, 253 tests, build -- all green. Verified visually against a local production build. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HVwg8DKHQktxJuHeLM3xpG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follows #146, which proved the pattern on Imhotep: recover the copy from the components deleted in
4600019e, express it with existing section types, add the nav entry, let the nav-integrity guard verify it. No new components.What came back
research-assistant —
research-system(the six ways Nerd organises an upload),scraping(the six sources it watches: ArXiv, Scholar, PubMed, Nature, Science Daily, MIT Tech Review),drafts(abstract / literature review / methodology / discussion).product-manager —
benefits(the four Trident actually delivers),showcase(feature planning, technical debt, cross-team coordination),integration(GitHub and Jira, with what each one does).swiss-german-teacher —
language-learning(vocabulary, conversation, grammar),communication(email and texting, in the right register),culture(video, podcasts, articles).artistic-advisor
Keeps 5 sections. It only ever had 217 lines, so unlike the others it lost almost nothing — there's no hidden content to recover. It gains two nav entries for the sections it does have, instead of a two-item menu.
Nav
From a low of two items per bot to five or six, every entry pointing at a section that renders — enforced by the guard added in #146.
On the copy
Rewritten rather than pasted. The originals were written for a different page structure and carried filler; this keeps the substance and drops the padding.
Verify
format:check,lint,typecheck, 253 tests,build— all green. Verified visually against a local production build.🤖 Generated with Claude Code
https://claude.ai/code/session_01HVwg8DKHQktxJuHeLM3xpG