📄 test-manifest.json 1,278 bytes Tuesday 01:20 📋 Raw

{
"imports": [
{"name": "click", "sourceRef": "pypi.org/project/click", "status": "ok", "suggestion": null},
{"name": "jinja2", "sourceRef": "pypi.org/project/jinja2", "status": "ok", "suggestion": null},
{"name": "bad-lib", "sourceRef": "pypi.org/project/bad-lib", "status": "error", "suggestion": "Unmaintained since 2022. Replace with 'good-lib'."},
{"name": "legacy-util", "sourceRef": "pypi.org/project/legacy-util", "status": "warn", "suggestion": "Version 0.9.x is deprecated, upgrade to 1.0+."}
],
"fileRefs": [
{"name": "config.yaml", "sourceRef": "~/.app/config.yaml", "status": "ok", "suggestion": null},
{"name": "missing.key", "sourceRef": "~/.ssh/missing.key", "status": "error", "suggestion": "Generate a new SSH key with ssh-keygen -t ed25519."}
],
"binDeps": [
{"name": "git", "sourceRef": "git-scm.com", "status": "ok", "suggestion": null},
{"name": "jq", "sourceRef": "jqlang.github.io/jq", "status": "ok", "suggestion": null}
],
"skillDeps": [
{"name": "weather", "sourceRef": "clawhub:weather", "status": "ok", "suggestion": null},
{"name": "outdated-skill", "sourceRef": "clawhub:outdated-skill", "status": "warn", "suggestion": "v1.2 available with breaking changes. Review before updating."}
]
}