FAQ
Frequently asked questions, troubleshooting, and key terms
General
Wiki and domains
Designs and blueprints
AI chat
Security and privacy
Sharing and collaboration
Billing
Troubleshooting
Glossary
Key terms used throughout this documentation:
- Context rot — the gap between what your code does and what your AI assistant thinks it does
- Functional-Domain Wiki — structured representation of your codebase organized by business and technical domains
- Blueprint Bundle — implementation-ready context package for AI coding assistants
- Business domain (BD) — describes what the system does; nests hierarchically
- Technical domain (TD) — describes how something is implemented; always a leaf node
- Domain category — strategic classification: Core, Infrastructure, Support, External
- Design — a feature specification with lifecycle (draft → confirmed → implemented)
- Knowledge Base — per-project supplementary context incorporated into blueprints
- Flow atomicity — principle that each leaf BD represents a single atomic operation
- Bounded Context — explicit boundary within which a domain model applies
- Ubiquitous Language — shared vocabulary extracted from your codebase
- Context Map — relationships between Bounded Contexts
- Aggregate — cluster of domain objects treated as a unit for consistency
- Entity — domain object with unique identity (e.g.,
WikiSection) - Value Object — domain object defined by attributes, no identity (e.g.,
PipelineConfig)
Contact support at support@stractal.com for issues not covered here.