Operational details and project standards.
| Area | Coverage | Approach |
|---|---|---|
| Testing | Unit + Integration + Benchmarks | pytest, fixture-based |
| Organization | Documented | Clear module boundaries |
Extension Points
| Level | Mechanism | Use Case |
|---|---|---|
| Content | Custom loaders | New content sources |
| Validation | Custom validators | Project-specific rules |
| Rendering | Custom shortcodes | Rich content components |
| Post-process | Custom processors | Output transformations |
Seealso
- Extension Points — Hook documentation
- Testing — Test patterns and fixtures
In This Section
Extension Points
Plugin hooks and customization points for extending Bengal
File Organization
Directory structure and organization of generated files, cache, and development artifacts
Protocol Layer
Consolidated protocol definitions for type-safe interfaces across Bengal
Testing Strategy
Testing patterns and coverage goals