//! Database schema definitions for AgentSQL
//!
//! Based on the Agent Filesystem Specification (SPEC.md).
//! All schemas use the inode/dentry design for Unix-like filesystem semantics.
/// File type constants for mode field
/// Root inode number (always 1)
pub const ROOT_INO: i64 = 1;