-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Add a simple cortex count command that shows memory count without the full cortex status output.
Expected behavior
$ cortex count
47
$ cortex count --by-type
decision: 18
context: 12
preference: 8
thread: 5
error: 2
learning: 2
$ cortex count --by-project
karnyx: 23
cortex: 14
the-production-line: 10
$ cortex count --json
{"total":47}
Good first issue
Very simple command — just API call + formatted output. ~20 lines of code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers