aboutsummaryrefslogtreecommitdiffstats
path: root/internal/detect
Commit message (Collapse)AuthorAgeFilesLines
* Remove Go implementation — ship is skills-only nowmainClawd9 hours1-105/+0
| | | | | | | The skills/ directory fully replaces the old Go CLI. Drop all Go source, build files, planning docs, and the stale SECURITY.md (which described the old git-user push-deploy model that no longer exists). Trim .gitignore to match the new tree.
* feat(v2): add output and detect packagesClawd2026-02-151-0/+105
- internal/output: JSON response types, error codes, exit codes, pretty output - internal/detect: auto-detection of project type (static/docker/binary) - PROGRESS.md: track rebuild progress Foundation for agent-first JSON interface per SPEC.md