Enhance agent features and CLI with testing improvements#27
Open
alDuncanson wants to merge 11 commits intomainfrom
Open
Enhance agent features and CLI with testing improvements#27alDuncanson wants to merge 11 commits intomainfrom
alDuncanson wants to merge 11 commits intomainfrom
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cbc31-1360-776e-aae1-249006d78a17 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cc17f-3cbf-75ec-8200-4c591518fe90 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019cc17f-3cbf-75ec-8200-4c591518fe90 Co-authored-by: Amp <amp@ampcode.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.
This pull request introduces comprehensive agent-oriented documentation and skill packs to support development, testing, and release workflows for the
handlerproject. It also adds a scheduled and manual smoke test automation for the Pilotty TUI using CI and local scripts. The most important changes are grouped below:Agent Documentation and Skill Packs
docs/agent, including the agent DX contract (agent-dx-contract.md), context playbook (CONTEXT.md), and a directory README outlining their purpose. These documents define compatibility guarantees, safe execution patterns, and repository-local skills for agents. [1] [2] [3].agents/skillsfor development (developing-handler), testing (testing-handler), and releasing (releasing-handler). Each skill includes a detailed workflow, guardrails, and done criteria for agent-driven operations. [1] [2] [3] [4]Pilotty TUI Smoke Test Automation
.github/workflows/pilotty-smoke.yml) to run scheduled and manual Pilotty TUI smoke tests, ensuring agent-style TUI automation checks are performed regularly.README.mdto document Pilotty TUI smoke automation, including installation instructions and usage of thejust pilotty-smokecommand.A2A Protocol Specification
docs/spec/a2a, including the preface, introduction, and terminology sections. These files describe the protocol's goals, structure, and key concepts for agent interoperability. [1] [2] [3]These changes collectively provide a foundation for agent-driven development, testing, release, and protocol reference, improving both human and machine-facing workflows.