alpha
Login
or
Join now
secluded.site
/
lune
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A delightful CLI for Lunatask.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
lune
/
cmd
/
area
/
at
main
3 files
Amolith
feat(area): add hint when goal list is truncated
6mo ago
3ae5dc9e
area.go
feat(area): add hint when goal list is truncated When any area has more than 3 goals, the table shows (+N). Users may not realize they can dig deeper. Now a conditional hint appears below the table: (+N) = more goals; run 'lune goal list -a AREA' to see all Only shown when truncation occurs, keeping the common case clean. Also documents in AGENTS.md that dim text (ANSI 8) should be avoided for accessibility—it's unreadable in many terminal color schemes. Assisted-by: Claude Opus 4.5 via Crush
6 months ago
list.go
feat(area): add hint when goal list is truncated When any area has more than 3 goals, the table shows (+N). Users may not realize they can dig deeper. Now a conditional hint appears below the table: (+N) = more goals; run 'lune goal list -a AREA' to see all Only shown when truncation occurs, keeping the common case clean. Also documents in AGENTS.md that dim text (ANSI 8) should be avoided for accessibility—it's unreadable in many terminal color schemes. Assisted-by: Claude Opus 4.5 via Crush
6 months ago
show.go
refactor(deps): upgrade go-lunatask, drop deeplink Delete internal/deeplink/ package and simplify internal/validate/ by delegating to new go-lunatask v0.1.0-rc10 functions: ParseDeepLink, BuildDeepLink, ParseTaskStatus, ParseMotivation, ParseRelationshipStrength. Removes ~250 lines of code now provided upstream. Assisted-by: Claude Sonnet 4 via Crush
7 months ago