13 lines
444 B
Markdown
13 lines
444 B
Markdown
# dew_core
|
|
|
|
Core abstractions for the [Dew](https://github.com/artificerchris/dew) project management tool.
|
|
|
|
Provides `DewCommand`, `DewToolCommand`, `CommandRegistry`, and `ProjectContext` — the building blocks used by every Dew feature package.
|
|
|
|
## Usage
|
|
|
|
This package is an internal dependency of `dew_kanban`, `dew_mcp`, and `dew`. It is not intended for direct use outside the Dew ecosystem.
|
|
|
|
## License
|
|
|
|
MIT — see [LICENSE](LICENSE).
|