docs: record e2e test requirements across remaining tasks
All checks were successful
CI / test (push) Successful in 44s

This commit was merged in pull request #16.
This commit is contained in:
2026-07-14 07:40:39 -04:00
parent 03937a8f6e
commit 6661239afe
5 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Publish readiness for the unscoped `gitea-axi` npm package.
Package metadata (name, description, repository, license, engines for Node 20+, ESM), the `gitea-axi` bin entry, and the bundled Agent Skill file included in the published artifact.
No postinstall script — the install delivers the CLI binary only, and skill installation stays behind the explicit `setup` command.
Verify the packed artifact: a global install from the packed tarball yields a working binary whose `setup` finds the bundled skill.
This tarball-and-global-install check is the applicable real-integration surface for this slice; distribution touches no Gitea API, so there is no live-Gitea end-to-end case — the packaging smoke test below stands in its place.
## Acceptance criteria