From 9bb1e076c376dbec7a8ed1aaf5bcfb09b486f477 Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Tue, 28 Apr 2026 15:06:05 -0400 Subject: [PATCH 1/2] docs: clarify uv lockfile guidance --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 018cb6d..1bbc337 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -20,7 +20,7 @@ This repository is maintained as a careful, community-oriented Python client for - Use `pyproject.toml` as the project source of truth. - Use `uv` for local development, dependency locking, testing, and builds. -- Keep `uv.lock` committed for reproducible development and CI once `uv` is introduced. +- Keep `uv.lock` committed for reproducible development and CI. - Preserve the `printnode_community` import path unless a breaking-change pull request explicitly changes it. - Prefer modern Python packaging practices while avoiding unnecessary rewrites. From 67aceb42ce8ecba02e1f669298627fd88873787e Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Tue, 28 Apr 2026 15:17:47 -0400 Subject: [PATCH 2/2] docs: trim generic agent notes --- AGENTS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1bbc337..f7d6937 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -68,10 +68,6 @@ If a command cannot be run locally, mention why in the pull request body. ## Code Agent Notes -- Use `rg` or `fd` for searching. -- Use `apply_patch` for file edits. -- Do not overwrite user changes. -- Do not run destructive git commands. - Prefer pull-request-backed work and summarize verification clearly. - Keep changes boring, reviewable, and well-tested. - Update the durable stewardship plan at `~/.codex/plans/printnode-python-stewardship.md` when major phases start, finish, or change.