1
2
3
4
5
6
7
8
9
10
# TODO

# Misc Notes
- Rename to `pks`? 

# Implementation plan
## Create Steel Thread
- Get enough functionality working that `pks update` generates `package_todo.yml` files that can have a similarity score (+1 for violations in common, -1 for each difference), track progress against monolith.
- Identify easy ways to replicate packwerk behavior without porting over too many idiosyncracies.
- If there are ways to remove patterns in our codebase (e.g. `module Foo::Bar`) that might cause pks to diverge from packwerk, go for that