From ab43dc9a01bf60edd7243cca44964948a53af90a Mon Sep 17 00:00:00 2001 From: cwhite911 Date: Fri, 24 Jul 2026 22:07:55 -0400 Subject: [PATCH] Update agent context --- .gitignore | 3 +++ CLAUDE.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 43995bd..76535d3 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,6 @@ target/ #Ipython Notebook .ipynb_checkpoints + +# private Claude context +CLAUDE.local.md diff --git a/CLAUDE.md b/CLAUDE.md index 4ab89cd..9c90bdb 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,6 +2,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. +## Status (July 2026) + +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. + ## What this repository is 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`.