Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/architectural-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,6 @@ body:
- Background discussions: Link to GitHub Discussions
- Related PRs: #XXX, #YYY
- External references: Papers, benchmarks, etc.

# Reviewed for: Review System Infrastructure & GitHub Integration (Review #10, 2025-11-17)
# Part of formal architectural review process implementation
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/architectural-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,8 @@ Reviewers: Please review the full document at `docs/reviews/YYYY-MM/[NAME]-REVIE
<!-- Optional: Any other information reviewers should know -->



<!--
REVIEW HISTORY:
- Review #10 (2025-11-17): Template created as part of Review System Infrastructure review
-->
6 changes: 6 additions & 0 deletions .github/workflows/architectural-review-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,9 @@ jobs:
repo: context.repo.repo,
body: message
});

# Reviewed for: Review System Infrastructure & GitHub Integration (Review #10, 2025-11-17)
# Part of formal architectural review process implementation

# REVIEW HISTORY:
# - Review #10 (2025-11-17): Workflow created as part of Review System Infrastructure review
10 changes: 10 additions & 0 deletions docs/developer/GITHUB-REVIEW-INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,3 +527,13 @@ gh label create "review:submitted" --color 1D76DB

**Last Updated**: 2025-11-17
**Maintained By**: Project Leadership

---

**Reviewed for**: Review System Infrastructure & GitHub Integration (Review #10, 2025-11-17)
**Part of**: Formal architectural review process implementation

---

## Review History
- **Review #10** (2025-11-17): Document created as part of Review System Infrastructure review
10 changes: 10 additions & 0 deletions docs/developer/REVIEW-WORKFLOW-QUICK-START.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,3 +364,13 @@ gh run list --workflow=architectural-review-validation.yml
- Review Process: [CODE-REVIEW-PROCESS.md](CODE-REVIEW-PROCESS.md)

**Last Updated**: 2025-11-17

---

**Reviewed for**: Review System Infrastructure & GitHub Integration (Review #10, 2025-11-17)
**Part of**: Formal architectural review process implementation

---

## Review History
- **Review #10** (2025-11-17): Document created as part of Review System Infrastructure review
Loading
Loading