{"id":50454068,"url":"https://github.com/mizcausevic-dev/aeo-cli","last_synced_at":"2026-06-01T01:05:37.228Z","repository":{"id":357458973,"uuid":"1236271022","full_name":"mizcausevic-dev/aeo-cli","owner":"mizcausevic-dev","description":"Command-line tool for the AEO Protocol v0.1. Validate, fetch, inspect, and extract claims from AEO declaration documents. Built on aeo-sdk-rust. clap + ureq + colored. Cargo-installable.","archived":false,"fork":false,"pushed_at":"2026-05-23T21:41:04.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T23:22:02.428Z","etag":null,"topics":["aeo","aeo-protocol","answer-engine-optimization","clap","cli","command-line","kinetic-gain-protocol-suite","protocol-implementation","rust","validator"],"latest_commit_sha":null,"homepage":"https://github.com/mizcausevic-dev/aeo-cli","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-12T05:18:24.000Z","updated_at":"2026-05-23T21:41:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mizcausevic-dev/aeo-cli","commit_stats":null,"previous_names":["mizcausevic-dev/aeo-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/aeo-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/aeo-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Faeo-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33755379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aeo","aeo-protocol","answer-engine-optimization","clap","cli","command-line","kinetic-gain-protocol-suite","protocol-implementation","rust","validator"],"created_at":"2026-06-01T01:05:37.145Z","updated_at":"2026-06-01T01:05:37.219Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aeo-cli\n\nCommand-line tool for the [AEO Protocol v0.1](https://github.com/mizcausevic-dev/aeo-protocol-spec). Validate, fetch, inspect, and extract claims from AEO declaration documents.\n\nBuilt on top of [aeo-sdk-rust](https://github.com/mizcausevic-dev/aeo-sdk-rust).\n\n## Install\n\n```bash\ncargo install --git https://github.com/mizcausevic-dev/aeo-cli\n```\n\nThis installs an `aeo` binary on your `PATH`.\n\n## Usage\n\n```\naeo --help\n\nValidate, fetch, and inspect AEO Protocol declaration documents.\n\nSpec: https://github.com/mizcausevic-dev/aeo-protocol-spec\n\nUsage: aeo \u003cCOMMAND\u003e\n\nCommands:\n  validate  Validate a local AEO document file against the v0.1 schema\n  fetch     Fetch and pretty-print the AEO declaration at an origin's well-known URL\n  inspect   Show a structured summary of an AEO document\n  claim     Extract and print a specific claim by ID\n  help      Print this message or the help of the given subcommand\n```\n\n## Examples\n\n**Validate a local file:**\n```bash\naeo validate ./aeo.json\n# OK ./aeo.json — Miz Causevic (6 claims)\n```\n\n**Fetch a live declaration:**\n```bash\naeo fetch https://mizcausevic-dev.github.io\n# {\n#   \"aeo_version\": \"0.1\",\n#   \"entity\": { \"name\": \"Miz Causevic\", ... },\n#   ...\n# }\n```\n\n**Inspect (works on either a path or a URL):**\n```bash\naeo inspect https://mizcausevic-dev.github.io\n# Protocol:            0.1\n# Entity:              Person\n# Name:                Miz Causevic\n# ID:                  https://mizcausevic-dev.github.io/#person\n# Canonical URL:       https://mizcausevic-dev.github.io/\n# Primary sources:     4\n# Verifications:       3\n# Claims:              6\n#   - current-role             jobTitle                                 High\n#   - location                 address                                  High\n#   - years-experience         aeo:yearsOfExperience                    High\n#   - live-products            aeo:operates                             High\n#   - primary-stack            aeo:primaryLanguageStack                 High\n#   - authored-spec            aeo:authoredSpecification                High\n# Audit mode:          none\n```\n\n**Extract a specific claim:**\n```bash\naeo claim https://mizcausevic-dev.github.io years-experience\n# {\n#   \"id\": \"years-experience\",\n#   \"predicate\": \"aeo:yearsOfExperience\",\n#   \"value\": 30,\n#   \"confidence\": \"high\"\n# }\n```\n\n## Conformance\n\nSupports AEO Protocol v0.1 at **conformance Level 1 (Declare)**. Signature verification (L2) and audit-endpoint reporting (L3) deferred to v0.2.\n\n## Exit codes\n\n| Code | Meaning |\n|---|---|\n| `0` | Success |\n| `1` | Error (parse failure, network failure, missing claim, etc.) |\n\n## Development\n\n```bash\ncargo fmt --check\ncargo clippy --all-targets -- -D warnings\ncargo build --release\ncargo test\n```\n\nIntegration tests build the binary and invoke it as a subprocess; tests cover validate (happy + malformed), inspect, claim (found + missing).\n\n## Specification\n\nFull spec at [github.com/mizcausevic-dev/aeo-protocol-spec](https://github.com/mizcausevic-dev/aeo-protocol-spec).\n\n## License\n\nAGPL-3.0.\n\n## Kinetic Gain Protocol Suite\n\n| Spec | Implementation |\n|---|---|\n| [AEO Protocol](https://github.com/mizcausevic-dev/aeo-protocol-spec) | [aeo-sdk-python](https://github.com/mizcausevic-dev/aeo-sdk-python) · [aeo-sdk-typescript](https://github.com/mizcausevic-dev/aeo-sdk-typescript) · [aeo-sdk-rust](https://github.com/mizcausevic-dev/aeo-sdk-rust) · [aeo-sdk-go](https://github.com/mizcausevic-dev/aeo-sdk-go) · **aeo-cli** (this) · [aeo-crawler](https://github.com/mizcausevic-dev/aeo-crawler) |\n| [Prompt Provenance](https://github.com/mizcausevic-dev/prompt-provenance-spec) | — |\n| [Agent Cards](https://github.com/mizcausevic-dev/agent-cards-spec) | — |\n| [AI Evidence Format](https://github.com/mizcausevic-dev/ai-evidence-format-spec) | — |\n| [MCP Tool Cards](https://github.com/mizcausevic-dev/mcp-tool-card-spec) | — |\n\n---\n\n**Connect:** [LinkedIn](https://www.linkedin.com/in/mirzacausevic/) · [Kinetic Gain](https://kineticgain.com) · [Medium](https://medium.com/@mizcausevic/) · [Skills](https://mizcausevic.com/skills/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Faeo-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Faeo-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Faeo-cli/lists"}