Trinity Method SDK v2.2.1
Added
- Legacy deployment migration in update command -
trinity updatenow detects pre-2.2.0
trinity/deployments at project root and automatically migrates them to.claude/trinity/
(Issue #14)- New
migration.tsmodule withdetectLegacyDeployment(),migrateLegacyDeployment(),
andupdateGitignoreForMigration() - Pre-flight checks updated to recognize legacy layouts instead of failing
- Version detection falls back to
trinity/VERSIONfor legacy deployments - User knowledge base files preserved during migration
- New
- Gitignore migration in update command -
trinity updatenow updates.gitignore
patterns on every run, replacing oldtrinity/entries with current.claude/trinity/
patterns (Issue #14)
Fixed
- Restored
*CLAUDE.mdto deploy gitignore patterns -trinity deploynow adds
*CLAUDE.mdback to.gitignore, preventing project-specific CLAUDE.md files from being
committed to version control (Issue #14) - depcheck false positive for
markdownlint-cli- Addedmarkdownlint-clito depcheck
ignores in CI workflow since it is used by npm scripts, not imported in code - Integration test timeout on Windows CI - Bumped integration test timeout from 60s to
120s injest.config.jsfor slow Windows runners
Full Changelog: CHANGELOG.md
npm: npm install trinity-method-sdk@2.2.1