feat: Configurable modes system for observation types and prompts #302
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#302
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add a configurable modes system that allows customizing observation types, concepts, and prompts for different use cases and languages.
Concept
Modes are JSON configuration files that define:
Mode Inheritance
Modes can inherit from a base mode using
--syntax:code→ Base software development modecode--de→ German language variant (inherits fromcode, overrides prompts)code--chill→ Relaxed mode with different toneExample Modes
Default:
code.jsonAlternative:
email-investigation.jsonUse Cases
Implementation Considerations
~/.claude-mem/modes/or package defaultsCLAUDE_MEM_MODEsetting (default:code)Prerequisites
Inspired by: https://github.com/thedotmack/claude-mem (ModeManager + modes system)