From ac244358d74b539f0e225867da0d33c09609b6ab Mon Sep 17 00:00:00 2001 From: Sahil Bhatane <118365864+Sahilbhatane@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:20:46 +0530 Subject: [PATCH 1/3] Simplify installation description in README Removed redundant phrase about memorizing package names. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e550b78..b35b0bcb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@

AI-Powered Package Manager for Debian/Ubuntu
- Install software using natural language. No more memorizing package names. + Install software using natural language. +

From b3f1c1f44b092ca0dd1f08e59826ec2fdb2cda18 Mon Sep 17 00:00:00 2001 From: Sahil Bhatane <118365864+Sahilbhatane@users.noreply.github.com> Date: Tue, 30 Dec 2025 12:18:45 +0530 Subject: [PATCH 2/3] Clarify installation instructions in README Enhanced the installation description for clarity. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b35b0bcb..1e550b78 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@

AI-Powered Package Manager for Debian/Ubuntu
- Install software using natural language. - + Install software using natural language. No more memorizing package names.

From 8758e0a5ece2889a80f24ec135212da3a9749c94 Mon Sep 17 00:00:00 2001 From: sahil Date: Wed, 31 Dec 2025 19:45:02 +0530 Subject: [PATCH 3/3] CLA sign --- .github/cla-signers.json | 10 ++++++++++ .gitignore | 1 + 2 files changed, 11 insertions(+) diff --git a/.github/cla-signers.json b/.github/cla-signers.json index 17440b49..b1619860 100644 --- a/.github/cla-signers.json +++ b/.github/cla-signers.json @@ -14,6 +14,16 @@ "signed_date": "2024-12-29", "cla_version": "1.0" }, + { + "name": "Sahil Bhatane", + "github_username": "Sahilbhatane", + "emails": [ + "Sahilbhatane@gmail.com", + "Sahilbhatane6@gmail.com" + ], + "signed_date": "2024-12-29", + "cla_version": "1.0" + }, { "name": "Sujay Dongre", "github_username": "sujay-d07", diff --git a/.gitignore b/.gitignore index e10cb4d6..ad7f433d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ venv/ ENV/ env.bak/ venv.bak/ +myenv/ # ============================== # Distribution / Packaging