Skip to content

Commit 7b6d390

Browse files
committed
choco: update 0.2.7 package description
1 parent 00a47a0 commit 7b6d390

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

choco/recur.nuspec

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
<package>
33
<metadata>
44
<id>recur</id>
5-
<version>0.2.5</version>
5+
<version>0.2.7</version>
66
<title>Recur</title>
77
<authors>User Level Up Contributors</authors>
88
<owners>userlevelup</owners>
9-
<summary>Recursive, hierarchy-aware search for modern codebases</summary>
10-
<description><![CDATA[**recur** is a command-line tool for working with hierarchically named code: files, modules, and identifiers that encode structure using dot-separated or custom naming conventions.
9+
<summary>Traceability for files without a database</summary>
10+
<description><![CDATA[**recur** helps developers turn ordinary folders into searchable provenance graphs: structure, state, and related work become visible directly from meaningful file names.
11+
12+
It is built for teams and solo devs who want traceability, context recovery, and hierarchy-aware navigation without standing up a database or changing their editor workflow.
13+
14+
**recur** is a command-line tool for working with hierarchically named code: files, modules, and identifiers that encode structure using dot-separated or custom naming conventions.
1115
1216
While tools like `grep` and `ripgrep` excel at fast text matching, they treat results as flat lists. `recur` complements them by understanding hierarchy — so you can search, navigate, and analyze related code as a structured system.
1317

choco/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $packageArgs = @{
1212
unzipLocation = $installDir
1313
url64bit = $url64
1414
checksumType64 = 'sha256'
15-
checksum64 = '75984AD3A116E7A800B9FB6B1BC0DFFBCFCF7A244CF3FEAEF6638D9606859DE5'
15+
checksum64 = '%CHECKSUM64%'
1616
}
1717

1818
Install-ChocolateyZipPackage @packageArgs

0 commit comments

Comments
 (0)