feat: implementation of M1

This commit is contained in:
2026-04-04 14:18:09 +02:00
parent fd744573dd
commit 2d07ac7866
44 changed files with 12197 additions and 30 deletions

View File

@@ -1 +1,16 @@
// Engine modules — stubs for M0, implemented in M1.
pub mod error;
pub mod context;
pub mod project;
pub mod meta;
pub mod tag;
pub mod post;
pub mod media;
pub mod post_media;
pub mod template_rebuild;
pub mod script_rebuild;
pub mod task;
pub mod metadata_diff;
pub mod rebuild;
pub use error::{EngineError, EngineResult};
pub use context::EngineContext;