Skip to content

My process - #393

Open
hleanhh7 wants to merge 6 commits into
rohitg00:mainfrom
hleanhh7:my-process
Open

My process#393
hleanhh7 wants to merge 6 commits into
rohitg00:mainfrom
hleanhh7:my-process

Conversation

@hleanhh7

@hleanhh7 hleanhh7 commented Aug 4, 2026

Copy link
Copy Markdown

What this PR does

Kind of change

  • New lesson
  • Fix to an existing lesson
  • Translation
  • New output (prompt, skill, agent, MCP server)
  • Docs / website / tooling

Checklist

  • Code runs without errors with the listed dependencies
  • No comments in code files (docs explain, code is self-explanatory)
  • Built from scratch first, then shown with a framework (for new lessons)
  • Lesson folder matches LESSON_TEMPLATE.md structure
  • ROADMAP.md row for the lesson is a markdown link ([Name](phases/...)), not bare text
  • One lesson per commit (atomic per-lesson rule)
  • Tested locally / code output matches what docs/en.md claims

Phase / lesson

Notes for reviewer

@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

@hleanhh7 is attempting to deploy a commit to the OSS program Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The PR adds content to test.txt, a top-level "hello world" print statement to test2.py, and an API key entry to test3.txt.

Changes

Test fixture updates

Layer / File(s) Summary
Fixture content
test.txt, test2.py, test3.txt
Adds text content, a top-level "hello world" print statement, and an API key entry.

Estimated code review effort: 2 (Simple) | ~5 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title "My process" is too vague to identify the primary changes, which add files and include an API key. Use a concise title that states the main change and does not imply an unrelated process description.
Description check ❓ Inconclusive The description contains only an uncompleted contribution template and does not explain the files or API key added by the pull request. Complete the template with the change summary, change type, phase or lesson, testing details, and reviewer notes.
✅ Passed checks (3 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Warning

⚠️ This pull request has been flagged as potential spam (gibberish) by CodeRabbit slop detection and should be reviewed carefully.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@test3.txt`:
- Line 1: Remove the plaintext API key from test3.txt and replace it with an
unmistakable non-secret placeholder if the file must remain; otherwise delete
the file. If the value is real, revoke and rotate it and ensure the secret is
removed from tracked history.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: a745d915-6a7b-4de1-b9ac-87290f75da76

📥 Commits

Reviewing files that changed from the base of the PR and between 8931776 and de03594.

📒 Files selected for processing (3)
  • test.txt
  • test2.py
  • test3.txt

Comment thread test3.txt
@@ -0,0 +1 @@
API key = sieu bi mat khong the tiet lo No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

echo "== repo files matching test3.txt =="
git ls-files | rg '(^|/)test3\.txt$|test3\.txt$' || true

echo "== test3.txt content if present =="
if git ls-files | rg -q '(^|/)test3\.txt$'; then
  file="$(git ls-files | rg '(^|/)test3\.txt$' | head -n1)"
  echo "FILE=$file"
  cat -n "$file"
fi

echo "== git status/stat =="
git status --short || true
git diff --stat || true

echo "== changed files summary =="
git diff --name-only HEAD 2>/dev/null || true
git diff --name-only --cached 2>/dev/null || true

Repository: rohitg00/ai-engineering-from-scratch

Length of output: 366


Remove or replace the plaintext API key in test3.txt.

test3.txt:1 stores API key = sieu bi mat khong the tiet lo in the repository. If this value is real, revoke and rotate it, then remove the file or redact it. If this is fixture data, replace the value with an unmistakable non-secret placeholder. Deleting the file from the working tree does not remove its contents from Git history.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@test3.txt` at line 1, Remove the plaintext API key from test3.txt and replace
it with an unmistakable non-secret placeholder if the file must remain;
otherwise delete the file. If the value is real, revoke and rotate it and ensure
the secret is removed from tracked history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant