Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions FILE_INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://github.com/Open-Factory-Initiative/Factory-Intelligence-Platform
- `GOVERNANCE.md` — governance model
- `ROADMAP.md` — phased project roadmap
- `CHANGELOG.md` — changelog starter
- `Makefile` — placeholder command interface
- `Makefile` — local command interface
- `.env.example` — environment variable template
- `.editorconfig` — editor defaults
- `.gitignore` — ignore rules
Expand Down Expand Up @@ -79,9 +79,9 @@ https://github.com/Open-Factory-Initiative/Factory-Intelligence-Platform

- `packages/factory-events/` — shared factory event schemas and contract tests
- `packages/test-fixtures/` — valid, invalid, and drift scenario fixtures
- `services/simulator/` — deterministic simulator scenario generator
- `services/simulator/` — legacy local fixture code, not the default runtime path
- `services/ingestion/` — event validation, dead-letter handling, and storage schema
- `services/process-sentinel/` — drift rules, evidence, recommendations, and state store
- `services/api/` — FastAPI API over MVP state
- `apps/web/` — placeholder for the future web workbench
- `apps/web/` — Next.js Operations Workbench
- `infra/docker/` — local PostgreSQL Docker Compose config
Loading
Loading