Skip to content

docs+fix(discord): co-author links, draft follow-through, real PR footers - #147

Merged
patroza merged 5 commits into
fork/discordfrom
feat/discord-no-coauthor-mentions
Jul 28, 2026
Merged

docs+fix(discord): co-author links, draft follow-through, real PR footers#147
patroza merged 5 commits into
fork/discordfrom
feat/discord-no-coauthor-mentions

Conversation

@omegent-app

@omegent-app omegent-app Bot commented Jul 28, 2026

Copy link
Copy Markdown

Summary

  • Co-authors in PR body: profile links that look like mentions ([@login](https://github.com/login)), never bare @login.
  • Draft PRs are tracking only — after local tests/vp check must mark ready (documented in AGENTS.md + turn meta + identity map).
  • Discord PR footer: user = https://discord.com/users/<id>, thread = full https://discord.com/channels/... (no bare snowflake / truncated channel URL). Ready-to-paste footer injected into agent turns.

Test plan

  • discordPrAttribution, threadContext, identityMap tests
  • vp check (0 errors)
  • PR ready for review after gates

Co-authors


opened by joshuadima in chat thread Discord

omegent-app Bot and others added 3 commits July 28, 2026 12:29
Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
@omegent-app omegent-app Bot changed the title docs(discord): never @mention co-authors in PR bodies docs(discord): co-author links without bare @mentions; follow through drafts Jul 28, 2026
@omegent-app
omegent-app Bot marked this pull request as ready for review July 28, 2026 12:32
omegent-app Bot and others added 2 commits July 28, 2026 12:33
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
@omegent-app omegent-app Bot changed the title docs(discord): co-author links without bare @mentions; follow through drafts docs+fix(discord): co-author links, draft follow-through, real PR footers Jul 28, 2026
@patroza
patroza merged commit a33ec1f into fork/discord Jul 28, 2026
1 check passed
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
patroza added a commit that referenced this pull request Jul 28, 2026
…ters (#147)

* docs(discord): never @mention co-authors in PR bodies

Credit stays on commit Co-authored-by trailers only so listing people in
the PR description does not notify them.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): allow linked @Handles for co-authors, ban bare mentions

PR body may list co-authors as profile links that look like mentions
([@login](https://github.com/login)); bare @login is still forbidden
because it notifies people. Commit trailers remain the credit source.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): draft PRs must be marked ready after local gates

A draft is tracking only — after focused tests and vp check, convert to
ready for review. Leaving drafts abandoned is incomplete handoff.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* docs(discord): turn meta requires draft → ready follow-through

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

* fix(discord-bot): real Discord profile + thread URLs in PR footers

Use https://discord.com/users/<id> for the opener link (not bare
snowflakes) and require full channel jump URLs. Inject a ready-to-paste
footer into every Discord turn prompt. Agent docs require draft→ready
follow-through after local gates.

Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>

---------

Co-authored-by: omegent-app[bot] <306514130+omegent-app[bot]@users.noreply.github.com>
Co-authored-by: Joshua Dimaunahan <170177550+MindfulLearner@users.noreply.github.com>
Co-authored-by: Patrick Roza <42661+patroza@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant