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
Copy file name to clipboardExpand all lines: scratchpad/README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This directory contains design specifications and implementation documentation f
10
10
|[Validation Architecture](./validation-architecture.md)| ✅ Documented |`pkg/workflow/validation.go` and domain-specific files |
11
11
|[Go Type Patterns and Best Practices](./go-type-patterns.md)| ✅ Documented |`pkg/constants/constants.go`, `pkg/workflow/permissions_validator.go`, `pkg/parser/frontmatter.go`|
12
12
|[Styles Guide](./styles-guide.md)| ✅ Documented |`pkg/styles/theme.go` - Adaptive color palette and terminal styling |
|[Template Injection Security Review](./SECURITY_REVIEW_TEMPLATE_INJECTION.md)| 2025-11-11 | ✅ No vulnerabilities found |
33
+
|[Template Injection Security Review](./security_review.md)| 2025-11-11 | ✅ No vulnerabilities found |
34
34
35
35
## Comparative Analysis
36
36
37
37
| Document | Status | Description |
38
38
|----------|--------|-------------|
39
-
|[mdflow Syntax Comparison](./mdflow-comparison.md)| ✅ Documented |Detailed comparison of mdflow and gh-aw syntax covering 17 aspects: file naming, frontmatter design, templates, imports, security models, execution patterns, and more |
40
-
|[Gastown Multi-Agent Orchestration](./gastown.md)| ✅ Documented |Detailed analysis of Gastown's multi-agent coordination patterns and mapping to gh-aw concepts: persistent state, workflow composition, crash recovery, agent communication, and implementation recommendations |
39
+
|[mdflow Syntax Comparison](./mdflow-comparison.md)| ✅ Documented |Comparison of mdflow and gh-aw syntax covering 17 aspects: file naming, frontmatter design, templates, imports, security models, execution patterns, and more |
40
+
|[Gastown Multi-Agent Orchestration](./gastown.md)| ✅ Documented |Analysis of Gastown's multi-agent coordination patterns and mapping to gh-aw concepts: persistent state, workflow composition, crash recovery, agent communication, and implementation recommendations |
41
41
42
42
## Statistical Analysis & Reports
43
43
44
44
| Document | Date | Description |
45
45
|----------|------|-------------|
46
-
|[Serena Tools Usage Analysis](./serena-tools-analysis.md)| 2026-02-01 | ✅ Complete deep-dive statistical analysis of Serena MCP server tool usage in workflow run 21560089409 |
46
+
|[Serena Tools Usage Analysis](./serena-tools-analysis.md)| 2026-02-01 | ✅ Statistical analysis of Serena MCP server tool usage in workflow run 21560089409 |
47
47
|[Serena Tools Quick Reference](./serena-tools-quick-reference.md)| 2026-02-01 | ✅ At-a-glance summary of Serena tool usage metrics and insights |
48
48
|[Serena Tools Raw Data](./serena-tools-data.json)| 2026-02-01 | ✅ JSON dataset with complete statistics for programmatic access |
Copy file name to clipboardExpand all lines: scratchpad/dev.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Developer Instructions
2
2
3
-
**Version**: 5.5
4
-
**Last Updated**: 2026-04-08
3
+
**Version**: 5.6
4
+
**Last Updated**: 2026-04-09
5
5
**Purpose**: Consolidated development guidelines for GitHub Agentic Workflows
6
6
7
7
This document consolidates specifications from the scratchpad directory into unified developer instructions. It provides architecture patterns, security guidelines, code organization rules, and testing practices.
@@ -2720,6 +2720,7 @@ These files are loaded automatically by compatible AI tools (e.g., GitHub Copilo
2720
2720
2721
2721
### Related Documentation
2722
2722
2723
+
-[Scratchpad Index](./README.md) - Directory index of all specification and documentation files in the `scratchpad/` directory with status and implementation references
@@ -2794,6 +2795,7 @@ These files are loaded automatically by compatible AI tools (e.g., GitHub Copilo
2794
2795
---
2795
2796
2796
2797
**Document History**:
2798
+
- v5.6 (2026-04-09): Fixed 4 broken links in `scratchpad/README.md` (case-sensitive file name corrections: `MCP_LOGS_GUARDRAIL.md`→`mcp_logs_guardrails.md`, `SCHEMA_VALIDATION.md`→`schema-validation.md`, `SECURITY_REVIEW_TEMPLATE_INJECTION.md`→`security_review.md`; `campaigns-files.md` marked removed). Fixed 3 tone issues in `README.md` ("Detailed comparison"→"Comparison", "Detailed analysis"→"Analysis", "Complete deep-dive statistical analysis"→"Statistical analysis"). Updated `README.md` last-updated date. Added `README.md` to Related Documentation. Coverage: 75 spec files (no new files).
2797
2799
- v5.5 (2026-04-08): Added WorkQueueOps and BatchOps design pattern subsections to Workflow Patterns (from PR #25178: four queue strategies — issue checklist, sub-issues, cache-memory, discussion-based; four batch strategies — chunked, matrix fan-out, rate-limit-aware, result aggregation). Added 2 new Related Documentation links for `docs/src/content/docs/patterns/workqueue-ops.md` and `batch-ops.md`. Coverage: 75 spec files (2 new pattern docs).
2798
2800
- v5.4 (2026-04-07): Added `gh-aw.github.rate_limit.reset` OTLP span attribute to GitHub API Rate Limit Observability section (from PR #25061: ISO 8601 reset timestamp now included in conclusion spans). Coverage: 73 spec files (no new spec files).
2799
2801
- v5.3 (2026-04-05): Added GitHub API Rate Limit Observability subsection to MCP Integration (from PR #24694: `github_rate_limit_logger.cjs`, `GithubRateLimitsFilename` constant, artifact upload paths, OTLP span enrichment). Created new spec file `scratchpad/github-rate-limit-observability.md`. Added 1 new Related Documentation link. Coverage: 73 spec files (1 new).
0 commit comments