Skip to content

Development environment setup#36

Merged
TraXXX86 merged 1 commit into
developfrom
cursor/development-environment-setup-9cc3
Mar 14, 2026
Merged

Development environment setup#36
TraXXX86 merged 1 commit into
developfrom
cursor/development-environment-setup-9cc3

Conversation

@TraXXX86

Copy link
Copy Markdown
Owner

Add AGENTS.md to document the development environment setup and application execution.

Open in Web Open in Cursor 

Co-authored-by: TraXXX86 <TraXXX86@users.noreply.github.com>
@cursor

cursor Bot commented Mar 14, 2026

Copy link
Copy Markdown

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@TraXXX86 TraXXX86 merged commit 3968209 into develop Mar 14, 2026
4 checks passed
@TraXXX86 TraXXX86 deleted the cursor/development-environment-setup-9cc3 branch March 14, 2026 02:33

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 42d99dc58f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread AGENTS.md

### Testing

- Backend tests: `NEO4J_AUTH=neo4j/expand123456 NEO4J_BOLT_URI=bolt://localhost:7687 mvn test -pl importdata -DfailIfNoTests=false` (requires running Neo4j).

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add -am to backend test command

The documented test command uses mvn test -pl importdata -DfailIfNoTests=false without --also-make, which can fail from a clean checkout because importdata depends on sibling module fr.expand.project:commonspackage (importdata/pom.xml). Maven’s own help says -pl builds only the specified projects and -am is required to also build projects required by that list, so this command is not reliably runnable unless dependencies were installed beforehand.

Useful? React with 👍 / 👎.

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