elph-core 0.0.7

Shared core utilities for Elph applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# elph-core

Shared foundation for Elph applications. Provides filesystem helpers, default home-directory
scaffold files (`BundledManifest`, `TrustStore`, `VersionFile`), structured logging,
config/data path resolution utilities, and the `memz` agent memory module.

## Third-party attribution

The `memz` module is ported from [memelord](https://github.com/glommer/memelord) (`packages/sdk`).
The original code is licensed under the MIT License. Copyright (c) 2026 Glauber Costa.

## License

Licensed under the [MIT License](https://www.tldrlegal.com/license/mit-license).