Skip to content

Commit 4e29747

Browse files
authored
Merge pull request #14 from OpenPlainsInc/agent-context
Agent context
2 parents e7ae80b + 168c27a commit 4e29747

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,6 @@ target/
6464

6565
#Ipython Notebook
6666
.ipynb_checkpoints
67+
68+
# private Claude context
69+
CLAUDE.local.md

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
44

5+
## Status (July 2026)
6+
7+
Actively maintained: auto-regen CI, OIDC PyPI publishing, consumed by `django-actinia`. One caveat: `UPSTREAM.md` tracks the upstream actinia-core version and says it is updated automatically by the `release-on-actinia` workflow, but its version cell still reads "(not yet regenerated by automation)", so the automated regeneration has not yet run end-to-end; verify before relying on it.
8+
59
## What this repository is
610

711
A Python client SDK for the **actinia** REST API (the GRASS REST API for scalable, distributed geospatial processing). The package name is `actinia_openapi_python_client`.

0 commit comments

Comments
 (0)