chore: remove Tessl integration

This commit is contained in:
Matteo Collina
2026-08-17 16:47:06 +00:00
parent 58b3eeb398
commit 856efd268a
3 changed files with 0 additions and 56 deletions
-34
View File
@@ -1,34 +0,0 @@
name: Publish Tile
permissions:
id-token: write # Required for OIDC token
contents: read # Required to checkout the repository
on:
push:
branches:
- main # Trigger on push / merge to main
jobs:
publish:
runs-on: ubuntu-latest
strategy:
matrix:
tile:
- skills/documentation
- skills/fastify
- skills/init
- skills/linting-neostandard-eslint9
- skills/node
- skills/nodejs-core
- skills/oauth
- skills/octocat
- skills/skill-optimizer
- skills/snipgrapher
- skills/typescript-magician
steps:
- uses: actions/checkout@v4
- uses: tesslio/publish@main
with:
token: ${{ secrets.TESSL_API_TOKEN }}
path: ${{ matrix.tile }}
-2
View File
@@ -10,8 +10,6 @@ Add new entries at the top using the template from [`docs/skill-benchmarking.md`
Method: lightweight cross-model checks using `subagent` with `anthropic/claude-haiku-4-5`, `anthropic/claude-sonnet-4-6`, and `anthropic/claude-opus-4-6`.
> Note: This is a **quick directional eval**, not a full Tessl `review-model-performance` run.
### Scenario A — node-best-practices stream/ETL activation
Criteria scored per response (3 total):
-20
View File
@@ -24,26 +24,6 @@ Record:
- per-scenario deltas
- per-criterion pass/fail
## Recommended workflow (Tessl)
Install tooling:
```bash
curl -fsSL https://get.tessl.io | sh
```
Install benchmark skill:
```bash
tessl i tessl-labs/review-model-performance
```
Then, from your agent session:
```text
Use review-model-performance to evaluate <skill-name>.
```
## Release gate
A change is **not ready** if any of these are true: