Skip to content

[Bug] AgBOM update-trigger list omits the skill component type #120

Description

@sabasiddique1

What is broken

docs/spec/inspect/README.md defines skill as an AgBOM component type (line 38) but the "Triggers for AgBOM updates" section (line 79) lists seven triggers and none for a skill being registered, loaded, or unloaded.

Where

docs/spec/inspect/README.md, section "Triggers for AgBOM updates"

What the specification says, and what happens instead

The component table says a skill carries definition.ref and definition.digest and belongs in the AgBOM. hooks/skill-register.json and hooks/skill-unload.json describe registration and removal, and skillUnload is allowed to fold into agbom/changed. The trigger list should therefore read "Skill registered, unloaded, or definition-changed", but the list stops at seven component types and skill is the eighth.

Impact on implementers

An implementer reading only the trigger list emits no agbom/changed when a skill enters or leaves the component set, so the AgBOM drifts from the hook stream. Low severity, one-line fix; I found it while widening the hook-taxonomy guard in #63 and can send the PR.

Current Priority Scope

Feeds conformance evidence

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:needs-triageNot yet triaged. Applied by the issue formstype:bugSomething isn't working

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions