export const GRAMMAR_INTRODUCTION_TAB = "introduction"; export const GRAMMAR_GUIDE_TAB = "guide"; export const GRAMMAR_ORCHESTRATION_TAB = "orchestration"; export const GRAMMAR_PATTERNS_TAB = "patterns"; export const GRAMMAR_KEYWORDS_TAB = "keywords"; export const GRAMMAR_GRAMMAR_TAB = "grammar"; export const GRAMMAR_VALIDATION_TAB = "validation"; export const GRAMMAR_TEMPLATES_TAB = "templates"; export const DEFINITION_SECTION_ID = "what-is-pag"; export const RATIONALE_SECTION_ID = "why-pag-works"; export const METHOD_SECTION_ID = "pag-and-the-method"; export const START_SECTION_ID = "getting-started"; export const STRUCTURE_SECTION_ID = "document-structure"; export const INVOCATION_SECTION_ID = "tool-invocation"; export const PHASE_SECTION_ID = "node-design"; export const WRITING_SECTION_ID = "writing-constraints"; export const WELLFORMED_SECTION_ID = "well-formedness"; export const ORCHESTRATION_SECTION_ID = "declared-structure"; export const COMPOSITION_SECTION_ID = "composing-a-workflow"; export const CONSTRUCT_SECTION_ID = "shared-surfaces"; export const PATTERN_SECTION_ID = "phase-binding"; export const HANDOFF_SECTION_ID = "handoff-signals"; export const PRINCIPLE_SECTION_ID = "orchestration-invariants"; export const IDIOM_SECTION_ID = "instruction-patterns"; export const INTENT_SECTION_ID = "intent-to-structure"; export const LOOP_SECTION_ID = "genesis-stages"; export const ALGORITHM_SECTION_ID = "algorithm-examples"; export const INTEGRATION_SECTION_ID = "algorithm-integration"; export const KEYWORD_SECTION_ID = "keyword-ontology"; export const BNF_SECTION_ID = "bnf-grammar"; export const VALIDATION_SECTION_ID = "validation-gates"; export const LIMITATION_SECTION_ID = "limitations"; export const TEMPLATE_SECTION_ID = "templates-core"; export const BLUEPRINT_SECTION_ID = "templates-coordination"; export const TRACKING_SECTION_ID = "templates-planning"; export const EXEMPLAR_SECTION_ID = "templates-families"; export const AGENT_SECTION_ID = "templates-agents";