Hi!
The Owners[1] tool in phabricator is a good way to take inventory of the code owned by each team or individual. I encourage everyone to create packages for the repos you care about (or even subdirectories within said repos, since packages can be scoped to sub-directory trees)
Packages are used for code auditing purposes (that is, post-commit review when a change bypasses pre-commit review) and also can be referenced in custom herald rules which notify you about specific changes.
Thanks, this is very interesting, I'll try to create a couple of packages and see how it goes.
I must note though that "Edit paths" interface is very hard to use - having one scroll box without search to locate a repo. I filed T140713 for it.
Thanks,