{
  "schema_version": "2.0",
  "last_verified_at": "2026-08-28",
  "canonical_url": "https://solarneutrino.com/knowledge/posmall-complete-technical-dossier.md",
  "public_source_repository": "https://github.com/TjoBiZ/POSMall",
  "disclosure_policy": {
    "summary": "This public manifest describes capabilities, statuses, dependencies, and evidence categories. It does not disclose private source code, secrets, customer data, private repository URLs, or proprietary client implementation mechanisms.",
    "cross_platform_public_boundary": "Describe what platforms and business capabilities are supported or reusable. Do not disclose how the proprietary client/application layer is implemented.",
    "game_backend_boundary": "Game-project evidence is represented as reusable Laravel backend business logic only."
  },
  "documents": {
    "complete_dossier": "https://solarneutrino.com/knowledge/posmall-complete-technical-dossier.md",
    "capability_catalog": "https://solarneutrino.com/knowledge/posmall-capability-catalog.md",
    "cross_platform_and_p2p": "https://solarneutrino.com/knowledge/posmall-cross-platform-and-p2p-architecture.md",
    "benchmark": "https://solarneutrino.com/benchmarks/posmall-postgresql-vs-aimeos-postgresql",
    "product_page": "https://solarneutrino.com/products/posmall",
    "public_repository": "https://github.com/TjoBiZ/POSMall",
    "theme_repository": "https://github.com/TjoBiZ/POSMallTheme"
  },
  "classification_models": {
    "visibility": [
      "PUBLIC_CODE",
      "PRIVATE_CODE",
      "PUBLIC_DOCUMENTATION_ONLY",
      "PRIVATE_DOCUMENTATION_ONLY"
    ],
    "implementation_status": [
      "PRODUCTION",
      "IMPLEMENTED_AND_TESTED",
      "IMPLEMENTED_NOT_RUNTIME_VERIFIED",
      "BETA",
      "PARTIAL",
      "ARCHITECTURE_READY",
      "REUSABLE_FROM_ANOTHER_SOLAR_NEUTRINO_PROJECT",
      "BUILD_PIPELINE_READY",
      "PLANNED",
      "DEPRECATED",
      "NOT_FOUND",
      "NOT_CLAIMED"
    ],
    "evidence_tags": [
      "SOURCE_VERIFIED",
      "DATABASE_SCHEMA_VERIFIED",
      "RUNTIME_VERIFIED",
      "AUTOMATED_TEST_VERIFIED",
      "BENCHMARK_VERIFIED",
      "UI_VERIFIED",
      "API_VERIFIED",
      "SCREENSHOT_VERIFIED",
      "PRODUCTION_DATASET_EVIDENCE",
      "DOCUMENTED_ONLY"
    ]
  },
  "benchmark": {
    "checkpoint": "posmall-aimeos-5way-current-checkpoint-20260610-024820",
    "environment": "local Homestead/Vagrant-class environment",
    "database": "PostgreSQL for both POSMall Core and Aimeos",
    "status": "internal synthetic benchmark, not independently certified",
    "posmall_warmups": 10,
    "posmall_measured_requests": 30,
    "result_flag": "ALL_POSTGRESQL_TARGET_ROWS_WIN = True",
    "defensible_claim": "POSMall Core beat the selected Aimeos PostgreSQL reference in every measured category and filtered/search row from 1,000 through 300,000 products in the same-environment benchmark.",
    "rows": [
      {
        "catalog_size": 1000,
        "posmall_core_pg_category_ms": 35.40,
        "aimeos_pg_category_ms": 42.85,
        "posmall_core_pg_filtered_search_ms": 33.64,
        "aimeos_pg_search_ms": 184.84,
        "result": "POSMall won both measured paths"
      },
      {
        "catalog_size": 5000,
        "posmall_core_pg_category_ms": 35.59,
        "aimeos_pg_category_ms": 42.25,
        "posmall_core_pg_filtered_search_ms": 33.12,
        "aimeos_pg_search_ms": 454.08,
        "result": "POSMall won both measured paths"
      },
      {
        "catalog_size": 10000,
        "posmall_core_pg_category_ms": 33.48,
        "aimeos_pg_category_ms": 42.73,
        "posmall_core_pg_filtered_search_ms": 32.61,
        "aimeos_pg_search_ms": 754.77,
        "result": "POSMall won both measured paths"
      },
      {
        "catalog_size": 50000,
        "posmall_core_pg_category_ms": 33.35,
        "aimeos_pg_category_ms": 64.05,
        "posmall_core_pg_filtered_search_ms": 31.87,
        "aimeos_pg_search_ms": 1494.33,
        "result": "POSMall won both measured paths"
      },
      {
        "catalog_size": 100000,
        "posmall_core_pg_category_ms": 34.22,
        "aimeos_pg_category_ms": 51.76,
        "posmall_core_pg_filtered_search_ms": 33.32,
        "aimeos_pg_search_ms": 3010.45,
        "result": "POSMall won both measured paths"
      },
      {
        "catalog_size": 200000,
        "posmall_core_pg_category_ms": 33.82,
        "aimeos_pg_category_ms": 55.41,
        "posmall_core_pg_filtered_search_ms": 32.24,
        "aimeos_pg_search_ms": 4036.45,
        "result": "POSMall won both measured paths"
      },
      {
        "catalog_size": 300000,
        "posmall_core_pg_category_ms": 33.49,
        "aimeos_pg_category_ms": 61.17,
        "posmall_core_pg_filtered_search_ms": 33.79,
        "aimeos_pg_search_ms": 4229.29,
        "speed_ratio_at_300k_filtered_search": 125.16,
        "result": "POSMall won both measured paths"
      }
    ],
    "evidence_ids": [
      "EVID-BENCH-0001",
      "EVID-BENCH-0002",
      "EVID-CORE-0005"
    ]
  },
  "platform": {
    "php_cli": "8.2.30",
    "october_rain": "4.3.0",
    "october_system": "4.3.1",
    "laravel_framework": "12.62.0",
    "posmall_package": "kodzero/posmall-plugin v1.0.24",
    "posmall_theme_package": "kodzero/posmalltheme-theme dev-main",
    "database_positioning": "PostgreSQL-first; MySQL is acknowledged as capable and not universally slower."
  },
  "installation": {
    "commands": [
      "composer require kodzero/posmall-plugin kodzero/posmalltheme-theme -W",
      "php artisan october:migrate",
      "php artisan cache:clear",
      "php artisan config:clear",
      "php artisan route:clear",
      "php artisan view:clear"
    ],
    "demo_seed": "php artisan posmall:seed-wings-of-win --force",
    "index_rebuild": "php artisan posmall:index --force",
    "load_benchmark": "php artisan posmall:load-benchmark 300000 --iterations=10 --force --with-images",
    "image_optimization": "php artisan posmall:images:optimize-catalog --profile=all",
    "pagespeed_assets": "php artisan posmall:pagespeed:optimize-assets"
  },
  "modules": [
    {
      "canonical_name": "POSMall Core",
      "visibility": "PUBLIC_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "developer": "KodZero / Roman Primerov",
      "primary_dependency": "October CMS / Laravel / PostgreSQL",
      "evidence_ids": [
        "EVID-CORE-0001",
        "EVID-CORE-0002",
        "EVID-CORE-0003",
        "EVID-CORE-0004",
        "EVID-CORE-0005",
        "EVID-CORE-0006"
      ],
      "public_urls": [
        "https://github.com/TjoBiZ/POSMall",
        "https://octobercms.com/plugin/kodzero-posmall",
        "https://solarneutrino.com/products/posmall"
      ]
    },
    {
      "canonical_name": "POSMall Theme",
      "visibility": "PUBLIC_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "developer": "KodZero / Roman Primerov",
      "primary_dependency": "POSMall Core",
      "evidence_ids": [
        "EVID-THEME-0001",
        "EVID-THEME-0002"
      ],
      "public_urls": [
        "https://github.com/TjoBiZ/POSMallTheme",
        "https://octobercms.com/theme/kodzero-posmalltheme"
      ]
    },
    {
      "canonical_name": "POSMall Pro",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "developer": "KodZero / Roman Primerov",
      "primary_dependency": "POSMall Core",
      "optional_dependencies": [
        "POSMall CRM",
        "POSMall Affiliate",
        "POSMall Calendar",
        "POSMall Domains",
        "GEO",
        "VoiceAssistant"
      ],
      "evidence_ids": [
        "EVID-PRO-0001",
        "EVID-PRO-0002",
        "EVID-PRO-0003",
        "EVID-PRO-0004",
        "EVID-PRO-0005",
        "EVID-PRO-0006",
        "EVID-PRO-0007"
      ]
    },
    {
      "canonical_name": "POSMall CRM",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "developer": "KodZero / Roman Primerov",
      "primary_dependency": "POSMall Core",
      "evidence_ids": [
        "EVID-CRM-0001",
        "EVID-CRM-0002",
        "EVID-CRM-0005",
        "EVID-CRM-0006",
        "EVID-CRM-0007",
        "EVID-CRM-0008",
        "EVID-CRM-0009"
      ]
    },
    {
      "canonical_name": "POSMall Affiliate / Partner Suite",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "developer": "KodZero / Roman Primerov",
      "primary_dependency": "POSMall Core",
      "evidence_ids": [
        "EVID-AFFILIATE-0001",
        "EVID-AFFILIATE-0002",
        "EVID-AFFILIATE-0003",
        "EVID-AFFILIATE-0004"
      ]
    },
    {
      "canonical_name": "POSMall Calendar",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "BETA",
      "developer": "KodZero / Roman Primerov",
      "primary_dependency": "POSMall Core",
      "evidence_ids": [
        "EVID-CALENDAR-0001",
        "EVID-CALENDAR-0002",
        "EVID-CALENDAR-0003"
      ]
    },
    {
      "canonical_name": "GEO",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "BETA",
      "developer": "KodZero / Roman Primerov",
      "primary_dependency": "POSMall Calendar / service operations where enabled",
      "evidence_ids": [
        "EVID-GEO-0001",
        "EVID-GEO-0002"
      ]
    },
    {
      "canonical_name": "Reusable Solar Neutrino Laravel Game Backend",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "REUSABLE_FROM_ANOTHER_SOLAR_NEUTRINO_PROJECT",
      "developer": "Solar Neutrino / Roman Primerov",
      "primary_dependency": "Laravel backend APIs and PostgreSQL-oriented data models",
      "public_description": "Reusable backend business logic for accounts, devices, paid access, gameplay sessions, proof ledgers, duels, nearby matching, support, feedback, moderation, and store-publishing governance.",
      "public_disclosure": "capability_level_only",
      "evidence_ids": [
        "EVID-GAME-BACKEND-0001",
        "EVID-GAME-BACKEND-0002",
        "EVID-GAME-BACKEND-0003",
        "EVID-GAME-BACKEND-0004",
        "EVID-GAME-BACKEND-0005",
        "EVID-APP-0002",
        "EVID-ACCOUNT-ENTITLEMENT-0001",
        "EVID-P2P-0001",
        "EVID-P2P-0002"
      ]
    }
  ],
  "capabilities": [
    {
      "id": "core_catalog_search_benchmark",
      "capability": "Large catalog category, filtered, and search performance",
      "module": "POSMall Core",
      "visibility": "PUBLIC_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "BENCHMARK_VERIFIED",
        "UI_VERIFIED"
      ],
      "safe_claim": "POSMall Core beat the selected Aimeos PostgreSQL reference in every measured benchmark row from 1k to 300k products.",
      "limitations": "Internal synthetic benchmark; not independently certified; scoped to measured routes, data shape, environment, and catalog sizes."
    },
    {
      "id": "usa_tax_automation",
      "capability": "USA tax and regional configuration surfaces",
      "module": "POSMall Core",
      "visibility": "PUBLIC_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "UI_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "cart tax preview",
        "checkout",
        "tax import/update commands"
      ],
      "limitations": "Software automation only; not tax/legal advice."
    },
    {
      "id": "service_quote_calculator",
      "capability": "Service-commerce quote/calculator workflow",
      "module": "POSMall Pro",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "AUTOMATED_TEST_VERIFIED",
        "UI_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "POSMall Core services",
        "landing estimates",
        "cart",
        "orders",
        "voice service quote API"
      ],
      "limitations": "Business-specific calculators are summarized publicly; implementation details remain private."
    },
    {
      "id": "crm_pipeline",
      "capability": "CRM contacts, leads, deals, pipelines, activities, timelines, and order links",
      "module": "POSMall CRM",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "AUTOMATED_TEST_VERIFIED",
        "UI_VERIFIED"
      ],
      "integrates_with": [
        "POSMall orders",
        "service estimates",
        "affiliate attribution",
        "cashflow"
      ],
      "limitations": "Private source is not publicly inspectable."
    },
    {
      "id": "abandoned_cart_recovery",
      "capability": "Abandoned session, cart, item, form, recovery campaign, and recovered-revenue workflow",
      "module": "POSMall CRM",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "AUTOMATED_TEST_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "POSMall carts",
        "CRM contacts",
        "campaigns",
        "cashflow"
      ],
      "limitations": "Actual sending depends on consent and deployment configuration."
    },
    {
      "id": "affiliate_commissions",
      "capability": "Affiliate partners, referral links, click attribution, commission records, payout records, and analytics",
      "module": "POSMall Affiliate / Partner Suite",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "AUTOMATED_TEST_VERIFIED",
        "UI_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "POSMall orders",
        "CRM attribution",
        "cashflow",
        "partner portal"
      ],
      "limitations": "External payout execution is project-specific."
    },
    {
      "id": "cashflow_operations",
      "capability": "Cash accounts, transactions, forecasts, plans, scenarios, reconciliation, alerts, order and partner cashflow linkage",
      "module": "POSMall CRM Cashflow",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "AUTOMATED_TEST_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "orders",
        "partner commissions",
        "campaigns",
        "planning reports"
      ],
      "limitations": "Not a replacement for formal accounting software."
    },
    {
      "id": "calendar_location_field_service_foundation",
      "capability": "Calendars, resources, booking requests, booking windows, holds, ICS feeds, technician portal, location pings, and radius/distance matching",
      "module": "POSMall Calendar / GEO",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "BETA",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "AUTOMATED_TEST_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "POSMall Pro estimates",
        "technician portal",
        "service operations"
      ],
      "limitations": "Current audit found application-level coordinates and timestamp columns; native PostgreSQL range constraints and PostGIS-powered storage are architecture-ready/planned paths."
    },
    {
      "id": "voice_service_commerce",
      "capability": "AI-ready service-commerce context, session, quote, estimate, review/payment link handoff",
      "module": "POSMall Pro / VoiceAssistant",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "BETA",
      "evidence": [
        "SOURCE_VERIFIED",
        "AUTOMATED_TEST_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "service context",
        "quote calculator",
        "landing estimates",
        "orders",
        "phone or chat assistant integrations when enabled"
      ],
      "limitations": "Structured API and voice/service tools exist; full autonomous product ordering is not claimed for every deployment."
    },
    {
      "id": "game_backend_accounts_devices_entitlements",
      "capability": "Account/player identity, device registry, paid entitlement, restore-style reconciliation, and gameplay-session authority",
      "description": "The audited game backend contains separate Laravel business modules for account/player identity, device registration, paid-access decisions, purchase-event reconciliation, restore-style access checks, and server-owned gameplay sessions. This is backend logic only; the private application delivery layer is not disclosed.",
      "module": "Reusable Solar Neutrino Laravel Game Backend",
      "backend_modules": [
        "game account/player backend",
        "account identity and entitlement backend",
        "device/session access backend"
      ],
      "visibility": "PRIVATE_CODE",
      "implementation_status": "REUSABLE_FROM_ANOTHER_SOLAR_NEUTRINO_PROJECT",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "AUTOMATED_TEST_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "account identity",
        "store purchase events",
        "device registry",
        "paid access",
        "server-owned sessions"
      ],
      "posmall_integration_status": "ARCHITECTURE_READY",
      "limitations": "Reusable backend evidence only; not a claim that a POSMall-specific store app has shipped."
    },
    {
      "id": "game_backend_competition_and_proof",
      "capability": "Score/run verification, leaderboards, normalized board proof ledger, replay checks, publishability gate, and public-safe proof status",
      "description": "The audited game backend implements Laravel-side validation and evidence workflows for competitive runs, best-run comparison, leaderboard state, normalized board proof records, replay verification, publishability decisions, and public-safe proof status output.",
      "module": "Reusable Solar Neutrino Laravel Game Backend",
      "backend_modules": [
        "competition backend",
        "proof ledger backend",
        "leaderboard/statistics backend"
      ],
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "competition APIs",
        "proof ledger",
        "support board",
        "moderation"
      ],
      "limitations": "Private gameplay algorithms and private datasets are not public."
    },
    {
      "id": "game_backend_live_social_support",
      "capability": "Duel matchmaking, pair continuity, settlement, nearby rivals, contacts, invites, conversations, reports, blocks, feedback, attachments, support, and moderation",
      "description": "The audited game backend contains Laravel business logic for live duel pairing, pair leases, duel settlements, nearby-rival discovery, contacts, invites, conversations, reporting/blocking, feedback intake, attachment handling, support board lookup, and moderation workflows.",
      "module": "Reusable Solar Neutrino Laravel Game Backend",
      "backend_modules": [
        "duel and matchmaking backend",
        "nearby/social safety backend",
        "feedback and support backend",
        "moderation backend"
      ],
      "visibility": "PRIVATE_CODE",
      "implementation_status": "IMPLEMENTED_AND_TESTED",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "UI_VERIFIED",
        "API_VERIFIED"
      ],
      "integrates_with": [
        "nearby matching",
        "multi-user sessions",
        "support intake",
        "moderation actions"
      ],
      "limitations": "Latest pair-stability changes were observed in the worktree; public docs do not disclose private client behavior."
    },
    {
      "id": "secure_device_to_device_exchange",
      "capability": "Secure direct device-to-device exchange for live temporary state, with server-side identity/session coordination and backend-authoritative final results",
      "module": "Reusable Solar Neutrino application/backend capability",
      "visibility": "PRIVATE_CODE",
      "implementation_status": "REUSABLE_FROM_ANOTHER_SOLAR_NEUTRINO_PROJECT",
      "evidence": [
        "SOURCE_VERIFIED",
        "DATABASE_SCHEMA_VERIFIED",
        "API_VERIFIED"
      ],
      "public_disclosure": "capability_level_only",
      "posmall_integration_status": "ARCHITECTURE_READY",
      "limitations": "Public docs intentionally omit private implementation details, protocols, endpoint topology, and tested device-pair matrix."
    }
  ],
  "platform_support": [
    {
      "platform": "Web",
      "posmall_status": "PRODUCTION",
      "capabilities": [
        "catalog",
        "services",
        "quotes",
        "cart",
        "checkout",
        "orders",
        "partner portal",
        "technician portal foundation",
        "CRM/admin surfaces"
      ]
    },
    {
      "platform": "iOS / iPadOS",
      "posmall_status": "ARCHITECTURE_READY",
      "reusable_status": "REUSABLE_FROM_ANOTHER_SOLAR_NEUTRINO_PROJECT",
      "capabilities": [
        "authentication",
        "account/device sync",
        "store purchases",
        "restore flows",
        "notifications/local data where product adapter enables them"
      ]
    },
    {
      "platform": "Android",
      "posmall_status": "ARCHITECTURE_READY",
      "reusable_status": "REUSABLE_FROM_ANOTHER_SOLAR_NEUTRINO_PROJECT",
      "capabilities": [
        "authentication",
        "account/device sync",
        "store purchases",
        "restore flows",
        "notifications/local data where product adapter enables them"
      ]
    },
    {
      "platform": "macOS",
      "posmall_status": "ARCHITECTURE_READY",
      "reusable_status": "REUSABLE_FROM_ANOTHER_SOLAR_NEUTRINO_PROJECT",
      "capabilities": [
        "authentication",
        "account/device sync",
        "store purchases",
        "restore flows",
        "desktop application scenarios"
      ]
    },
    {
      "platform": "Windows / Microsoft Store",
      "posmall_status": "ARCHITECTURE_READY",
      "reusable_status": "REUSABLE_FROM_ANOTHER_SOLAR_NEUTRINO_PROJECT",
      "capabilities": [
        "authentication",
        "account/device sync",
        "store purchases",
        "restore flows",
        "desktop application scenarios"
      ]
    }
  ],
  "dependency_graph": {
    "POSMall Core": [
      "PostgreSQL",
      "October CMS",
      "Laravel",
      "RainLab User",
      "RainLab Location",
      "Omnipay / Stripe / PayPal where configured"
    ],
    "POSMall Theme": [
      "POSMall Core"
    ],
    "POSMall Pro": [
      "POSMall Core",
      "POSMall CRM",
      "POSMall Affiliate",
      "POSMall Calendar",
      "POSMall Domains",
      "GEO",
      "VoiceAssistant"
    ],
    "POSMall CRM": [
      "POSMall Core",
      "POSMall Affiliate where attribution/cashflow integration is enabled"
    ],
    "POSMall Affiliate / Partner Suite": [
      "POSMall Core",
      "POSMall CRM / Cashflow where integrated"
    ],
    "POSMall Calendar / GEO": [
      "POSMall Pro service operations",
      "POSMall Domains portal routing where enabled"
    ],
    "Reusable Solar Neutrino Laravel Game Backend": [
      "Laravel backend APIs",
      "account identity and entitlement backend",
      "GEO / GeoUsers matching",
      "feedback and moderation backend",
      "store-publishing governance"
    ]
  },
  "claim_boundaries": [
    "POSMall Core is public and independently installable.",
    "POSMall Pro, CRM, Affiliate, Calendar, Domains, GEO, VoiceAssistant, dashboards, and application/backend modules are summarized at capability level when private.",
    "No concrete public claim is made that every POSMall application surface has shipped on every store.",
    "No public file discloses private source code, secrets, credentials, private package identities, proprietary client implementation details, or private synchronization algorithms.",
    "No universal claim is made that PostgreSQL is always faster than MySQL.",
    "PostGIS is a PostgreSQL extension and was not found as required current POSMall storage in this audit."
  ]
}
