supercov 1.0.0-aarch64-linux-gnu → 1.0.1-aarch64-linux-gnu

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 781ec55332b0f231df865ebd11ad0db35b009b638b4fe4a812e9fa17da05cf13
4
- data.tar.gz: 22896fd9e7ab4021d1a4df704ad0d4c63e135b9132d0c10f2dbaa618a224ed55
3
+ metadata.gz: 64dd189cc15f2a3db265964a3d8d911af0fa921d2eb142acb4645777302b4772
4
+ data.tar.gz: 6f0f59eaa43ccb623b5f06b850c7e7dad32df4b39a25a29f17fc6a1d760d78e9
5
5
  SHA512:
6
- metadata.gz: 037fd6d20632905b88c3e868fcb27c1a94078cf343cc8697a4dd33b3577d05795e207db86e229f5787e6ad01c83a93850ddf734df3d6a67a539e6b8ff95a0bf5
7
- data.tar.gz: f9f6f88fe7d4cb05dc5964c71917a56b109bce6372c0543c817369661a506cb1fab6a04836b4632d4741d095ef23c8ebdc854fa8f79ca14b05632d9c5809d603
6
+ metadata.gz: 3545f913ea5ab681bff80dddfb3cf526b848320637827a9f42c183b1ff75a9031af59bac4e26fae28e3bb2120ec5e90b3fdbd0c4dc9e7e27c51f3da07ca54f5a
7
+ data.tar.gz: 0dafec6a9f2963b38d6bd7509835a62a2d8d096c428f6b0194a9a2ab1183162dffa6d2dc7c2778fa906436c719158c6f656debb288d79414a19b21965c18cb7a
data/README.md CHANGED
@@ -4,7 +4,13 @@
4
4
 
5
5
  **Supercov tells your coding agent what to fix and what to test.** It scores your code quality with [Jev](https://typesafe.ai), runs the test command you already use, and turns uncovered paths into small, actionable queries. Your agent picks a target, writes a focused test or a focused refactor, proves what improved, and keeps going.
6
6
 
7
- Coverage needs no account, config file, import, custom reporter, or hosted service. Supercov is local, free, open source, and MIT licensed. Quality uses [Jev](https://typesafe.ai) and needs a key.
7
+ Paste this to your coding agent to start:
8
+
9
+ ```text supercov-prompt
10
+ Measure code quality with npx supercov and show me the weakest files.
11
+ ```
12
+
13
+ Scoring needs a [TypeSafe AI](https://typesafe.ai) API key, and your coding agent will usually ask you for it. It costs about a cent per megabyte of source. Coverage needs no account, config file, import, custom reporter, or hosted service. Supercov is local, free, open source, and MIT licensed.
8
14
 
9
15
  [Website](https://supercov.com) · [Documentation](https://supercov.com/docs) · [npm](https://www.npmjs.com/package/supercov) · [GitHub](https://github.com/supercorp-ai/supercov)
10
16
 
data/lib/supercov.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Supercov
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
data/libexec/supercov CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: supercov
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: aarch64-linux-gnu
6
6
  authors:
7
7
  - Supercorp