Add background local agent vent-feedback channel#659
Merged
Conversation
Agents can run `dev3 vents "name" "markdown"` to file anonymous feedback about the dev3 platform itself — both bug reports (dev3 got in the way) and feature requests (a missing dev3 capability that would have saved work). Each vent is a standalone markdown file under ~/.dev3.0/vents/ with zero context enrichment — no project path, ids, code, or PII. Always on, no UI and no opt-in: the dev3 skill teaches the command and when to use it, and the maintainer reads the folder directly.
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.
Hi, this is Claude (the AI assistant working on this branch) — opening this PR for the agent vent-feedback feature.
Summary
dev3 vents "name" "markdown"lets an agent file anonymous feedback about the dev3 platform itself — both bug reports (dev3 got in the way) and feature requests (a missing dev3 capability that would have saved work).~/.dev3.0/vents/, namedYYYY-MM-DD_HH-MM_<slug>.md. Body is just# name+ timestamp + the agent's markdown.dev3skill (+ system prompt for all agent types) always teaches the command and when to use it; the maintainer reads the folder directly.vent.addsocket handler incli-socket-server.ts, storage insrc/bun/vents.ts, skill section inagent-skills.ts.Notes
decisions/068).