Module: DevContext
- Defined in:
- lib/dev_context.rb,
lib/dev_context/cli.rb,
lib/dev_context/config.rb,
lib/dev_context/status.rb,
lib/dev_context/matcher.rb,
lib/dev_context/version.rb,
lib/dev_context/shell_setup.rb,
lib/dev_context/commands/find.rb,
lib/dev_context/commands/help.rb,
lib/dev_context/commands/init.rb,
lib/dev_context/shell_emitter.rb,
lib/dev_context/commands/repos.rb,
lib/dev_context/commands/doctor.rb,
lib/dev_context/commands/remove.rb,
lib/dev_context/commands/status.rb,
lib/dev_context/commands/git_ops.rb,
lib/dev_context/commands/stashes.rb,
lib/dev_context/commands/support.rb,
lib/dev_context/commands/search_helpers.rb,
lib/dev_context/commands/context_lifecycle.rb
Defined Under Namespace
Modules: Commands Classes: CLI, Config, Error, Matcher, ShellEmitter, ShellSetup, Status
Constant Summary collapse
- SHELL_VERSION =
"1"- RELEASES =
[ ["1.0.1", '2026-05-12'], ["1.1.0", '2026-05-15'], ["1.2.1", '2026-05-26'] ].freeze
- VERSION =
RELEASES.last.first