Skip to content

Commit 27ddbd2

Browse files
committed
Agent instructions
1 parent c900f2e commit 27ddbd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Context for agentic coding tools. Read this before making any changes to the cod
44

55
---
66

7+
## Git Policy
8+
9+
**Do not** stage (`git add`) or commit (`git commit`) changes. The developer manages all git operations manually. Git may be used in read-only mode for context (e.g. `git diff`, `git log`, `git status`).
10+
11+
---
12+
713
## What is this project?
814

915
Navigator is an open-source mapping library published to npm as [`@ogis/navigator`](https://www.npmjs.com/package/@ogis/navigator). It wraps [MapLibre GL JS](https://maplibre.org/) and [Vue 3](https://vuejs.org/) into an embeddable map widget with a persistent UI layer. Consumers call `Navigator.init()` from a `<script type="module">` tag.

0 commit comments

Comments
 (0)