diff --git a/README.md b/README.md index ccf8bbdef..44f0bb13c 100644 --- a/README.md +++ b/README.md @@ -232,3 +232,34 @@ OpenShell is built agent-first — your agent is your first collaborator. Before ## License This project is licensed under the [Apache License 2.0](https://github.com/NVIDIA/OpenShell/blob/main/LICENSE). + +--- + +## iAiFy Fork Notes + +> 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. + +**Status:** Active fork (maintained). +**Enterprise:** iAiFy (Stockholm). +**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. +**Support scope:** Only the build/run paths documented below are supported internally. Other upstream surfaces are best-effort. + +### Supported commands + +Run only the commands verified in this repo's current manifest (see `package.json` / `pyproject.toml` / `Cargo.toml` for the authoritative list). + +### CI/CD + +This repo uses (or is migrating to) the shared enterprise CI/CD: + +- Reusable workflows: [Ai-road-4-You/enterprise-ci-cd@v1](https://github.com/Ai-road-4-You/enterprise-ci-cd) +- Governance: [Ai-road-4-You/governance](https://github.com/Ai-road-4-You/governance) +- Documentation standard: [`docs/documentation-standard.md`](https://github.com/Ai-road-4-You/governance/blob/main/docs/documentation-standard.md) + +### Contributing + +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). + +### License + +See `LICENSE` in this repo. iAiFy-originated changes are MIT unless the upstream license requires otherwise.