How do I get the current Pkg.status() on a project under development?

If I dev ..path/to/MyProject and then using Revise and using MyProject my REPL session tracks any changes I make to the code, and test MyProject does too. But status does not report the latest version (and perhaps more) in the Project.toml, though status does.

Shouldn’t status report the version indicated in Project.toml, since that’s the one that I’m interacting with in the REPL and the one that’s tested?