Package not found
@tank/references/CICD_INTEGRATION.md doesn't exist or hasn't been published yet.
Did you mean one of these?
@tank/angular-migrations
Angular migration expert for v18 through v21 upgrades. Covers breaking changes, 14 official schematics, signals adoption, zoneless transition, Karma-to-Vitest, and build tooling. Triggers: angular migration, angular upgrade, ng update, angular 18, angular 19, angular 20, angular 21, migrate angular, angular breaking changes, standalone migration, signals migration, zoneless, zone.js removal, karma to vitest, control flow migration, angular update guide, angular deprecation.
@tank/token-redaction
Detect and redact API tokens, keys, bearer values, and JWTs in local OpenCode SQLite session stores. Covers backup-first workflow, pattern matching for common token formats, dry-run verification, database integrity checks, and session cleanup. Triggers: redact, token, API key, secret, JWT, bearer, session store, SQLite, cleanup, sensitive data, credential leak, key rotation, security.
@tank/relational-db-mastery
Relational database performance for PostgreSQL and MySQL. Indexing (B-tree, GIN, GiST, BRIN, composite, partial, covering), query optimization (JOINs, CTEs, pagination, N+1), EXPLAIN ANALYZE, schema design, PostgreSQL tuning (VACUUM, pg_stat_statements), MySQL/InnoDB tuning, monitoring. Triggers: slow query, database performance, index, EXPLAIN ANALYZE, query plan, schema design, composite index, N+1, pagination, VACUUM, autovacuum, table bloat, PostgreSQL, MySQL, InnoDB, SQL performance.
@tank/notion
Query, create, and update Notion pages, databases, and blocks through the Notion API. Covers database CRUD with typed properties (select, relation, rollup, formula), compound filters, page content as block trees, search across workspaces, and pagination patterns. Sources: Notion API official docs. Triggers: notion, database, page, block, query, filter, property, relation, rollup, block tree, Notion API, workspace, toggle, callout, create page, update page.