You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Append enterprise fork notes documenting support scope, CI/CD references,
and governance links. Satisfies BACKLOG.md:42 acceptance criteria
(a maintainer can tell what is supported from repo docs alone).
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,3 +232,34 @@ OpenShell is built agent-first — your agent is your first collaborator. Before
232
232
## License
233
233
234
234
This project is licensed under the [Apache License 2.0](https://github.com/NVIDIA/OpenShell/blob/main/LICENSE).
235
+
236
+
---
237
+
238
+
## iAiFy Fork Notes
239
+
240
+
> This section is maintained by the iAiFy enterprise and documents what the AiFeatures fork actually supports. If this contradicts upstream text above, this section wins for iAiFy operators.
241
+
242
+
**Status:** Active fork (maintained).
243
+
**Enterprise:** iAiFy (Stockholm).
244
+
**Upstream sync:** Managed via [Ai-road-4-You/fork-sync](https://github.com/Ai-road-4-You) — upstream changes are reviewed before merge; divergence is intentional where documented.
245
+
**Support scope:** Only the build/run paths documented below are supported internally. Other upstream surfaces are best-effort.
246
+
247
+
### Supported commands
248
+
249
+
Run only the commands verified in this repo's current manifest (see `package.json` / `pyproject.toml` / `Cargo.toml` for the authoritative list).
250
+
251
+
### CI/CD
252
+
253
+
This repo uses (or is migrating to) the shared enterprise CI/CD:
Internal contributors follow the iAiFy governance rules: conventional commits, PR review required, no force-push to `main`. See [Ai-road-4-You/governance](https://github.com/Ai-road-4-You/governance).
262
+
263
+
### License
264
+
265
+
See `LICENSE` in this repo. iAiFy-originated changes are MIT unless the upstream license requires otherwise.
0 commit comments