Skip to content

Commit 517ec23

Browse files
author
Dev Optimizer Bot
committed
Fix license year (2026) and remove roadmap from README
Changes: - LICENSE: 2024-2026 → 2026 - README: Fix license year, remove roadmap - Remove PLAN.md (internal planning doc) - Keep demo-repos for testing
1 parent ddecce5 commit 517ec23

3 files changed

Lines changed: 2 additions & 302 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024-2026 dev-optimizer
3+
Copyright (c) 2026 dev-optimizer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

PLAN.md

Lines changed: 0 additions & 272 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -381,34 +381,6 @@ node dist/index.js analyze
381381
npm run test:coverage
382382
```
383383

384-
## Roadmap
385-
386-
### ✅ Phase 1 (Complete)
387-
- [x] Docker analysis (5 checks)
388-
- [x] Dependency analysis (knip integration)
389-
- [x] CI/CD analysis (GitHub Actions + GitLab CI)
390-
- [x] Safe auto-fixes (6 fixes)
391-
- [x] Console + Markdown reports
392-
- [x] Quick mode (--quick)
393-
- [x] Deep mode (--deep)
394-
- [x] Self-analysis module
395-
- [x] GitHub Action for PR comments
396-
- [x] Parallel npm outdated/audit (1.5x faster)
397-
- [x] Performance optimization (7.5x faster)
398-
399-
### 📝 Phase 2 (Planned)
400-
- [ ] npm publish v0.1.0
401-
- [ ] Baseline persistence (compare over time)
402-
- [ ] History & regression tracking
403-
- [ ] Landing page
404-
- [ ] Video demo
405-
406-
### 📝 Phase 3 (Future)
407-
- [ ] Bundle analysis
408-
- [ ] Security findings (npm audit)
409-
- [ ] Custom rules
410-
- [ ] Team dashboard (SaaS)
411-
412384
## Contributing
413385

414386
Contributions welcome! Areas needing help:
@@ -420,4 +392,4 @@ Contributions welcome! Areas needing help:
420392

421393
## License
422394

423-
MIT © 2024-2026
395+
MIT © 2026

0 commit comments

Comments
 (0)