Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 55 additions & 1 deletion README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,47 @@

---

### التثبيت
### About This Fork

This repository is the Cor-Incorporated fork of OpenCode.

- It tracks upstream OpenCode and keeps compatibility where practical.
- It adds a thin internal distribution layer rather than a deep rewrite.
- Internal product work lives under `docs/ai-guardrails/` and `packages/guardrails/`.
- It is not an official OpenCode team repository or release channel.

If you are reading this fork for internal implementation work, start here:

- Plan and ADRs: `docs/ai-guardrails/README.md`
- Migration inventory: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- Thin distribution package: `packages/guardrails/`
- GitHub tracker: `Cor-Incorporated/opencode` issues `#1` to `#7`

### حول هذا الـ fork

هذا المستودع هو fork خاص بـ Cor-Incorporated من OpenCode.

- يحافظ على التوافق مع OpenCode الاصلي قدر الامكان.
- يضيف طبقة توزيع داخلية خفيفة بدلا من تحويل الـ fork الى اعادة كتابة عميقة.
- اعمال المنتج الداخلية الحالية موجودة تحت `docs/ai-guardrails/` و `packages/guardrails/`.
- هذا ليس مستودعا رسميا لفريق OpenCode ولا قناة اصدار رسمية لهم.

اذا كنت تقرأ هذا الـ fork بغرض العمل الداخلي، ابدأ من:

- الخطة و ADRs: `docs/ai-guardrails/README.md`
- جرد الترحيل: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- حزمة التوزيع الخفيفة: `packages/guardrails/`

### تثبيت النسخة الاصلية

الاوامر التالية تثبت OpenCode الاصلي، وليس التوزيع الداخلي الخاص بهذا الـ fork.

يحافظ هذا الـ fork حاليا على التوافق مع النسخة الاصلية ويطوّر طبقة داخلية اضافية فوقها. اذا نشرت Cor-Incorporated لاحقا مسار تثبيت خاصا بها او توزيعة باسم مختلف، فيجب توثيق ذلك بشكل منفصل عن تعليمات التثبيت الاصلية ادناه.

The commands below install official upstream OpenCode, not this fork-specific internal distribution.

This fork currently preserves upstream compatibility and develops an additional internal layer on top. If Cor-Incorporated publishes its own install path or renamed distribution, that should be documented separately from the upstream install instructions below.


```bash
# YOLO
Expand Down Expand Up @@ -123,7 +163,21 @@ XDG_BIN_DIR=$HOME/.local/bin curl -fsSL https://opencode.ai/install | bash
### البناء فوق OpenCode

اذا كنت تعمل على مشروع مرتبط بـ OpenCode ويستخدم "opencode" كجزء من اسمه (مثل "opencode-dashboard" او "opencode-mobile")، يرجى اضافة ملاحظة في README توضح انه ليس مبنيا بواسطة فريق OpenCode ولا يرتبط بنا بأي شكل.
بالنسبة لهذا الـ fork تحديدا، الصياغة الصحيحة هي:

- fork من OpenCode
- يحافظ على التوافق مع النسخة الاصلية حيثما كان ذلك عمليا
- يمدده الى اداة داخلية خاصة بـ Cor-Incorporated عبر طبقة guardrail منفصلة
- لا ينبغي تقديمه على انه اصدار رسمي من OpenCode



For this fork specifically, the correct framing is:

- forked from OpenCode
- keeps upstream compatibility where practical
- extends it into a Cor-Incorporated internal tool through a separate guardrail layer
- should not be presented as an official upstream OpenCode release
### FAQ

#### ما الفرق عن Claude Code؟
Expand Down
27 changes: 27 additions & 0 deletions README.bn.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,28 @@

---

### About This Fork

This repository is the Cor-Incorporated fork of OpenCode.

- It tracks upstream OpenCode and keeps compatibility where practical.
- It adds a thin internal distribution layer rather than a deep rewrite.
- Internal product work lives under `docs/ai-guardrails/` and `packages/guardrails/`.
- It is not an official OpenCode team repository or release channel.

If you are reading this fork for internal implementation work, start here:

- Plan and ADRs: `docs/ai-guardrails/README.md`
- Migration inventory: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- Thin distribution package: `packages/guardrails/`
- GitHub tracker: `Cor-Incorporated/opencode` issues `#1` to `#7`

