Back to Showcase

@juanbermudez/linear-agent-cli

Latest Commit
0923024e78c6c83be84ac3bcf49e70d229c730a3
86%
Latest Score
4 total runs
590
Total Mutations
289
Killed
220
Type Errors
9
Survived
0
Errors
Tested with Mutasaurus: jsr:@mutasaurus/mutasaurus@0.1.4

Detailed Mutation Report

Source Files (105)
/src
/src/__codegen__
/src/commands
/src/commands/config
/src/commands/document
/src/commands/initiative
/src/commands/issue
/src/commands/label
/src/commands/project
/src/commands/project/milestone
/src/commands/status
/src/commands/team
/src/commands/user
/src/commands/workflow
/src/utils
/test/utils

Select a file to view mutations

Click a mutation to view details

Mutation Run History

0923024main86%
chore: remove cargo-dist release workflows This is a Deno project, not a Rust project. The cargo-dist workflows were from the original Rust-based linear-cli project. We install directly from GitHub source via deno install, so we don't need platform-specific binary builds. Releases will be created manually or via a simple GitHub CLI workflow.
by Juan BermudezNov 4, 07:14 PM
Completed
Mutations: 590
Killed: 289
Type Errors: 220
Survived: 9
Errors: 0
Timeouts: 72
Runtime: 18m 12s
version: jsr:@mutasaurus/mutasaurus@0.1.4
7fdab07main90%
fix: regenerate GraphQL types for search commands - Renamed search queries to avoid name conflicts with resource-identifier.ts - SearchIssues -> SearchIssuesCommand - SearchProjects -> SearchProjectsCommand - SearchDocuments -> SearchDocumentsCommand - Ran deno task codegen to regenerate type definitions - All typecheck errors resolved 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
by Juan BermudezNov 2, 11:38 PM
Completed
Mutations: 590
Killed: 311
Type Errors: 220
Survived: 9
Errors: 0
Timeouts: 50
Runtime: 18m 54s
version: jsr:@mutasaurus/mutasaurus@0.1.4
c2b5efemain88%
docs: remove Linear MCP comparison table from README 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
by Juan BermudezOct 31, 09:41 PM
Completed
Mutations: 190
Killed: 105
Type Errors: 62
Survived: 18
Errors: 0
Timeouts: 5
Runtime: 4m 53s
version: jsr:@mutasaurus/mutasaurus@0.1.4
e89ea9bmain85%
chore: bump version to 1.0.0 First stable release of linear-agent-cli with AI agent enhancements. Major features: - Full Linear API coverage for AI agents - Cross-entity operations (projects, documents, initiatives) - Comprehensive JSON output for all commands - VCS integration for context-aware operations - Agent-optimized error handling 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
by Juan BermudezOct 30, 07:39 PM
Completed
Mutations: 578
Killed: 277
Type Errors: 215
Survived: 9
Errors: 0
Timeouts: 77
Runtime: 17m 14s
version: jsr:@mutasaurus/mutasaurus@0.1.4

Mutations are not run by their respective open source project maintainers. The mutation score does not tell the full story of a test suite, and while it may be a better proxy than traditional test coverage for quality, scores should be used as a guide, not a definitive measure.