Skip to content

Commit b092da9

Browse files
authored
Merge branch 'copilot/add-ecs-architecture-and-plugins' into copilot/replace-static-device-profiles
2 parents a4541d8 + 2d7c53e commit b092da9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const engine = new Engine();
2323
engine.pluginManager.register(webcamPlugin.id, webcamPlugin);
2424
engine.pluginManager.register(defaultProfilePlugin.id, defaultProfilePlugin);
2525

26-
// Enable profile plugin
26+
// Enable profile plugin (computes capability-based profile)
2727
await engine.pluginManager.enable(defaultProfilePlugin.id, engine.getContext());
2828

2929
// Initialize webcam capture
@@ -50,9 +50,9 @@ engine.start();
5050

5151
### Documentation
5252

53-
- ECS Architecture Guide (docs/ECS_ARCHITECTURE.md) - Complete documentation
54-
- Plugins Guide (plugins/README.md) - Plugin contract, lifecycle, and events
55-
- Minimal Example (examples/minimal/) - Working example application
53+
- ECS Architecture Guide (docs/ECS_ARCHITECTURE.md)
54+
- Plugins Guide (plugins/README.md) Plugin contract, lifecycle, events, and device profile migration (QUALITY_TIERS)
55+
- Examples Index (examples/index.html)
5656

5757
### Running Examples
5858

@@ -97,4 +97,4 @@ The original Source and Profile classes are still available and fully supported:
9797
import { Source, Profile } from 'arjs-core';
9898
```
9999

100-
See existing documentation for legacy API usage.
100+
See existing documentation for legacy API usage.

0 commit comments

Comments
 (0)