Skip to content

/investigate skill logs type:"investigation" but gstack-learnings-log silently rejects it #1423

@diogolealassis

Description

@diogolealassis

gstack v1.31.1.0

investigate/SKILL.md:959 tells the agent to log learnings with type:"investigation",
but bin/gstack-learnings-log:22 has:

const ALLOWED_TYPES = ['pattern','pitfall','preference','architecture','tool','operational'];

So every /investigate run silently drops its learning (exit 0, no write).
Users lose all investigation history without warning.

Fix: add "investigation" to ALLOWED_TYPES, OR change the SKILL.md template
to use one of the existing types (e.g. "pitfall" with source:"observed").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions