Computed claim evidence
Claim Evidence
Claim status is evaluated during the build from evidence bindings. Curated claim content does not store derived verified state.
| Claim | Text | Status | Required | Evidence |
|---|---|---|---|---|
cli-entry-point | The package provides the agentic-kit command-line interface. | verified | yes | pyproject-entrypoint |
gui-entry-point | The package provides the agentic-kit-gui graphical entry point. | verified | no | pyproject-entrypoint |
python-requirement | The website Python requirement is projected from pyproject.toml. | verified | yes | pyproject-value |
package-version | The website package version is projected from pyproject.toml. | verified | yes | pyproject-value |
public-source-install-documented | The public install path currently points to the GitHub source projection instead of claiming an unpublished PyPI package. | verified | yes | file-contains, file-contains |
pypi-trusted-publishing-ready | PyPI and TestPyPI publication are prepared through separate gated Trusted Publishing automation paths, but direct PyPI installation remains unclaimed until pypi.org publication evidence exists. | verified | no | file-contains, file-contains |
pypi-package-installable | Direct PyPI installation with python -m pip install agentic-project-kit is available for arbitrary users. | planned | no | file-contains |
command-manifest-synchronization | The public command catalog is generated from the current command manifest and checked for synchronization. | verified | yes | command-probe |
artifact-gc-dry-run | agentic-kit artifact-gc supports dry-run behavior. | verified | no | command-manifest |
workspace-adopt-read-only | agentic-kit workspace adopt inspects without writing. | verified | no | command-manifest, pytest-node |
workspace-init-preview-execute | agentic-kit workspace init previews changes before explicit execution. | verified | no | command-manifest, pytest-node, pytest-node |
successor-handoff-package | The Kit can produce a structured successor handoff package for continuing work in another session or model. | verified | no | pytest-node |
generated-command-catalog | The website command catalog is generated from the Kit's current command manifest. | verified | yes | generated-artifact |
Evidence Boundary
Public Limits
Not claimed
- Remote target-CI validation is not claimed when the target repository reports no checks; remote adoption PR mechanics are separate from target-owned CI evidence.
- Direct PyPI installation is not claimed until pypi.org package availability evidence is verified; TestPyPI evidence is tracked separately.
- Global DPA conformance for arbitrary foreign repositories is not claimed.
- Full GUI parity with every CLI command is not claimed.