chore(issues): maintain issue specs — archive closed, promote drafts, add new subissues#1886
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs routine maintenance of the repository’s issue specification docs: archiving closed issue specs, promoting drafted specs into docs/issues/open/ with assigned GitHub issue numbers, and updating the EPIC #1669 index to reflect new subissues.
Changes:
- Archived/updated closed issue specs (#1879, #1854, #1864) under
docs/issues/closed/and updated their frontmatter metadata. - Added new/open specs for SI-19 (#1884) and SI-20 (#1885), and promoted SI-18 (#1882) to
open/. - Updated EPIC #1669 tables/lists to include the new subissues and references.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/issues/open/1885-1669-20-extract-torrust-net-primitives-to-standalone-repo.md | New open spec for SI-20 (net-primitives extraction) |
| docs/issues/open/1884-1669-19-move-bittorrent-peer-id-to-torrust-bittorrent.md | New open spec for SI-19 (peer-id move/rename) |
| docs/issues/open/1882-1669-18-extract-torrust-metrics-to-standalone-repo.md | Promoted SI-18 spec from draft → open with issue number |
| docs/issues/open/1669-overhaul-packages/EPIC.md | EPIC index updates for new subissues/spec links |
| docs/issues/closed/1879-1669-17-extract-torrust-clock-to-standalone-repo.md | Archived #1879 spec with updated “done” frontmatter |
| docs/issues/closed/1864-1669-review-torrent-peers-limit/ISSUE.md | Archived #1864 spec with updated “done” frontmatter |
| docs/issues/closed/1854-1840-workflow-performance-container-test-gating/ISSUE.md | Archived #1854 spec with updated “done” frontmatter |
| docs/issues/closed/1854-1840-workflow-performance-container-test-gating/nextest-archive-analysis.md | Added investigation artifact for #1854 (nextest archive analysis) |
Comments suppressed due to low confidence (1)
docs/issues/closed/1879-1669-17-extract-torrust-clock-to-standalone-repo.md:11
- Frontmatter key is misspelled as
semantics-links, but the documented/consistent key across issue specs issemantic-links. This typo will likely break any tooling that parses semantic links from frontmatter.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
josecelano
added a commit
to josecelano/torrust-tracker
that referenced
this pull request
Jun 5, 2026
- Fix broken EPIC link (../open/ -> sibling) in torrust#1885 spec - Align CI acceptance criterion with deferred note in torrust#1885 spec - Rename Quick list section 4 heading (stale 'no GitHub issue' claim) - Rename 'Draft issues' section to 'Subissue Specs Index' - Fix stale clock spec path in EPIC details table (open/ -> closed/) - Fix semantics-links typo -> semantic-links in closed torrust#1879 spec
…to docs/issues/closed
…open; update EPIC torrust#1669
…t-bittorrent; update EPIC torrust#1669
…id to open; update EPIC torrust#1669
…rimitives to open; update EPIC torrust#1669
- Fix broken EPIC link (../open/ -> sibling) in torrust#1885 spec - Align CI acceptance criterion with deferred note in torrust#1885 spec - Rename Quick list section 4 heading (stale 'no GitHub issue' claim) - Rename 'Draft issues' section to 'Subissue Specs Index' - Fix stale clock spec path in EPIC details table (open/ -> closed/) - Fix semantics-links typo -> semantic-links in closed torrust#1879 spec
5f572ed to
1293cc3
Compare
Member
Author
|
ACK 6ee41da |
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.
Summary
Routine issue spec maintenance on branch
chore/issue-specs-updates.Changes
698e00c0open/toclosed/(PR #1880 merged)69fd8f2cdocs/issues/closed/a595d38copen/; update EPIC34214084bittorrent-peer-idtotorrust-bittorrentf3e405faopen/; update EPICe3af4fb9torrust-net-primitivesto standalone repoa9eff126open/; update EPICNew GitHub issues created
torrust-metricsto standalone repositorybittorrent-peer-idtotorrust/torrust-bittorrentastorrust-peer-idtorrust-net-primitivesto standalone repositoryRelated
Part of EPIC #1669 — Overhaul: Packages