Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gemini/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
have_fun: false
code_review:
disable: false
comment_severity_threshold: 'HIGH'
max_review_comments: -1
pull_request_opened:
help: false
summary: false
code_review: false
ignore_patterns: []
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Repository Agent Instructions

- Always consult the latest OpenACC 3.4 specification when updating or extending the parser to ensure semantic accuracy.
- Preserve LLVM coding style across all source files, including C, C++, ANTLR .g4 sources.
- To run the regression tests via CMake/CTest:
1. Ensure ANTLR4 is installed and visible to CMake (e.g., `which antlr4` should succeed).
2. Configure the build directory: `cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug`.
3. From the `build` directory invoke `ctest --output-on-failure`.
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For full project context and agent instructions, please read [AGENTS.md](AGENTS.md).
1 change: 1 addition & 0 deletions GEMINI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
For full project context and agent instructions, please read [AGENTS.md](AGENTS.md).
Loading