docs(gateway): document add-project Discord-only limitation for v1#696
Merged
Merged
Conversation
Records that /add-project has no programmatic invocation surface — the orchestration is bound to a Discord interaction, and recovery is via idempotent retry rather than agent-callable primitives. A Discord-independent primitive is deferred until a non-Discord caller exists.
fro-bot
reviewed
May 29, 2026
Owner
fro-bot
left a comment
There was a problem hiding this comment.
Verdict: PASS
The change accurately documents a real architectural constraint. The content is consistent with the PR description and the wording is clear and actionable.
Blocking issues
None
Non-blocking concerns
None
Missing tests
None — docs-only change with no testable behavior.
Risk assessment (LOW/MED/HIGH): LOW
No source, config, or release artifacts touched. The only risk is inaccuracy in the documentation itself, and the description maps correctly to the Discord slash-command coupling described in the diff.
Run Summary
| Field | Value |
|---|---|
| Event | pull_request |
| Repository | fro-bot/agent |
| Run ID | 26667180233 |
| Cache | hit |
| Session | ses_189f3c7e4ffeHykuwDXFk5q8WX |
fro-bot
approved these changes
May 29, 2026
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.
Records the v1 constraint that
/fro-bot add-projecthas no programmatic invocation surface — the orchestration is bound to a Discord interaction, and an autonomous agent cannot bind a repo without going through Discord. Recovery is via idempotent retry rather than agent-callable primitives. Extracting a Discord-independent primitive is deferred until a non-Discord caller exists.Docs only; no source or release impact.