Expand description
Rules 模块
- 类型定义 (types)
- AGENTS.md 解析 (parser)
- 规则应用 (applier)
Re-exports§
pub use applier::apply_rules;pub use applier::create_agents_md_template;pub use applier::generate_system_prompt_addition;pub use applier::init_agents_md;pub use parser::extract_rules;pub use parser::find_agents_md;pub use parser::find_settings_files;pub use parser::load_project_rules;pub use parser::parse_agents_md;pub use types::AgentsMdSection;pub use types::CustomRule;pub use types::ProjectRules;pub use types::RuleAction;pub use types::RuleApplyResult;