You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/jay/CLAUDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
5
5
`jay` is a Go CLI application that acts as a companion tool to the `agenor` directory-walking library. It uses `cobra`/`mamba` for the CLI layer and `viper` for configuration management.
6
6
7
-
-**Repo**: `github.com/snivilised/agenor` (`jay` lives at `cmd/jay` within it)
8
-
-**Module**: `github.com/snivilised/agenor` (jay is the CLI frontend, located at `cmd/jay` within the agenor module)
7
+
-**Repo**: `github.com/snivilised/jaywalk` (`jay` lives at `cmd/jay` within it)
8
+
-**Module**: `github.com/snivilised/jaywalk` (jay is the CLI frontend, located at `cmd/jay` within the agenor module)
9
9
-**Entry point for jay**: `./cmd/jay/main.go`
10
10
11
11
## Build & Test Commands
@@ -32,7 +32,7 @@ All flags are defined in `cmd/internal/cfg/flags.go`.
32
32
33
33
## agenor Integration
34
34
35
-
`jay` uses `agenor` (`github.com/snivilised/agenor`) as its directory-walking backend. Follow these conventions:
35
+
`jay` uses `agenor` (`github.com/snivilised/jaywalk`) as its directory-walking backend. Follow these conventions:
36
36
37
37
- Construct facades as named variables before passing to `Tortoise`/`Hare` - never inline:
38
38
@@ -53,7 +53,7 @@ All flags are defined in `cmd/internal/cfg/flags.go`.
53
53
54
54
## i18n
55
55
56
-
- Translation structs are defined in `github.com/snivilised/agenor/locale`
56
+
- Translation structs are defined in `github.com/snivilised/jaywalk/locale`
57
57
- Follow the i18n conventions in `GO-USER-CONFIG.md`; locale struct placement is per the package above
0 commit comments