Update the profiles table and add an agent skill to keep it up-to-date - #36
Open
gkiagia wants to merge 2 commits into
Open
Update the profiles table and add an agent skill to keep it up-to-date#36gkiagia wants to merge 2 commits into
gkiagia wants to merge 2 commits into
Conversation
The list had drifted far from what BlueZ implements. Rebuild it from the bluez and PipeWire trees, with the roles, codecs, specification links and experimental/testing badges the code carries, and record the upstream commits it was verified against. Closes: bluez#7
An evidence script gathers what the bluez and PipeWire trees register, advertise and build, by pattern searches with path:line citations and without naming any profile. The agent running the skill audits every row and note against that dossier and writes a change list with reasons; a second script validates and applies it and checks the links. The skill ends at a local commit for a person to review and push.
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.
This rewrites the profiles table on the homepage and makes it so that there's much more information: abbreviation explanation, supported roles, implemented version, codecs, notes, etc, grouped by a category and with links to the specs.
Because this is hard to maintain by hand, this branch also adds an AI agent skill, which anyone can run locally on any harness (claude code, gemini cli, copilot, codex, etc...). The skill inspects the bluez and pipewire source code and produces a local commit with changes to the table, if needed. It has been tested to work really well with Sonnet 5, which is a medium tier model, and which actually fails to do this task correctly when it is asked to do so without the skill.