cli/pkg
google-labs-jules[bot] 0c3321bfab feat: Add feature system to Core (#17)
This commit introduces a new feature system to the Core struct.

A new `Features` struct is defined in `pkg/core/interfaces.go` with an `IsEnabled` method to check if a feature is enabled.

The `Core` struct is updated to include this new `Features` struct, which is initialized in the `New` function.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-11-02 03:03:54 +00:00
..
config Refactor services and tests: update Config, Workspace, Display, and cryptography modules; add test-gen and PWA build support; improve workspace test utilities and mock implementations; and enhance file handling logic. 2025-10-28 21:42:29 +00:00
core feat: Add feature system to Core (#17) 2025-11-02 03:03:54 +00:00
crypt (#14) feat(openpgp): increase test coverage 2025-10-30 22:57:14 +00:00
display Refactor PGP module with helper functions and error handling title (#8) 2025-10-30 14:18:37 +00:00
help (#10) GitHub Actions workflow and refactor build and test infrastructure 2025-10-30 16:23:00 +00:00
i18n Refactor PGP module with helper functions and error handling title (#8) 2025-10-30 14:18:37 +00:00
io (#12) Add GitHub Actions test coverage and platform-aware Taskfiles 2025-10-30 17:37:48 +00:00
runtime Refactor PGP module with helper functions and error handling title (#8) 2025-10-30 14:18:37 +00:00
workspace Refactor services and tests: update Config, Workspace, Display, and cryptography modules; add test-gen and PWA build support; improve workspace test utilities and mock implementations; and enhance file handling logic. 2025-10-28 21:42:29 +00:00