Commit 2aaa224
feat(clone): classify autolens_assistant's free-tier chat surface (#189)
autolens_assistant gains a chat surface for free-tier browser users
(PyAutoLabs/autolens_assistant#107). Its new files are unclassified in the
reference profile, so the boundary check fails and every future birth would
be blocked — the exact failure this profile exists to prevent.
Place them on the seam:
- `AGENTS_CHAT.md` -> generic. It is the chat-mode counterpart of `AGENTS.md`
(same skeleton, shell-dependent rules removed), so it clones on identical
terms — name substitution only.
- `llms-chat.txt`, `FREE_TIER_SETUP.md` -> mixed, alongside `llms.txt`. The
per-platform setup mechanics clone verbatim; the worked prompts and dataset
names are domain.
- `chat_pack/*` -> domain, and added to `scaffold_dirs`. It is generated by
concatenating `al_*` skill bodies, `wiki/core/` pages and a snapshot of the
lensing stack's API surface — every input is domain, so a newborn must
regenerate it via `make chat-bundle` rather than copy this one.
The generator itself (`autoassistant/chat_bundle.py`) needs no entry: it is
already generic under `autoassistant/*`.
Verified: check_boundary.py against the paired branch reports
`boundary complete — generic 59 · domain 312 · mixed 91`.
Claude-Session: https://claude.ai/code/session_01AbbSTnUxkWgAuoiBTv8Uhb
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0428908 commit 2aaa224
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
90 | 97 | | |
91 | 98 | | |
92 | 99 | | |
| |||
117 | 124 | | |
118 | 125 | | |
119 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
120 | 132 | | |
121 | 133 | | |
122 | 134 | | |
123 | | - | |
| 135 | + | |
124 | 136 | | |
125 | 137 | | |
126 | 138 | | |
| |||
0 commit comments