Curated technical proof artifact for MindServe, a Wilds, Inc. cafeteria operations software suite.
This repository is intentionally not the production source tree. It is a public-reviewable architecture and product-thinking artifact that shows the suite concept, operating model, deployment posture, security discipline, and AI-assisted build method without exposing the commercially valuable core implementation.
Start here if you are evaluating Justin Wilds or MindServe technically:
- Read WHAT_THIS_PROVES.md for the short evaluator view.
- Read SUITE_ARCHITECTURE.md for the suite shape.
- Read SECURITY_AND_TENANCY.md for the public-safe security posture.
- Read ADR_DIGEST.md for decision discipline.
- Read OPERATING_MODEL.md for the agentic build loop.
- Read PUBLIC_BOUNDARY.md before asking why production internals are not here.
MindServe is a suite of connected operational surfaces for employee and guest cafeteria operations:
- a central operational API and data foundation
- a cashier point-of-sale surface
- a management and ordering surface
- an analytics and reporting surface
- shared auth and facility context
- Azure-first deployment
- AI-assisted workflow acceleration where it helps the operator
This proof repo deliberately avoids deep details about inventory engines, recipe engines, production boards, pull sheets, costing, and import internals. Those belong in more specific private or curated proof artifacts.
flowchart TB
Core["Central operational API\nshared auth, facility context, data foundation"]
POS["QuickServe\ncashier surface"]
Manager["RetailMind\nmanagement and ordering surface"]
Analytics["ClearView\nanalytics surface"]
POS --> Core
Manager --> Core
Analytics --> Core
| File | Purpose |
|---|---|
WHAT_THIS_PROVES.md |
Short evaluator guide: what the repo is evidence for |
SUITE_ARCHITECTURE.md |
System-of-systems shape and module relationships |
ADR_DIGEST.md |
Selected suite-level decisions, sanitized |
OPERATING_MODEL.md |
How Wilds builds and hardens software with agents |
SECURITY_AND_TENANCY.md |
Facility isolation and auth posture at a safe level |
INTELLIGENCE_LAYER.md |
Strategic +Add Intelligence direction without engine details |
CODE_EXCERPTS.md |
Small, sanitized suite-level TypeScript excerpts |
PUBLIC_BOUNDARY.md |
What this proof repo intentionally excludes |
PROOF_REPO_STANDARD.md |
Reusable standard for Wilds public proof repos |
This repo is evidence of:
- suite-level product architecture
- operator-specific interface thinking
- facility-scoped security posture
- ADR-driven decision discipline
- Azure-first delivery habits
- agentic engineering as a repeatable operating model
- disciplined public/private boundaries
This proof repo does not include:
- production source code
- endpoint maps sufficient to clone the suite
- database schema details
- inventory, recipe, costing, production, or import internals
- deployment workflows or real resource names
- secrets, environment names, or private URLs
- real customer, facility, employee, or transaction data
Curated proof artifact. Production MindServe remains private.