This package is designed to be copied into the root of:
https://github.com/Open-Factory-Initiative/Factory-Intelligence-Platform
README.md— project overview and architecture summaryrequirements-dev.txt— Python development dependency list for the MVP skeletonAGENTS.md— Codex repository instructionsPLANS.md— execution plan template for CodexCODE_REVIEW.md— review rubricCONTRIBUTING.md— contributor guideCODE_OF_CONDUCT.md— community standardsSECURITY.md— security and industrial safety reportingSUPPORT.md— support guidanceGOVERNANCE.md— governance modelROADMAP.md— phased project roadmapCHANGELOG.md— changelog starterMakefile— placeholder command interface.env.example— environment variable template.editorconfig— editor defaults.gitignore— ignore rules
docs/START_HERE_FOR_CODEX.md— first file to read before using Codexdocs/CODEX_LOCAL_SETUP.md— Codex CLI setup and workflowdocs/ARCHITECTURE.md— full platform architecturedocs/PRODUCT_REQUIREMENTS.md— product thesis and requirementsdocs/MVP_SCOPE.md— first vertical slicedocs/PROJECT_FOUNDATION.md— foundation epic status and contributor entry pointsdocs/DOMAIN_MODEL.md— core manufacturing entitiesdocs/DATA_CONTRACTS.md— event contracts and examplesdocs/UNIFIED_NAMESPACE.md— UNS/topic modeldocs/GOVERNED_ACTIONS.md— recommendation and approval modeldocs/API_DESIGN.md— initial API shapedocs/TESTING.md— unit/integration/contract/e2e strategydocs/DEVELOPMENT.md— local development workflowdocs/DOCUMENTATION.md— documentation standardsdocs/OBSERVABILITY.md— logging/metrics/traceability directiondocs/SECURITY_MODEL.md— security and safety modeldocs/LEARNING_MODE.md— how Codex should teach while buildingdocs/LEARNING_LOG.md— running learning journaldocs/decisions/0001-platform-architecture.md— first ADR
prompts/00-repo-inspection-and-plan.mdprompts/01-repository-foundation.mdprompts/02-shared-event-contracts.mdprompts/03-synthetic-factory-simulator.mdprompts/04-ingestion-service.mdprompts/05-api-service.mdprompts/06-process-sentinel.mdprompts/07-evidence-timeline.mdprompts/08-governed-recommendations.mdprompts/09-web-workbench.mdprompts/10-rca-capa-draft.mdprompts/11-e2e-tests.mdprompts/12-documentation-hardening.mdprompts/13-review-and-refactor.md
.github/pull_request_template.md.github/ISSUE_TEMPLATE/bug_report.yml.github/ISSUE_TEMPLATE/feature_request.yml.github/ISSUE_TEMPLATE/documentation.yml.github/ISSUE_TEMPLATE/config.yml.github/workflows/ci.yml.github/CODEOWNERS.github/dependabot.yml
packages/factory-events/— shared factory event schemas and contract testspackages/test-fixtures/— valid, invalid, and drift scenario fixturesservices/simulator/— deterministic simulator scenario generatorservices/ingestion/— event validation, dead-letter handling, and storage schemaservices/process-sentinel/— drift rules, evidence, recommendations, and state storeservices/api/— FastAPI API over MVP stateapps/web/— placeholder for the future web workbenchinfra/docker/— local PostgreSQL Docker Compose config