aimcal-core 0.12.1

AIM - Analyze. Interact. Manage Your Time, with calendar support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-FileCopyrightText: 2025-2026 Zexin Yuan <aim@yzx9.xyz>
//
// SPDX-License-Identifier: Apache-2.0

//! End-to-end workflow tests for the aimcal-core crate.
//!
//! These tests validate multi-step workflows that integrate multiple components,
//! including file-database coordination, configuration integration, and real-world
//! usage patterns.

mod config_driven;
mod event_lifecycle;
mod file_sync;
mod todo_lifecycle;