Developer Documentation Consolidation - 2026-03-24 (v4.2) #22652
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Developer Documentation Consolidator. A newer discussion is available at Discussion #22867. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Developer documentation consolidation run for 2026-03-24. Analyzed 62 markdown spec files in
scratchpad/, applied tone and consistency standards, and updatedscratchpad/dev.mdto v4.2.Summary
dev.md)Changes Made
1. Engine Capability Notes — Engine Interface Architecture
Added explicit engine-specific capability notes to the Engine Interface Architecture section:
Rationale: The
max-turnsrestriction is critical for developers using Copilot workflows who might mistakenly configuremax-turns. For Copilot, usetimeout-minutesand prompt optimization instead. This fact was documented intoken-budget-guidelines.mdbut absent fromdev.md.2. Related Documentation:
token-budget-guidelines.mdAdded link to the token budget guidelines spec covering
max-turnsengine restrictions,timeout-minutesconfiguration, and prompt optimization patterns for Copilot workflows.3. Related Documentation:
actions.mdAdded link to the Custom GitHub Actions Build System spec covering the Go-based build system in
pkg/cli/actions_build_command.go, directory structure underactions/, and action modes (standard vs dev).Tone Scan Results
No actionable tone issues found. Full scan across all 62 spec files checked for:
amazing,super easy,powerful feature,seamlessly,intuitive,effortless,game-changer,brilliant,fantastic,incredible,simply configure,robust(contextual),easily(contextual). Zero matches.Borderline Terms Assessed (Carried Forward)
go-type-patterns.md:40labels.md:127serena-tools-quick-reference.md:12mdflow.md:229mdflow-comparison.md:553serena-tools-quick-reference.md:81engine-review-summary.md:282github-actions-security-best-practices.md:166actions.md:35Context: Commit 2379b27
The current HEAD commit (
feat: wrap qmd documentation index step summary in details/summary HTML section #22623) wraps the QMD documentation index step summary in<details open>HTML, enabling progressive disclosure in GitHub Actions step summaries. This pattern is consistent with the recommendation intoken-budget-guidelines.mdto use<details>tags for output verbosity reduction. No scratchpad-level documentation changes were needed for this pattern change.Statistics
Next Run Recommendation
guard-policies-specification.mdis updated to useallowed-reposthroughout (currently still usesreposas deprecated alias)Beta Was this translation helpful? Give feedback.
All reactions