### ইনস্টলেশন (Installation)

The commands below install official upstream OpenCode, not this fork-specific internal distribution.

This fork currently preserves upstream compatibility and develops an additional internal layer on top. If Cor-Incorporated publishes its own install path or renamed distribution, that should be documented separately from the upstream install instructions below.

```bash
# YOLO
curl -fsSL https://opencode.ai/install | bash
Expand Down Expand Up @@ -122,6 +142,13 @@ OpenCode এ দুটি বিল্ট-ইন এজেন্ট রয়ে

### OpenCode এর উপর বিল্ডিং (Building on OpenCode)

For this fork specifically, the correct framing is:

- forked from OpenCode
- keeps upstream compatibility where practical
- extends it into a Cor-Incorporated internal tool through a separate guardrail layer
- should not be presented as an official upstream OpenCode release

আপনি যদি এমন প্রজেক্টে কাজ করেন যা OpenCode এর সাথে সম্পর্কিত এবং প্রজেক্টের নামের অংশ হিসেবে "opencode" ব্যবহার করেন, উদাহরণস্বরূপ "opencode-dashboard" বা "opencode-mobile", তবে দয়া করে আপনার README তে একটি নোট যোগ করে স্পষ্ট করুন যে এই প্রজেক্টটি OpenCode দল দ্বারা তৈরি হয়নি এবং আমাদের সাথে এর কোনো সরাসরি সম্পর্ক নেই।

### সচরাচর জিজ্ঞাসিত প্রশ্নাবলী (FAQ)
Expand Down
27 changes: 27 additions & 0 deletions README.br.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,28 @@

---

### About This Fork

This repository is the Cor-Incorporated fork of OpenCode.

- It tracks upstream OpenCode and keeps compatibility where practical.
- It adds a thin internal distribution layer rather than a deep rewrite.
- Internal product work lives under `docs/ai-guardrails/` and `packages/guardrails/`.
- It is not an official OpenCode team repository or release channel.

If you are reading this fork for internal implementation work, start here:

- Plan and ADRs: `docs/ai-guardrails/README.md`
- Migration inventory: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- Thin distribution package: `packages/guardrails/`
- GitHub tracker: `Cor-Incorporated/opencode` issues `#1` to `#7`

### Instalação

The commands below install official upstream OpenCode, not this fork-specific internal distribution.

This fork currently preserves upstream compatibility and develops an additional internal layer on top. If Cor-Incorporated publishes its own install path or renamed distribution, that should be documented separately from the upstream install instructions below.

```bash
# YOLO
curl -fsSL https://opencode.ai/install | bash
Expand Down Expand Up @@ -122,6 +142,13 @@ Se você tem interesse em contribuir com o OpenCode, leia os [contributing docs]

### Construindo com OpenCode

For this fork specifically, the correct framing is:

- forked from OpenCode
- keeps upstream compatibility where practical
- extends it into a Cor-Incorporated internal tool through a separate guardrail layer
- should not be presented as an official upstream OpenCode release

Se você estiver trabalhando em um projeto relacionado ao OpenCode e estiver usando "opencode" como parte do nome (por exemplo, "opencode-dashboard" ou "opencode-mobile"), adicione uma nota no README para deixar claro que não foi construído pela equipe do OpenCode e não é afiliado a nós de nenhuma forma.

### FAQ
Expand Down
27 changes: 27 additions & 0 deletions README.bs.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,28 @@

---

### About This Fork

This repository is the Cor-Incorporated fork of OpenCode.

- It tracks upstream OpenCode and keeps compatibility where practical.
- It adds a thin internal distribution layer rather than a deep rewrite.
- Internal product work lives under `docs/ai-guardrails/` and `packages/guardrails/`.
- It is not an official OpenCode team repository or release channel.

If you are reading this fork for internal implementation work, start here:

- Plan and ADRs: `docs/ai-guardrails/README.md`
- Migration inventory: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- Thin distribution package: `packages/guardrails/`
- GitHub tracker: `Cor-Incorporated/opencode` issues `#1` to `#7`

### Instalacija

