Metadata-Version: 2.4
Name: orimem-sensor
Version: 0.0.0
Summary: OriMem sensor CLI: capture-side evidence collection (0.0.0 name-reservation release).
Author: The OriMem Authors
License-Expression: MIT
Project-URL: Homepage, https://github.com/orimem/orimem
Project-URL: Repository, https://github.com/orimem/orimem
Keywords: orimem,orimem-sensor,sensor,cli,evidence,capture
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# orimem-sensor

`orimem-sensor` is the capture-side command-line tool of the OriMem project —
the sensor that runs where your life happens, collects evidence, and uploads
it to an OriMem service, where it becomes structured, traceable memory.

OriMem in one sentence: capture clients provide raw evidence, the server
parses it into structured understanding, and the platform decides how
memories are formed, associated, recalled, corrected, and forgotten — with
every conclusion traceable back to its original evidence.

## Status of this release

**This 0.0.0 release is a name reservation.** It holds the `orimem-sensor`
distribution name on PyPI while the project is under active development.
Real releases will follow under this same name.

The package is minimal but genuine: it imports cleanly (module name
`orimem_sensor`), has no side effects, and exposes the package version:

```python
import orimem_sensor

orimem_sensor.__version__  # '0.0.0'
```

## Planned CLI

The `orimem-sensor` command will provide:

- `init` — initialize the sensor and its local configuration
- `note` — capture a note as evidence
- `upload` — sync captured evidence to an OriMem service
- `devices` — list and manage registered devices
- `status` — show sensor, sync, and service status
- `quarantine` — inspect and resolve quarantined items

## Repository

https://github.com/orimem/orimem (private during development; this link will
resolve once the repository is opened)

## License

MIT (Personal Core) — see [LICENSE](./LICENSE).
Copyright (c) The OriMem Authors.
