{"id":49591651,"url":"https://github.com/mcamner/repo-signal","last_synced_at":"2026-05-24T02:00:16.605Z","repository":{"id":355250135,"uuid":"1227361447","full_name":"MCamner/repo-signal","owner":"MCamner","description":"AI-assisted repo analysis for turning rough prototypes into clear, documented, publishable GitHub projects.","archived":false,"fork":false,"pushed_at":"2026-05-21T02:58:03.000Z","size":335,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T08:29:01.635Z","etag":null,"topics":["automation","cli","developer-tools","documentation","python","repo-analysis"],"latest_commit_sha":null,"homepage":"https://mcamner.github.io/repo-signal/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MCamner.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":"docs/ROADMAP-0.2.0.md","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-02T15:21:32.000Z","updated_at":"2026-05-21T02:58:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MCamner/repo-signal","commit_stats":null,"previous_names":["mcamner/repo-signal"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/MCamner/repo-signal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCamner%2Frepo-signal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCamner%2Frepo-signal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCamner%2Frepo-signal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCamner%2Frepo-signal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCamner","download_url":"https://codeload.github.com/MCamner/repo-signal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCamner%2Frepo-signal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33418550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"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":["automation","cli","developer-tools","documentation","python","repo-analysis"],"created_at":"2026-05-04T01:07:39.291Z","updated_at":"2026-05-24T02:00:16.459Z","avatar_url":"https://github.com/MCamner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# repo-signal\n\n[![Tests](https://github.com/MCamner/repo-signal/actions/workflows/tests.yml/badge.svg)](https://github.com/MCamner/repo-signal/actions/workflows/tests.yml)\n[![Release](https://img.shields.io/github/v/release/MCamner/repo-signal?label=release)](https://github.com/MCamner/repo-signal/releases)\n\nAI-native repository intelligence for structured reasoning systems.\n\n`repo-signal` turns local repository state into clear analysis reports and\nhigh-signal AI context exports. It helps you turn messy, undocumented\nprototypes into clear, publishable GitHub projects.\n\n---\n\n## Install\n\n```bash\ngit clone https://github.com/MCamner/repo-signal.git\ncd repo-signal\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -e \".[ai]\"\n```\n\n---\n\n## Try this in 60 seconds\n\n```bash\n# Get a high-level overview\nrepo-signal analyze\n\n# Fast status report and next commit suggestion\nrepo-signal inspect\n\n# Full readiness diagnosis\nrepo-signal doctor\n\n# Check public-readiness signals\nrepo-signal publish-checklist .\n```\n\n---\n\n## Command Surface\n\n```text\nrepo-signal\n├── analyze            # Front-door orientation\n├── inspect            # Fast status and next commit\n├── doctor             # Full readiness diagnosis\n├── publish-checklist  # Public signal quality gate\n├── repoaware          # AI context export\n└── demo               # Generate example reports\n```\n\nSee the [Command Surface](docs/COMMAND_SURFACE.md) and [Command Reference](docs/COMMANDS.md) for full details.\n\n---\n\n## Examples\n\n- [Doctor Report (Markdown)](examples/doctor/doctor.txt)\n- [Doctor Report (JSON)](examples/doctor/doctor.v1.json)\n- [Analyze Report](examples/analyze/analyze.txt)\n- [Inspect Report](examples/inspect/inspect.txt)\n- [RepoAware Review](examples/repoaware/review.md)\n\nGenerate your own local demo reports:\n\n```bash\nrepo-signal demo --generate\n```\n\n---\n\n## Deep Documentation\n\n- [**RepoAware**](docs/REPOAWARE.md) — High-signal AI context ranking and export\n- [**Semantic Memory**](docs/SEMANTIC_MEMORY.md) — Uploading symbol maps to vector stores\n- [**Publish Checklist**](docs/PUBLISH_CHECKLIST.md) — CI quality gates and portfolio checks\n- [**Command Reference**](docs/COMMANDS.md) — Detailed CLI usage and flags\n- [**Doctor Schema**](docs/DOCTOR_SCHEMA.md) — Machine-readable contract for `doctor --json`\n- [**Repo Structure**](docs/README_STRUCTURE.md) — Best practices for project layout\n\n---\n\n## Planned features\n\nNot started:\n\n- safe patch suggestions\n- positioning report\n\nPartially implemented:\n\n- GitHub Pages detection\n- project type detection\n- script/tool discovery\n- wiki suggestion generator\n- roadmap suggestion generator\n\n---\n\n## Author\n\nMattias Camner\n\nInfrastructure / Platform Architect  \nBuilder of command surfaces, endpoint readiness prototypes, and structured\nworkflow systems.\n\n---\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcamner%2Frepo-signal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcamner%2Frepo-signal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcamner%2Frepo-signal/lists"}