Skip to content

Add AGENTS.md with Cursor Cloud development environment instructions#1

Draft
ccycv wants to merge 1 commit intomainfrom
cursor/development-environment-setup-4666
Draft

Add AGENTS.md with Cursor Cloud development environment instructions#1
ccycv wants to merge 1 commit intomainfrom
cursor/development-environment-setup-4666

Conversation

@ccycv
Copy link
Copy Markdown
Owner

@ccycv ccycv commented Apr 2, 2026

Summary

Adds AGENTS.md with Cursor Cloud specific instructions for setting up and running PostgreSQL 16 using the repository's postgresql.conf.

Changes

  • Added AGENTS.md with:
    • Service overview (PostgreSQL 16 only)
    • Startup commands to deploy the config and start the service
    • Key non-default configuration values documented
    • Gotchas for SSL cert requirements and peer authentication

Verification

PostgreSQL 16 was installed, started with the repo's config, and validated:

  • max_connections = 1000
  • shared_buffers = 128MB
  • ssl = on
  • port = 5432
  • Created database, table, inserted and queried data successfully ✅

postgresql_hello_world.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

…16 setup

Co-authored-by: ccycv <ccycv@users.noreply.github.com>
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.

2 participants