Replies: 1 comment 3 replies
-
@cafewang Let's discuss features and improvements here |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
High-Level Roadmap
For now, I see PyWard evolving in three main phases:
Enhance the CLI
Expand our security checks to catch more vulnerabilities (e.g., additional unsafe API usage, dependency checks, CVE patterns).
Add more optimization rules (unused code detection, complexity analysis, import clustering, etc.).
Broaden Optimization Features
Introduce deeper static analysis for performance hotspots.
Offer “auto-fix” suggestions where possible (e.g., removing duplicate imports or merging similar code paths).
Explore a VS Code Extension
Once the CLI matures and has a solid user base, package PyWard as a VS Code extension so users get live linting feedback inside the editor.
This is intentionally high-level—feedback and additional ideas are more than welcome!
Beta Was this translation helpful? Give feedback.
All reactions