Skip to content

Commit a00262c

Browse files
committed
updated agents' notes
1 parent cb20d96 commit a00262c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Repository Guidelines
22

3+
When asked to execute on an issue or new high-level feature request, ask the user if this should be completed on the current branch or to create a new branch
4+
35
## Project Structure & Module Organization
46
This is a Cargo workspace with three primary crates plus supporting data/scripts.
57
- `core/`: `strapdown-core` library (INS algorithms, filters, simulation utilities).

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The Free Core implementation must achieve the following capabilities:
174174
- Variables named by quantity (not mathematical symbols) for clarity
175175

176176
### Coordinate Conventions
177-
- **Navigation frame**: NED (North-East-Down) local-level frame
177+
- **Navigation frame**: local-level frame (latitude, longitude, altitude)
178178
- Default convention is East-North-Up (ENU) but NED is also supported
179179
- Users control via `is_enu` boolean flags and sign conventions
180180
- Vertical velocity: positive up in ENU, positive down in NED
@@ -253,3 +253,4 @@ When developing Free Core features, consider extensibility for future profession
253253
- Main branch for PRs: `main`
254254
- Create feature branches for development
255255
- Current focus: Implementing Free Core specification features for reproducible research simulations
256+
- When asked to execute on an issue or new high-level feature request, ask the user if this should be completed on the current branch or to create a new branch

0 commit comments

Comments
 (0)