From c6c362ed43515041cae0e51ce70c290d6837cf26 Mon Sep 17 00:00:00 2001 From: ashsolei Date: Wed, 8 Apr 2026 10:09:52 +0200 Subject: [PATCH] docs: add iAiFy Fork Notes block to README 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) --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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.