Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
877b827
Add Issue Management Agent Audit & Polish active project
claude Aug 27, 2026
969cf26
Add openspec labels mapping and GitHub issues tracking
claude Aug 27, 2026
6376748
Add Phase 1 completion summary
claude Aug 27, 2026
dd6d562
Add GitHub issues creation tracking document
claude Aug 27, 2026
8ad1c88
feat(issues.agent.md): Add real-world examples and metrics monitoring…
claude Aug 27, 2026
bb582a0
feat: Create Issue Management Orchestration Workflow (#2383)
claude Aug 27, 2026
1a5799e
docs: Add comprehensive 7-phase documentation with openspec integration
claude Aug 27, 2026
6a5c14d
feat: Complete Phase 2 Automation & Script Improvements
claude Aug 27, 2026
d8d63e2
docs: Add comprehensive project status report (2026-08-27)
claude Aug 27, 2026
a850c20
docs: Add comprehensive Phase 3 trigger testing plan
claude Aug 27, 2026
247c21a
docs: Add Phase 3 pre-deployment validation checklist
claude Aug 27, 2026
4532b1b
docs: Add comprehensive session summary (2026-08-27)
claude Aug 27, 2026
cc1a8ab
docs: Add comprehensive Phase 4 documentation updates plan and archit…
claude Aug 27, 2026
0072166
docs: Phase 4.1 - Add openspec labels to documentation files
claude Aug 27, 2026
d817ad6
docs: Phase 4.3 - Create Issue Management Quick-Start Guide
claude Aug 27, 2026
3e12ff1
docs: Add Phase 4 completion summary
claude Aug 27, 2026
3086ec6
docs: Add session continuation summary (2026-08-27)
claude Aug 27, 2026
481cf8d
fix: Resolve frontmatter and schema validation issues
claude Aug 27, 2026
da8a2fd
fix: move Issue Management Orchestration workflow to correct location
claude Aug 28, 2026
f7f660b
fix: resolve Babel peer dependency conflict with @babel/core@7.29.7
claude Aug 28, 2026
e2d3d7c
Merge remote-tracking branch 'origin/develop' into chore/session-3hgz6t
claude Aug 28, 2026
5d0f441
ci: trigger re-run of validation checks
claude Aug 28, 2026
4ca90d5
fix: remove unused imports and variables in content-analysis-agent
claude Aug 28, 2026
e0a694d
fix: address CodeRabbit findings - unused variables and missing labels
claude Aug 28, 2026
753c3e3
fix: resolve workflow syntax and dependency issues
claude Aug 28, 2026
072c3c9
fix: implement action-specific conditions, needs-triage discovery, an…
claude Aug 28, 2026
432ffa9
fix: restore valid cron syntax and update project documentation forma…
claude Aug 28, 2026
e2fe816
docs: add comprehensive audit report for Issue Management Orchestrati…
claude Aug 28, 2026
a2918fc
Merge remote-tracking branch 'origin/develop' into chore/session-3hgz6t
claude Aug 28, 2026
9f1af99
Merge branch 'develop' into chore/session-3hgz6t
ashleyshaw Aug 29, 2026
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
26 changes: 26 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,3 +609,29 @@
- name: discussion:partnership
color: bfd4f2
description: "Partnership/collaboration"

# --- Openspec Status ---

- name: openspec:status/discovery
color: FBCA04
description: "Openspec discovery phase - component identified and audited"

- name: openspec:status/planning
color: FF6600
description: "Openspec planning phase - improvement plan documented"

- name: openspec:status/implementation
color: 0052CC
description: "Openspec implementation phase - component being built/improved"

- name: openspec:status/testing
color: 9B00CC
description: "Openspec testing phase - component being tested and validated"

- name: openspec:status/production
color: 28A745
description: "Openspec production - component complete and production-ready"

- name: openspec:status/deprecated
color: 6F42C1
description: "Openspec deprecated - component no longer active"
280 changes: 280 additions & 0 deletions .github/reports/profiling/baseline-2026-08-27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,280 @@
{
"timestamp": "2026-08-27T18:07:15.264Z",
"scripts": [
{
"script": "add-issue-template-sections.js",
"size_bytes": 11200,
"size_kb": "10.94",
"lines_of_code": {
"total": 381,
"code": 300
},
"dependencies": {
"requires": 1,
"apiCall": true,
"fileIO": false,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"add-caching",
"add-performance-logging"
],
"estimated_execution_time_ms": 900,
"estimated_memory_mb": "0.81"
},
{
"script": "audit-issue-metadata.js",
"size_bytes": 17332,
"size_kb": "16.93",
"lines_of_code": {
"total": 555,
"code": 436
},
"dependencies": {
"requires": 3,
"apiCall": true,
"fileIO": true,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"refactor-for-readability",
"add-caching",
"optimize-file-io",
"add-performance-logging"
],
"estimated_execution_time_ms": 1600,
"estimated_memory_mb": "0.95"
},
{
"script": "bulk-issue-metadata-updater.js",
"size_bytes": 11211,
"size_kb": "10.95",
"lines_of_code": {
"total": 401,
"code": 338
},
"dependencies": {
"requires": 5,
"apiCall": true,
"fileIO": true,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"refactor-for-readability",
"add-caching",
"optimize-file-io",
"add-performance-logging"
],
"estimated_execution_time_ms": 1100,
"estimated_memory_mb": "0.85"
},
{
"script": "manage-stale-issues.js",
"size_bytes": 12339,
"size_kb": "12.05",
"lines_of_code": {
"total": 463,
"code": 381
},
"dependencies": {
"requires": 6,
"apiCall": true,
"fileIO": false,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"reduce-dependencies",
"refactor-for-readability",
"add-caching",
"add-performance-logging"
],
"estimated_execution_time_ms": 900,
"estimated_memory_mb": "0.89"
},
{
"script": "allocate-to-milestone.js",
"size_bytes": 24432,
"size_kb": "23.86",
"lines_of_code": {
"total": 712,
"code": 616
},
"dependencies": {
"requires": 1,
"apiCall": true,
"fileIO": false,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"refactor-for-readability",
"add-caching",
"add-performance-logging"
],
"estimated_execution_time_ms": 1400,
"estimated_memory_mb": "1.14"
},
{
"script": "review-meta-labels.js",
"size_bytes": 9062,
"size_kb": "8.85",
"lines_of_code": {
"total": 343,
"code": 278
},
"dependencies": {
"requires": 4,
"apiCall": true,
"fileIO": false,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"add-caching",
"add-performance-logging"
],
"estimated_execution_time_ms": 900,
"estimated_memory_mb": "0.79"
},
{
"script": "review-status-labels.js",
"size_bytes": 14055,
"size_kb": "13.73",
"lines_of_code": {
"total": 511,
"code": 417
},
"dependencies": {
"requires": 5,
"apiCall": true,
"fileIO": false,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"refactor-for-readability",
"add-caching",
"add-performance-logging"
],
"estimated_execution_time_ms": 1400,
"estimated_memory_mb": "0.93"
},
{
"script": "sync-pr-labels.js",
"size_bytes": 9157,
"size_kb": "8.94",
"lines_of_code": {
"total": 350,
"code": 288
},
"dependencies": {
"requires": 5,
"apiCall": true,
"fileIO": false,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"add-caching",
"add-performance-logging"
],
"estimated_execution_time_ms": 900,
"estimated_memory_mb": "0.80"
},
{
"script": "staging-validation.js",
"size_bytes": 15457,
"size_kb": "15.09",
"lines_of_code": {
"total": 491,
"code": 406
},
"dependencies": {
"requires": 2,
"apiCall": true,
"fileIO": true,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"refactor-for-readability",
"add-caching",
"optimize-file-io",
"add-performance-logging"
],
"estimated_execution_time_ms": 1600,
"estimated_memory_mb": "0.92"
},
{
"script": "handlers-orchestrator.js",
"size_bytes": 9490,
"size_kb": "9.27",
"lines_of_code": {
"total": 350,
"code": 264
},
"dependencies": {
"requires": 3,
"apiCall": true,
"fileIO": false,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"add-caching",
"add-performance-logging"
],
"estimated_execution_time_ms": 900,
"estimated_memory_mb": "0.77"
},
{
"script": "label-orchestrator.js",
"size_bytes": 3535,
"size_kb": "3.45",
"lines_of_code": {
"total": 132,
"code": 108
},
"dependencies": {
"requires": 3,
"apiCall": false,
"fileIO": false,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"add-performance-logging"
],
"estimated_execution_time_ms": 100,
"estimated_memory_mb": "0.61"
},
{
"script": "pr-triage-orchestrator.js",
"size_bytes": 12049,
"size_kb": "11.77",
"lines_of_code": {
"total": 433,
"code": 363
},
"dependencies": {
"requires": 2,
"apiCall": true,
"fileIO": true,
"logging": true,
"errorHandling": true
},
"optimization_potential": [
"refactor-for-readability",
"add-caching",
"optimize-file-io",
"add-performance-logging"
],
"estimated_execution_time_ms": 1100,
"estimated_memory_mb": "0.87"
}
]
}
Loading
Loading