Skip to content

Commit 5f1bd87

Browse files
authored
Merge pull request #10224 from The-OpenROAD-Project-staging/update_or_sta_bazel_claudemd
update sta bazel runfile skip and openroad's claude.md to relax sta c…
2 parents 03322c9 + db73cb1 commit 5f1bd87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Detailed guides are in `docs/agents/` subdirectory:
1313

1414
## Critical Rules
1515

16-
1. **Never modify `src/sta/` files** -- OpenSTA is managed upstream (`Sdc.cc`, `Power.cc`, `Sdc.tcl`, etc.). **Only test files may be modified.** All fixes must be in OpenROAD code (e.g., `src/dbSta/`, `src/rsz/`). If OpenSTA code change is inevitable, notify user. Exception: you *may* modify `src/sta/` files temporarily for **debugging purposes** only.
16+
1. **Ask before modifying `src/sta/` files** -- OpenSTA is managed upstream (`Sdc.cc`, `Power.cc`, `Sdc.tcl`, etc.). Prefer fixes in OpenROAD code (e.g., src/dbSta/, src/rsz/) when possible.
1717
2. Run `clang-format -i <files>` for C++ files before commit. **NEVER** for `src/sta/*` and `*.i` files.
1818
3. **Always use `git commit -s`** for DCO compliance.
1919
4. When amending submodule commits, parent repo submodule reference must also be updated via `git submodule update --init --recursive`. It is needed after any merge/pull.

src/sta

Submodule sta updated from 08265dc to 8e42af1

0 commit comments

Comments
 (0)