Since commit cccc1e70b8a14430cc94143da97936a60d6c83d3 Taproot is enforced from the genesis block. Keeping its BIP 9 deployment is unnecessary and confusing.
This commit moves DEPLOYMENT_TAPROOT to be a buried deployment, alongside past (recent-ish) deployments.
This builds on previous work by maflcko in PR #24737, the difference being that here we keep Taproot as a buried deployment. The ‘getdeploymentinfo’ RPC will show it as active since genesis, which is at least closer to describing the behaviour of the software than the current output.