From 8d9122338b16c3175d1f6a72be18efc44320da74 Mon Sep 17 00:00:00 2001 From: Rish-2006 Date: Tue, 30 Jun 2026 19:14:07 +0530 Subject: [PATCH 1/2] docs: add installation permission troubleshooting note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e5bc58959..f384cb277 100644 --- a/README.md +++ b/README.md @@ -478,6 +478,8 @@ examples/ ## Development > **Note:** This project uses [Bun](https://bun.sh) as its package manager. Install Bun first: https://bun.sh/docs/installation +> **Note:** If you encounter execution policy or permission errors during setup, open your terminal as an Administrator (Windows) or use `sudo` before running commands (Mac/Linux). + ```bash bun install From ed88574a0a32203ab5d16a151749dd7d70f256a7 Mon Sep 17 00:00:00 2001 From: Rish-2006 Date: Tue, 30 Jun 2026 20:47:31 +0530 Subject: [PATCH 2/2] ci: add descriptive workflow tracking configuration summary --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d56cb7d7..1c3a1a228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,7 @@ +# TermUI Automated CI Pipeline Configuration +# Purpose: Validates workspace build status, style compliance, and testing execution bounds. +# Trigger: Executes automatically on incoming pull requests and main branch updates. + name: CI on: