Metadata-Version: 2.5
Name: agent-cli-mocks
Version: 0.1.0
Summary: Deterministic command-line mocks for isolated agent skill testing
Project-URL: Documentation, https://docs.example.test/agent-cli-mocks
Author: Platform Engineering
License: Proprietary - All Rights Reserved
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# agent-cli-mocks

Dependency-free, deterministic command-line mocks for isolated agent skill tests.
The commands never access the network and keep no application state.

Install the pinned package in an agent container:

```sh
uv pip install --system agent-cli-mocks==0.1.0
command -v agent-mock-gh
command -v agent-mock-mycli
command -v agent-mock-curl
```

Every invocation writes redacted metadata to
`/tmp/agent-cli-mocks-<uid>.jsonl` with mode `0600`. Request bodies, message
bodies, attachments, credentials, and authorization headers are never logged.

This package is proprietary and all rights are reserved. Publishing to a
registry requires separate approval and a final package-name availability check.

