D370 - A constant one crate hardcodes is checked by the crate that holds the table

decided - 2026-08-29

access compares a guest's mode against W_OK, and orbistoun-fs is where that comparison lives. It cannot read the harvested ABI table: that table is orbistoun-libc's, and libc depends on fs, not the other way round.

Three ways out, and only one of them is honest:

The third costs one pub const and one test, and it fails loudly the day the two disagree. The general rule: a constant may be written wherever it is used; it may not go unchecked. Whichever crate can reach the harvested table owns the check.