docs(maintainer): add the Assistant-as-template partition seam#11
Merged
Conversation
autofit_assistant is the natural base for cloning any new science-domain assistant, so the Clone (Mitosis) Agent needs to read its generic-vs-domain seam. Document the three named sets the agent consumes: the af_* inference skills, statistics wiki/core, and the near-empty wiki/literature scaffold are GENERIC (copied verbatim); only the example datasets, README science framing, HPC recipes and benchmark cards are DOMAIN (regenerated per clone). Contrast with the autolens_assistant reference section, where those sit on the opposite side of the seam. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Adds the
## Assistant-as-templatepartition seam tomodes/maintainer.mdso the Clone (Mitosis) Agent can read autofit_assistant's generic-vs-domain boundary and seed new domain assistants (first:ic50_assistant).Documents the three named sets the agent consumes:
af_*inference skills, statisticswiki/core, and the near-emptywiki/literaturescaffold are generic (copied verbatim); example datasets, README science framing, HPC recipes and benchmark cards are domain (regenerated per clone). Contrasts with the existing autolens_assistant reference section, where those sit on the opposite side of the seam.Doc-only. Paired with the PyAutoBrain clone-agent PR that reads this section.
Part of https://github.com/Jammy2211/ic50_assistant/issues/1 (Phase 1).
🤖 Generated with Claude Code