export const SITE_NAME = "Bane's Lab"; export const SITE_TAGLINE = "Artificial Intelligence Collaboratives"; export const TITLE_SEPARATOR = " — "; export const GRAMMAR_BANNER_ALT = "Bane's Lab — Pattern Abstract Grammar"; export const HOME_TITLE = "Home"; export const HOME_DESCRIPTION = "Bane's Lab builds structured AI collaboration systems — Pattern Abstract Grammar (PAG), a disciplined methodology, and an architecture and ontology for software written with AI."; export const GRAMMAR_TITLE = "PAG"; export const GRAMMAR_DESCRIPTION = "Pattern Abstract Grammar (PAG) is a structured instruction format for AI systems: a formal grammar grounded in a reasoning ontology, a guide, genesis stages, structure declarations and the template families a reasoning loop walks."; export const METHODOLOGY_TITLE = "Methodology"; export const METHODOLOGY_DESCRIPTION = "Disciplined AI Collaboration is a method for building software with AI: one loop at every size, rules held by checks rather than attention, state derived rather than written, and evidence in place of claims."; export const ARCHITECTURE_TITLE = "Architecture"; export const ARCHITECTURE_DESCRIPTION = "Software Architecture as it applies when a model writes the code: a system modelled as a graph, principles typed and related, anti-patterns as decay paths, coverage derived from a grid, and every architectural intent held as a predicate a gate can decide."; export const ONTOLOGY_TITLE = "Ontology"; export const ONTOLOGY_DESCRIPTION = "The Ontology: every architectural principle with its relations and repairs, the lexicon of terms, the algorithm contracts, the reasoning spine, the layer topology and the resolved tensions, rendered from the same queryable data the quality tooling reads."; export const ANATOMY_TITLE = "Anatomy"; export const ANATOMY_DESCRIPTION = "The Anatomy: the client source of this site, parsed on every build and published as the tree it is on disk, every folder and file with its stats, its syntax walk, its definitions and their call edges, and the diagnoses the parser ran."; export const FAQ_TITLE = "FAQ"; export const FAQ_DESCRIPTION = "The questions people ask about the disciplined methodology, answered by the person who wrote it: where it came from, how it is practised, and where it stops."; export const LICENSE_TITLE = "Licensing"; export const LICENSE_DESCRIPTION = "Pattern Abstract Grammar (PAG) is available under a dual-license model: a free non-commercial license and a commercial license for businesses."; export const INFORMATION_TITLE = "Info"; export const INFORMATION_DESCRIPTION = "Security information for Bane's Lab: how the static site is delivered, which protections are in place, and what your visit does and does not exchange with the server."; export const TERMS_TITLE = "Terms"; export const TERMS_DESCRIPTION = "Terms of Service for Bane's Lab, a static informational site that requires no account, collects no personal data and offers no paid services."; export const PRIVACY_TITLE = "Privacy"; export const PRIVACY_DESCRIPTION = "Privacy Policy for Bane's Lab: the site collects, stores and processes no personal data; this policy describes what a normal visit exchanges with the server."; export const MISSING_PAGE_TITLE = "Page Not Found"; export const MISSING_PAGE_MESSAGE = "The requested page could not be loaded."; export const MISSING_PAGE_LINK = "Back to the home page";