π― Goal
Automatically detect project types and identify stale vs. active projects.
π Features
π Detected Projects:
ββ ~/Projects/my-web-app (Next.js)
β ββ node_modules: 450MB (last build: 2 hours ago) [KEEP]
β ββ .next: 180MB (stale build from 3 days ago) [CLEAN]
β
ββ ~/Projects/old-project (React)
β ββ node_modules: 380MB (last modified: 45 days ago) [CLEAN]
β ββ build: 25MB (created 45 days ago) [CLEAN]
π§ Detection Logic
- Detect Next.js (package.json + .next)
- Detect React (package.json + react dependency)
- Detect Vue (package.json + vue dependency)
- Detect Xcode projects (.xcodeproj)
- Detect Flutter (pubspec.yaml)
- Detect Rust (Cargo.toml)
- Detect Go (go.mod)
π Staleness Criteria
- Last modified date
- Last build time
- Last git commit
- File access patterns
β
Acceptance Criteria
π Related
Part of Phase 4
π― Goal
Automatically detect project types and identify stale vs. active projects.
π Features
π§ Detection Logic
π Staleness Criteria
β Acceptance Criteria
π Related
Part of Phase 4