Skip to content

Commit 74c716a

Browse files
committed
docs(agents): support local agent instructions
1 parent ee1cc74 commit 74c716a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ wheels/
1313
.vscode
1414
.env
1515
.env.local
16+
AGENTS.local
1617
/tests_local
1718
uv.toml
1819
.idea/*

AGENTS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This file is the root guidance for AI agents working in this repository. It is i
44
Pythinker sessions via `PYTHINKER_AGENTS_MD`; keep it durable, portable, and focused on rules
55
that should apply across many tasks.
66

7+
## Local-only instructions
8+
9+
If `AGENTS.local` exists at the repository root, read it after this file for machine-specific or
10+
private local instructions. `AGENTS.local` is intentionally gitignored; do not commit it or copy its
11+
contents into tracked files. Local instructions may add workflow details, but they must not weaken
12+
or override this repository's non-negotiable rules.
13+
714
## Mission
815

916
Pythinker CLI is a Python CLI agent for software engineering workflows. It supports an

0 commit comments

Comments
 (0)