Looks good Dustin although I see the idea in the jumpers on most added I/O expander I think that most of us will be using a relay strip of some sort wouldn't it be easier on programming if we all tried to use a standard address for the relay strip
I would argue that it's a trade off. I'm trying to approach this problem from the big-picture perspective of releasing this as an expandable/flexible platform, not creating a single fixed implementation. From that perspective, solder bridges or jumpers make sense, because then
anyone can design and contribute a board using an MCP23008 without having any potential for conflict with someone else's design. If we fix the address on one of the expansion boards, then we pretty much have to start keeping track of which expansion board has which address. Maybe this is a philosophical thing, but that's my approach.
Another, perhaps more pertinent advantage, is that if someone were to need more than one of these I/O boards on a given implementation (I can definitely see that happening if you've got a complicated tank, or more than one tank), having jumpers for the addresses would be pretty important.
At any rate, if we use jumpers, changing the address is a matter of changing one value in the code. If we don't use jumpers, people are going to be scraping up traces and hacking their boards to get it right.
Dustin, looking at your schematic, I have a few thoughts. Feel free to ignore, of course.

I see there's a DC jack. In a project where there will likely be multiple boards in a given project box (this board, the mainboard, who knows what else), I like to use a panel-mount DC jack and then run jumpers to headers on all the boards for power. This saves board space, too. Second, it might make sense to break out the INT pin on the MCP even though we don't have any immediate need for it. You could tack it on the TTL header. If we want this board to be a true general purpose I/O expander then I can see someone coming up with a need for that pin in the future, and it won't take up much room.