Skip to content

chore: update docs and agent files#154

Merged
g-raman merged 11 commits intomainfrom
fix/docs-and-agents-files
Feb 3, 2026
Merged

chore: update docs and agent files#154
g-raman merged 11 commits intomainfrom
fix/docs-and-agents-files

Conversation

@g-raman
Copy link
Owner

@g-raman g-raman commented Feb 3, 2026

No description provided.

@g-raman g-raman self-assigned this Feb 3, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 3, 2026

🦋 Changeset detected

Latest commit: 45a6ee8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
uenroll-scraper Patch
@repo/db Patch
@repo/ui Patch
web Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Feb 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
uenroll Ready Ready Preview, Comment Feb 3, 2026 1:51pm

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 3, 2026

Greptile Overview

Greptile Summary

This PR improves the developer experience by simplifying setup commands and updating documentation. The changes consolidate complex command sequences into convenient helper scripts in the root package.json, making it easier for new contributors to get started.

Key changes:

  • Simplified README with clearer setup instructions using new helper scripts (bun run dev:web, bun run db:up, etc.)
  • Added convenience scripts to root package.json for common database and dev operations
  • Updated scraper dev mode to use --local flag for better local development experience
  • Corrected documentation to reflect completed Base UI migration (removed references to Radix UI)
  • Enhanced database configuration with max_connections=300 setting
  • Fixed typo in docker container name (uneroll-db → should be uenroll-db)

The documentation updates accurately reflect the current state of the codebase and provide better onboarding experience.

Confidence Score: 4/5

  • Safe to merge with one minor typo fix needed
  • Documentation and configuration updates are well-structured and improve developer experience. Only issue is a container name typo that should be corrected.
  • Fix the typo in packages/db/docker-compose.yml before merging

Important Files Changed

Filename Overview
README.md Updated setup instructions with simplified commands and improved documentation flow
package.json Added convenient helper scripts for database and dev operations
packages/db/docker-compose.yml Updated container name and added max_connections configuration; contains typo

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

3 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

postgres:
image: postgres:18
container_name: postgres-local
container_name: uneroll-db
Copy link
Contributor

Choose a reason for hiding this comment

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

uneroll-db is misspelled (should be uenroll-db)

Suggested change
container_name: uneroll-db
container_name: uenroll-db
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/db/docker-compose.yml
Line: 4:4

Comment:
`uneroll-db` is misspelled (should be `uenroll-db`)

```suggestion
    container_name: uenroll-db
```

How can I resolve this? If you propose a fix, please make it concise.

@g-raman g-raman merged commit 1deddea into main Feb 3, 2026
3 checks passed
@g-raman g-raman mentioned this pull request Feb 3, 2026
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