plan oxidation

- add the drivers
 - add the uniffi build toolchain
 - create the plan document
This commit is contained in:
Timo K.
2026-09-15 19:06:04 +02:00
parent fe91162869
commit 36ed60d95c
38 changed files with 17213 additions and 1 deletions
+9
View File
@@ -26,6 +26,15 @@ export default {
// This is a shell built-in.
"printf",
],
// uniffi-generated bindings (scripts/sync-matrix-rtc-sdk.sh): every
// export the crate has, most of them unused here by design
ignore: [
"src/matrix-rtc-sdk/generated/**",
// The host-facing driver seam, landed ahead of its consumers (the
// `CallParticipation` layer and the hosts, see element-call-oxidation-plan.md)
"src/driver/**",
"src/state/rtc/**",
],
ignoreFiles: [
"scripts/.pnpmfile.cjs",
// Deliberately added prior to any component or business logic