Tasker Core Reference
This directory contains technical reference documentation with precise specifications and implementation details.
Documents
| Document | Description |
|---|---|
| StepContext API | Cross-language API reference for step handlers |
| Table Management | Database table structure and management |
| Task and Step Readiness | SQL functions and execution logic |
| sccache Configuration | Build caching setup |
| Library Deployment Patterns | Library distribution strategies |
| FFI Telemetry Pattern | Cross-language telemetry integration |
When to Read These
- Need exact behavior: Consult these for precise specifications
- Debugging edge cases: Check implementation details
- Database operations: See Table Management and SQL functions
- Build optimization: Review sccache Configuration
Related Documentation
- Architecture - System structure and patterns
- Guides - Practical how-to documentation
- Development - Developer tooling and patterns