Skip to content

Commit 9d36179

Browse files
docs: tone maintenance scan v8.2 — fix 2 subjective phrases in spec files (#28702)
1 parent 364ad9f commit 9d36179

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

scratchpad/dev.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Developer Instructions
22

3-
**Version**: 8.1
4-
**Last Updated**: 2026-04-26
3+
**Version**: 8.2
4+
**Last Updated**: 2026-04-27
55
**Purpose**: Consolidated development guidelines for GitHub Agentic Workflows
66

77
This document consolidates specifications from the scratchpad directory into unified developer instructions. It provides architecture patterns, security guidelines, code organization rules, and testing practices.
@@ -2932,6 +2932,7 @@ These files are loaded automatically by compatible AI tools (e.g., GitHub Copilo
29322932
---
29332933

29342934
**Document History**:
2935+
- v8.2 (2026-04-27): Maintenance tone scan — fixed 2 tone issues across 2 spec files: `validation-architecture.md` (1 fix: "Developer-friendly warnings"→"Non-critical diagnostic warnings"), `oh-my-code.md` (1 fix: "Developers who want \"coding on steroids\""→"Developers who want high-throughput automated code assistance"). Coverage: 64 spec files (no new files).
29352936
- v8.1 (2026-04-26): Maintenance tone scan — fixed 4 tone issues across 2 spec files: `oh-my-code.md` (3 fixes: "Smart search with relevance ranking"→"Search with relevance ranking", "**Best of both**: Power of oh-my-opencode..."→"**Combined use**: oh-my-opencode for development, gh-aw for automated workflows", "Best of both worlds"→"Combines local development with automated workflows"), `engine-architecture-review.md` (1 fix: "**Significantly improved**"→"**Improved**"). Coverage: 64 spec files (no new files).
29362937
- v8.0 (2026-04-25): Maintenance tone scan — fixed 4 tone issues across 4 spec files: `file-inlining.md` (1 fix: "Smart email address filtering"→"Email address detection"), `firewall-log-parsing.md` (1 fix: "**Smart caching:**"→"**Result caching:**"), `gastown.md` (1 fix: "**Best of Both Worlds**:"→"**Combining both systems**:"), `agents/hierarchical-agents-quickstart.md` (1 fix: "nice to have"→"non-blocking"). Coverage: 64 spec files (no new files).
29372938
- v7.0 (2026-04-24): Maintenance tone scan — fixed 1 tone issue: `mcp_logs_guardrails.md` (1 fix: "Add more sophisticated query suggestions"→"Add context-aware query suggestions"). Coverage: 64 spec files (no new files).

scratchpad/oh-my-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ Use oh-my-opencode with gh-aw integration:
14471447
- ✅ You primarily work locally, not in CI/CD
14481448
14491449
**Ideal User Profiles**:
1450-
- **Power Users**: Developers who want "coding on steroids"
1450+
- **Power Users**: Developers who want high-throughput automated code assistance
14511451
- **Refactoring Projects**: Large-scale code transformations
14521452
- **Rapid Prototyping**: Build features using parallel agents
14531453
- **Open Source Contributors**: Personal productivity tool

scratchpad/validation-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ func (c *Compiler) validatePythonPackagesWithPip(packages []string, packageType
464464
- Optional dependency validation
465465
- Best-effort external checks
466466
- Non-critical validations
467-
- Developer-friendly warnings
467+
- Non-critical diagnostic warnings
468468

469469
## Validation Helper Patterns
470470

0 commit comments

Comments
 (0)