# @shrkcrft/core

SharkCraft core primitives: Result, AppError, logger, file-system abstraction, path/string/object utils, IDs.

Part of [SharkCraft](https://github.com/shrkcrft/sharkcraft) — a deterministic, local-first toolkit that gives AI coding agents durable project context. See the main repo for documentation, examples, and the `shrk` CLI.

## Install

```bash
bun add @shrkcrft/core
```

## License

MIT — see [LICENSE](./LICENSE).