The commands below install official upstream OpenCode, not this fork-specific internal distribution.

This fork currently preserves upstream compatibility and develops an additional internal layer on top. If Cor-Incorporated publishes its own install path or renamed distribution, that should be documented separately from the upstream install instructions below.

```bash
# YOLO
curl -fsSL https://opencode.ai/install | bash
Expand Down Expand Up @@ -122,6 +142,13 @@ Ako želiš doprinositi OpenCode-u, pročitaj [upute za doprinošenje](./CONTRIB

### Gradnja na OpenCode-u

For this fork specifically, the correct framing is:

- forked from OpenCode
- keeps upstream compatibility where practical
- extends it into a Cor-Incorporated internal tool through a separate guardrail layer
- should not be presented as an official upstream OpenCode release

Ako radiš na projektu koji je povezan s OpenCode-om i koristi "opencode" kao dio naziva, npr. "opencode-dashboard" ili "opencode-mobile", dodaj napomenu u svoj README da projekat nije napravio OpenCode tim i da nije povezan s nama.

### FAQ
Expand Down
27 changes: 27 additions & 0 deletions README.da.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,28 @@

---

### About This Fork

This repository is the Cor-Incorporated fork of OpenCode.

- It tracks upstream OpenCode and keeps compatibility where practical.
- It adds a thin internal distribution layer rather than a deep rewrite.
- Internal product work lives under `docs/ai-guardrails/` and `packages/guardrails/`.
- It is not an official OpenCode team repository or release channel.

If you are reading this fork for internal implementation work, start here:

- Plan and ADRs: `docs/ai-guardrails/README.md`
- Migration inventory: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- Thin distribution package: `packages/guardrails/`
- GitHub tracker: `Cor-Incorporated/opencode` issues `#1` to `#7`

### Installation

The commands below install official upstream OpenCode, not this fork-specific internal distribution.

This fork currently preserves upstream compatibility and develops an additional internal layer on top. If Cor-Incorporated publishes its own install path or renamed distribution, that should be documented separately from the upstream install instructions below.

```bash
# YOLO
curl -fsSL https://opencode.ai/install | bash
Expand Down Expand Up @@ -122,6 +142,13 @@ Hvis du vil bidrage til OpenCode, så læs vores [contributing docs](./CONTRIBUT

### Bygget på OpenCode

For this fork specifically, the correct framing is:

- forked from OpenCode
- keeps upstream compatibility where practical
- extends it into a Cor-Incorporated internal tool through a separate guardrail layer
- should not be presented as an official upstream OpenCode release

Hvis du arbejder på et projekt der er relateret til OpenCode og bruger "opencode" som en del af navnet; f.eks. "opencode-dashboard" eller "opencode-mobile", så tilføj en note i din README, der tydeliggør at projektet ikke er bygget af OpenCode-teamet og ikke er tilknyttet os på nogen måde.

### FAQ
Expand Down
27 changes: 27 additions & 0 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,28 @@

---

### About This Fork

This repository is the Cor-Incorporated fork of OpenCode.

- It tracks upstream OpenCode and keeps compatibility where practical.
- It adds a thin internal distribution layer rather than a deep rewrite.
- Internal product work lives under `docs/ai-guardrails/` and `packages/guardrails/`.
- It is not an official OpenCode team repository or release channel.

If you are reading this fork for internal implementation work, start here:

- Plan and ADRs: `docs/ai-guardrails/README.md`
- Migration inventory: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- Thin distribution package: `packages/guardrails/`
- GitHub tracker: `Cor-Incorporated/opencode` issues `#1` to `#7`

### Installation

The commands below install official upstream OpenCode, not this fork-specific internal distribution.

This fork currently preserves upstream compatibility and develops an additional internal layer on top. If Cor-Incorporated publishes its own install path or renamed distribution, that should be documented separately from the upstream install instructions below.

