GH#12740: tighten cloudron-app-publishing-skill.md to 150 lines#8
Open
GH#12740: tighten cloudron-app-publishing-skill.md to 150 lines#8
Conversation
… lines (GH#12740) Remove duplicate Prerequisites section (already in Quick Reference), collapse Typical Release Cycle (duplicated Workflow), tighten Initialize intro prose, and remove redundant trailing note on manifest fields table. All commands, URLs, code blocks, and unique agent content preserved.
|
Maintainer Gate: BLOCKED This PR cannot be merged because: Issue marcusquinn#12740: API call failed — cannot verify assignee/labels.
This is an automated check. See issue-triage-gate.yml for the triage policy. |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Sun Mar 29 08:21:48 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
johnwaldo
pushed a commit
that referenced
this pull request
Mar 29, 2026
…usquinn#13373) * fix: restore traceability and signature rules to build.txt The signature footer instruction was moved from build.txt to AGENTS.md in 382ed63, after which the model started composing signatures inline — getting the runtime name wrong ('Claude Code' instead of 'OpenCode') and omitting version numbers, tokens, and session time. Root cause: build.txt is the highest-priority instruction set. Rules moved to AGENTS.md get lost in context during long sessions. The model then fabricates the signature from its own context instead of calling the helper. Changes: - Restore traceability constraints (PR title, Closes #NNN) to build.txt - Add signature footer as Error Prevention #8 with explicit NEVER-compose rule - AGENTS.md retains procedural details, points to build.txt for hard rules * fix: use ref:GH#NNN (colon) not ref=GH#NNN (equals) in build.txt Aligns with AGENTS.md, TODO.md (884 colon vs 13 equals), and issue-sync-helper.sh parser which expects colon syntax. Pre-existing inconsistency caught by CodeRabbit.
johnwaldo
pushed a commit
that referenced
this pull request
Mar 30, 2026
…arcusquinn#12451) - Shorten verbose title - Remove standalone 80/20 Rule section; merge into principle #8 - Remove filler intro sentence in Document Map - Collapse 6 '## Quick Reference: X' headers into single '## Quick Reference' with subsections - Compress intro prose in Core Principles - All code blocks, specs, benchmarks, links, and chapter refs preserved
johnwaldo
pushed a commit
that referenced
this pull request
Mar 30, 2026
…usquinn#13373) * fix: restore traceability and signature rules to build.txt The signature footer instruction was moved from build.txt to AGENTS.md in 382ed63, after which the model started composing signatures inline — getting the runtime name wrong ('Claude Code' instead of 'OpenCode') and omitting version numbers, tokens, and session time. Root cause: build.txt is the highest-priority instruction set. Rules moved to AGENTS.md get lost in context during long sessions. The model then fabricates the signature from its own context instead of calling the helper. Changes: - Restore traceability constraints (PR title, Closes #NNN) to build.txt - Add signature footer as Error Prevention #8 with explicit NEVER-compose rule - AGENTS.md retains procedural details, points to build.txt for hard rules * fix: use ref:GH#NNN (colon) not ref=GH#NNN (equals) in build.txt Aligns with AGENTS.md, TODO.md (884 colon vs 13 equals), and issue-sync-helper.sh parser which expects colon syntax. Pre-existing inconsistency caught by CodeRabbit.
johnwaldo
pushed a commit
that referenced
this pull request
Mar 30, 2026
…arcusquinn#12451) - Shorten verbose title - Remove standalone 80/20 Rule section; merge into principle #8 - Remove filler intro sentence in Document Map - Collapse 6 '## Quick Reference: X' headers into single '## Quick Reference' with subsections - Compress intro prose in Core Principles - All code blocks, specs, benchmarks, links, and chapter refs preserved
johnwaldo
pushed a commit
that referenced
this pull request
Apr 3, 2026
…briefs Update epic and subtask briefs with: - Three concurrency modes: sequential, population-based, multi-dimension - Mailbox integration via mail-helper.sh discovery messages + convoy grouping - Inter-agent communication for concurrent multi-dimension research - Updated estimates (~25h total, up from ~20h) - Cross-dimension campaign summaries - Concurrency question (#8) in interactive setup flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.agents/tools/deployment/cloudron-app-publishing-skill.mdfrom 178 → 150 lines (28 lines removed, -16%)Verification
wc -l= 150 ✓cloudroncommands preserved ✓Runtime Testing
Closes marcusquinn#12740