Open
Conversation
HIGH PRIORITY fixes from /simplify review:
- Create reference/teams.md: Canonical team list with responsibilities
- Create reference/constants.md: All hardcoded values (JIRA filters, confidence thresholds, frequency thresholds, severity thresholds, output paths, etc.)
- Update all reference/*.md files to point to teams.md and constants.md instead of duplicating content
- Remove duplicate team lists from CODEOWNERS-patterns.md, team-mappings.md, error-signatures.md, vulnerability-decision-tree.md, flaky-test-patterns.md
MEDIUM PRIORITY fixes:
- Remove "Usage in Triage" sections from reference files (implementation details belong in command files, not reference docs)
- Remove meta-commentary from README.md ("Future Enhancement", "Why READ-ONLY" justifications)
- Replace duplicate confidence tables in FIELD_REFERENCE.md with reference to constants.md
- Shorten 58-line JSON example in FIELD_REFERENCE.md to concise structure
- Update CLAUDE.md to reference canonical sources instead of duplicating team lists and confidence scores
Result:
- Single source of truth for teams, confidence thresholds, and constants
- Reference files are now lookup tables, not implementation guides
- Documentation references canonical sources to prevent drift
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Adds patch-release/ directory as an ACP workflow wrapper that loads the patch-release skill from the internal stackrox/skills repo. The wrapper provides: - ambient.json with system prompt (phase model, state detection, decision frameworks, credential handling, error recovery) - /patch-release command that locates/clones the skills repo - CLAUDE.md documenting the architecture The actual procedures, reference data, and scripts live in stackrox/skills (internal) so they work from both ACP and local Claude Code. The workflow is stateless — it detects progress from external signals (git tags, milestones, Jira, Konflux, PRs) so any engineer can pick up a release at any point. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
patch-release/directory as a thin ACP workflow wrapperstackrox/skillsrepo at runtimestackrox/skills(PR: https://github.com/stackrox/skills/pull/5)Files
patch-release/.ambient/ambient.json— ACP workflow config with slim system promptpatch-release/.claude/commands/patch-release.md— Loader that clones skills repo and delegates to SKILL.mdpatch-release/CLAUDE.md— Architecture and testing docsCLAUDE.md— Updated to list both workflowsArchitecture
The
/patch-releasecommand locates or clones the skills repo, then follows the SKILL.md process. Works from both ACP and local Claude Code.Test plan
patch-release/patch-release 4.8.11clones skills repo and presents status🤖 Generated with Claude Code