You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /license and /coc commands that link directly to the LICENSE and CODE_OF_CONDUCT.md files now present in txio-telegram-bot, txio-backend, txio-cli, and txio-desktop, so anyone in the group can get the canonical link without leaving Telegram.
Background
This session added LICENSE (MIT) and CODE_OF_CONDUCT.md (Contributor Covenant) to all four Txio repos, matching the conventions already established in the Txio-labs/txio monorepo. There is currently no in-chat pointer to either document.
Proposed Solution
Two trivial static-response commands: /license returns the MIT license summary and a link to the relevant repo's LICENSE file; /coc returns a short pointer to CODE_OF_CONDUCT.md and how to report a concern.
src/config.ts — repo URL(s) to link to (may depend on the per-repo routing config from issue test issue #1 if this needs to resolve "which repo" contextually; otherwise a single static link is sufficient for v1)
Tests: command output content
Acceptance Criteria
/license returns MIT summary + link to LICENSE
/coc returns a summary + link to CODE_OF_CONDUCT.md
Links resolve correctly for whichever repo(s) the bot is configured against
Summary
Add
/licenseand/coccommands that link directly to theLICENSEandCODE_OF_CONDUCT.mdfiles now present intxio-telegram-bot,txio-backend,txio-cli, andtxio-desktop, so anyone in the group can get the canonical link without leaving Telegram.Background
This session added
LICENSE(MIT) andCODE_OF_CONDUCT.md(Contributor Covenant) to all four Txio repos, matching the conventions already established in theTxio-labs/txiomonorepo. There is currently no in-chat pointer to either document.Proposed Solution
Two trivial static-response commands:
/licensereturns the MIT license summary and a link to the relevant repo'sLICENSEfile;/cocreturns a short pointer toCODE_OF_CONDUCT.mdand how to report a concern.Technical Scope
src/telegram/client.ts—bot.command("license", ...),bot.command("coc", ...)src/config.ts— repo URL(s) to link to (may depend on the per-repo routing config from issue test issue #1 if this needs to resolve "which repo" contextually; otherwise a single static link is sufficient for v1)Acceptance Criteria
/licensereturns MIT summary + link toLICENSE/cocreturns a summary + link toCODE_OF_CONDUCT.md/helpincludes both once issue Add release published notifications #4 landsEdge Cases
/license//coclink to one canonical repo or accept a repo argumentRisks
Deliverables
Labels
enhancement, backend, good first issue, documentation
Priority
Low — trivial effort, directly ties to docs just added, no urgency.
Estimated Completion: 96 hours
Telegram: https://t.me/txioCommunity