```bash
# YOLO
curl -fsSL https://opencode.ai/install | bash
Expand Down Expand Up @@ -122,6 +142,13 @@ Wenn du zu OpenCode beitragen möchtest, lies bitte unsere [Contributing Docs](.

### Auf OpenCode aufbauen

For this fork specifically, the correct framing is:

- forked from OpenCode
- keeps upstream compatibility where practical
- extends it into a Cor-Incorporated internal tool through a separate guardrail layer
- should not be presented as an official upstream OpenCode release

Wenn du an einem Projekt arbeitest, das mit OpenCode zusammenhängt und "opencode" als Teil seines Namens verwendet (z.B. "opencode-dashboard" oder "opencode-mobile"), füge bitte einen Hinweis in deine README ein, dass es nicht vom OpenCode-Team gebaut wird und nicht in irgendeiner Weise mit uns verbunden ist.

### FAQ
Expand Down
27 changes: 27 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,28 @@

---

### About This Fork

This repository is the Cor-Incorporated fork of OpenCode.

- It tracks upstream OpenCode and keeps compatibility where practical.
- It adds a thin internal distribution layer rather than a deep rewrite.
- Internal product work lives under `docs/ai-guardrails/` and `packages/guardrails/`.
- It is not an official OpenCode team repository or release channel.

If you are reading this fork for internal implementation work, start here:

- Plan and ADRs: `docs/ai-guardrails/README.md`
- Migration inventory: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- Thin distribution package: `packages/guardrails/`
- GitHub tracker: `Cor-Incorporated/opencode` issues `#1` to `#7`

### Instalación

The commands below install official upstream OpenCode, not this fork-specific internal distribution.

This fork currently preserves upstream compatibility and develops an additional internal layer on top. If Cor-Incorporated publishes its own install path or renamed distribution, that should be documented separately from the upstream install instructions below.

```bash
# YOLO
curl -fsSL https://opencode.ai/install | bash
Expand Down Expand Up @@ -122,6 +142,13 @@ Si te interesa contribuir a OpenCode, lee nuestras [docs de contribución](./CON

### Construyendo sobre OpenCode

For this fork specifically, the correct framing is:

- forked from OpenCode
- keeps upstream compatibility where practical
- extends it into a Cor-Incorporated internal tool through a separate guardrail layer
- should not be presented as an official upstream OpenCode release

Si estás trabajando en un proyecto relacionado con OpenCode y usas "opencode" como parte del nombre; por ejemplo, "opencode-dashboard" u "opencode-mobile", agrega una nota en tu README para aclarar que no está construido por el equipo de OpenCode y que no está afiliado con nosotros de ninguna manera.

### FAQ
Expand Down
27 changes: 27 additions & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,28 @@

---

### About This Fork

This repository is the Cor-Incorporated fork of OpenCode.

- It tracks upstream OpenCode and keeps compatibility where practical.
- It adds a thin internal distribution layer rather than a deep rewrite.
- Internal product work lives under `docs/ai-guardrails/` and `packages/guardrails/`.
- It is not an official OpenCode team repository or release channel.

If you are reading this fork for internal implementation work, start here:

- Plan and ADRs: `docs/ai-guardrails/README.md`
- Migration inventory: `docs/ai-guardrails/migration/claude-code-skills-inventory.md`
- Thin distribution package: `packages/guardrails/`
- GitHub tracker: `Cor-Incorporated/opencode` issues `#1` to `#7`

### Installation

The commands below install official upstream OpenCode, not this fork-specific internal distribution.

This fork currently preserves upstream compatibility and develops an additional internal layer on top. If Cor-Incorporated publishes its own install path or renamed distribution, that should be documented separately from the upstream install instructions below.

```bash
# YOLO
curl -fsSL https://opencode.ai/install | bash
Expand Down Expand Up @@ -122,6 +142,13 @@ Si vous souhaitez contribuer à OpenCode, lisez nos [docs de contribution](./CON

### Construire avec OpenCode

For this fork specifically, the correct framing is:

- forked from OpenCode
- keeps upstream compatibility where practical
- extends it into a Cor-Incorporated internal tool through a separate guardrail layer
- should not be presented as an official upstream OpenCode release

Si vous travaillez sur un projet lié à OpenCode et que vous utilisez "opencode" dans le nom du projet (par exemple, "opencode-dashboard" ou "opencode-mobile"), ajoutez une note dans votre README pour préciser qu'il n'est pas construit par l'équipe OpenCode et qu'il n'est pas affilié à nous.

### FAQ
Expand Down
Loading