Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions .github/workflows/publish-skill.yml

This file was deleted.

14 changes: 7 additions & 7 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Keep tracker links out of package-facing docs (`README.md`).

## Orientation

| Doc | When |
| ---------------------------------------------------- | ----------------------------- |
| [Contributing](CONTRIBUTING.md) | setup, verify, PRs |
| [Auth contract](docs/adr-001-auth-and-principals.md) | principals, enroll, quotas |
| [Deploy](docs/deploy.md) | Worker CD + bootstrap |
| [Releasing](docs/releasing.md) | npm CLI + Tessl skill publish |
| [attach-cli skill](skills/attach-cli/SKILL.md) | consumer agent skill (Tessl) |
| Doc | When |
| ---------------------------------------------------- | --------------------------- |
| [Contributing](CONTRIBUTING.md) | setup, verify, PRs |
| [Auth contract](docs/adr-001-auth-and-principals.md) | principals, enroll, quotas |
| [Deploy](docs/deploy.md) | Worker CD + bootstrap |
| [Releasing](docs/releasing.md) | npm CLI + Homebrew release |
| [attach-cli skill](skills/attach-cli/SKILL.md) | consumer agent skill source |

| Path | Role |
| ---------- | --------------------------------------- |
Expand Down
13 changes: 0 additions & 13 deletions docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,3 @@ retries the idempotent formula update without publishing another version.

Push to `main` → GitHub Environment `production` → wrangler (see [Deploy](deploy.md)).
Do not deploy the production Worker from a laptop.

## Tessl skill (`uinaf/attach-cli`)

Agent skill package under `skills/attach-cli/`. Skill SemVer lives in
`skills/attach-cli/.tessl-plugin/plugin.json` and is independent of the npm CLI
version.

Push to `main` touching `skills/attach-cli/**` → `.github/workflows/publish-skill.yml`
→ GitHub Environment `skill-release` (`TESSL_TOKEN`) →
Tessl plugin lint and manifest-version publish →
`scripts/verify-published-skill.sh` (strict Tessl install + Codex discovery).

Cloud Tessl review is not part of publish.
80 changes: 0 additions & 80 deletions scripts/verify-published-skill.sh

This file was deleted.

6 changes: 0 additions & 6 deletions skills/attach-cli/.tessl-plugin/plugin.json

This file was deleted.