chore(dev): update agent skills - #414
Merged
Merged
Conversation
Member
Author
Verification
Review focus
|
alexey-igrychev
force-pushed
the
chore/dev/sync-werf-skills
branch
from
August 5, 2026 17:53
a15fcf0 to
9e0dd09
Compare
Update committed agent workflow, review, test-verification, and session-retro instructions and adapt them to trdl: multi-module layout, the Vault plugin and TUF security paths, `task` build/test commands, `TRDL_*` env conventions, release-please ownership of CHANGELOG, and AI-test naming. Drop assumptions carried over from another project. Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
alexey-igrychev
force-pushed
the
chore/dev/sync-werf-skills
branch
from
August 5, 2026 18:15
9e0dd09 to
fdb75ae
Compare
alexey-igrychev
marked this pull request as ready for review
August 5, 2026 18:25
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
Agent guidance committed with trdl now uses the current workflow, review, test-verification, and session-retro procedures, adapted to this repository. This changes how agents prepare and assess trdl changes; it does not change trdl runtime behavior.
What
mainand release-pleaserelease-v*branches, not another project's version branches.reviewskill; the obsoleterigorous-reviewskill is removed.reviewskill checks against trdl facts: multi-module layout (server/,client/,release/,e2e/), the Linux-only CGO Vault plugin, GPG/TUF security paths,task server:*/client:*/release:*/e2e:*build and test commands,TRDL_*(andTRDL_VAULT_*) env counterparts,task docs:genfor reference pages, release-please ownership ofCHANGELOG.md,samber/loserver-only usage, and AI-test naming (*_ai_test.go,//go:build ai_tests,TestAI_).Why
The committed copies had diverged from the current shared skill procedures, and the imported text carried assumptions specific to another project (release branches, deploy engine, container backends, giterminism). Left as-is, agents would receive guidance that is wrong for trdl. Adapting the procedures to trdl's own layout, security model, and
taskcommands keeps the skills useful here without a project-specific fork of unrelated rules.