This repository was archived by the owner on Aug 4, 2026. It is now read-only.
Sync skills with docs through 33872ab (2026-08-02) - #11
Open
adrianthedev wants to merge 1 commit into
Open
Conversation
Reconciles the skills flagged by bin/docs_drift.rb against docs changes since 3350dbe. - avo-troubleshoot: the sidebar Avo Status indicator's amber state is a trial needing attention, not a license failure. Added the symptom row, the two causes and their distinct remedies, the Refresh license step, the avo-licensing 4.0.10 / Avo 4.0.20 floors, and licensing.md to the Docs list. Description now triggers on the amber/orange dot. - avo-navigation-search: keyboard-shortcuts.md gained an Assistant section. Cmd/Ctrl+J is the one shortcut that fires while typing, which contradicted the skill's absolute statement; noted the exception and the Intelligence add-on requirement. - avo-setup: licensing.md gained a Trials section. Noted that a trial key is a fully valid license and what amber means, pointing diagnosis at avo-troubleshoot. - docs-index.json: baseline moved to 33872ab. Reviewed and left unchanged: avo-testing (license-troubleshooting.md's only change was the amber Option; the net-connect section it cites is untouched) and avo-update (upgrade.md's new avo-dashboards 4.0.9 section is a per-add-on entry the skill's generic procedure already covers). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FZ2XGqx1HS5JDrjCwp2Lmi
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Reconciles the skills flagged by
bin/docs_drift.rbagainstdocs.avohq.iochanges since the previous marker3350dbe(2026-07-28), and movesdocs-index.jsonto33872ab(2026-08-02).Changed pages
keyboard-shortcuts.md(M)avo-navigation-search## Assistantsection:Cmd/Ctrl+Jopens the assistant, requires the Intelligence add-on, and is the one shortcut that still fires while you're typing. The skill stated the no-fire-while-typing rule as absolute, so that was actually wrong now — noted the exception, and added the shortcut with its add-on requirement and its continued obedience toconfig.hotkeys[:enabled].license-troubleshooting.md(M)avo-setup,avo-testing,avo-troubleshootavo-troubleshoot. NewThe sidebar status indicator is amberentry — amber is a trial needing attention, not a license failure. Added a symptom-table row, then a fourth diagnostic step covering the green/amber/orange meanings, the two distinct causes (no payment method vs. cancelled subscription) and the fact that they have different remedies, the Refresh license step (Avo caches the license response between checks), and theavo-licensing4.0.10/ Avo4.0.20version floors. Addedlicensing.mdto its Docs list and extended the frontmatterdescriptionso the skill triggers on "the Avo Status dot is amber".licensing.md(M)avo-setupavo-setup. New## Trialssection. Added two sentences to the license step: a trial key is a fully valid license with nothing gated while it runs, and what amber means — with diagnosis pointed atavo-troubleshootrather than duplicated here.upgrade.md(M)avo-updateUpgrade to avo-dashboards 4.0.9, the per-card refresh control becoming opt-in).avo-updatedoesn't enumerate guide sections — it teaches the procedure, and already covers per-add-on sections and silent default flips explicitly. The underlying API (self.refresh_button, defaultfalse) is already documented correctly inavo-dashboards-cards, which I checked.intelligence.md(A)intelligence-agents-and-tools.md(A)Skills edited
avo-navigation-searchavo-setupavo-troubleshootSkills reviewed and left alone
avo-testing— citeslicense-troubleshooting.md, but the only change on that page was the amber-trial entry. The net-connect /WebMock::NetConnectNotAllowedErrormaterial this skill is built on is untouched.avo-update— see the table.avo-dashboards-cards— not flagged (thecards-api.mdchanges predate the marker), checked anyway because of theupgrade.mdnote. Already documentsrefresh_buttonas an opt-in defaulting tofalse, on both the card and the dashboard, including that the two are independent.Unresolved / needs a decision
No skill owns Avo Intelligence. Nine of the ten commits in this window are the new Intelligence add-on (
avo-intelligence, paid add-on, Beta):intelligence.md(506 lines) andintelligence-agents-and-tools.md. Between them they cover the chat bar and dock, agents and tools with their gates,ChatPolicy#available_modelsand#destroy?, prompt customization and identity, record context and the attach ribbon, model switching and provider pinning, Active Storage reports and attach/detach, and running a resource's actions from the chat. That is comfortably a vertical of its own, and per the refresh brief I did not create it here — flagging it as follow-up.Two consequences worth noting while it doesn't exist:
Cmd/Ctrl+Jshortcut is now described inavo-navigation-search, which is the right home for the shortcut itself but not for the feature.intelligence.mdto any skill's Docs line. Citations drivebin/docs_drift.rb, and a page this actively edited would flagavo-navigation-searchon every Intelligence commit for something it doesn't own. The cross-reference names the add-on and the gem without a docs URL. Worth revisiting once anavo-intelligenceskill exists.Also: the docs note that the Intelligence installer only writes the initial migration, so installs from an earlier alpha are missing the
attached_contextcolumn and raise on every new chat, with a hand-written migration given under Installation. Nothing to reconcile today — recording it so it isn't lost when the skill gets written.Verification
grep -rnE "\[!code|:::|<Option|``<Image|<CustomCode|<FieldTypesList``" skills/— no matches.ruby bin/validate_skills.rb—OK — 35 skills valid.Note on the branch name
The refresh brief asks for
docs-sync/<docs-HEAD-date>. This session is pinned by its harness toclaude/upbeat-bohr-thf4bland instructed never to push elsewhere, so the commit went there instead. Content is unaffected.Generated by Claude Code