con un clic
changelog-release-notes
// Maintain Con's CHANGELOG.md and release notes. Use when updating changelog entries, preparing a beta/dev release, reviewing PR release-note coverage, or ensuring contributor PR credit is present.
// Maintain Con's CHANGELOG.md and release notes. Use when updating changelog entries, preparing a beta/dev release, reviewing PR release-note coverage, or ensuring contributor PR credit is present.
Validate Con's local socket control plane against a real running app session, and write/run con-test integration tests. Use when testing con-cli, the Unix socket API, pane control, tmux control, in-session agent calls, or when writing E2E test cases in crates/con-test/testdata/.
Run and maintain Con's terminal-agent benchmark against a live app session. Use when validating con-cli, SSH workspace reuse, tmux awareness, agent-target preparation, or when collecting benchmark evidence for regressions and release notes.
Run a benchmark-driven improvement loop for Con's terminal agent. Use when iterating on pane awareness, SSH/tmux behavior, coding-cli flows, benchmark scoring, or progress tracking across many runs.
| name | changelog-release-notes |
| description | Maintain Con's CHANGELOG.md and release notes. Use when updating changelog entries, preparing a beta/dev release, reviewing PR release-note coverage, or ensuring contributor PR credit is present. |
Use this skill whenever CHANGELOG.md, PR release notes, or release summaries
are touched.
git fetch --tags origingit tag --sort=-v:refname | rg '^v[0-9]+\\.[0-9]+\\.[0-9]+-beta\\.' | headgh release view <tag> when GitHub release state mattersv0.1.0-beta.63, the top unreleased heading is
v0.1.0-beta.64; do not create beta.65 until beta.64 is tagged and
released.gh pr view <number> --json number,title,author,url,mergedAtgit log <latest-tag>..HEAD --merges --oneline helps
find the included PRs_(PR [#149](https://github.com/nowledge-co/con-terminal/pull/149) by [@sundy-li](https://github.com/sundy-li))_Added, Changed, and Fixed sections. Group bullets under concise
audience/platform labels such as macOS, Windows, Linux, Panes, or
Developer Experience.PR [#...] and by [@...].python3 scripts/docs/validate-manifest.py when docs routing may be
affected.git diff --check before committing.