From 4d29ed84821df4f6048523b74578df24494f10bf Mon Sep 17 00:00:00 2001 From: James Ross Date: Mon, 13 Jul 2026 08:21:27 -0700 Subject: [PATCH 1/2] chore: stop tracking local agent state --- .codex/EVENT_LOG.md | 11 ----------- .codex/environments/environment.toml | 8 -------- .gitignore | 2 +- 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .codex/EVENT_LOG.md delete mode 100644 .codex/environments/environment.toml diff --git a/.codex/EVENT_LOG.md b/.codex/EVENT_LOG.md deleted file mode 100644 index 9b2cbc23..00000000 --- a/.codex/EVENT_LOG.md +++ /dev/null @@ -1,11 +0,0 @@ - - - -2026-04-16T13:40:12Z | context | Stopped using codex-think; using local .codex event log instead. User asked what replaceRangeAsTick in Echo is doing. -2026-04-16T13:44:15Z | correction | User correctly objected to jedit-specific binders in warp-core production API. Investigating usages before removing them from public/runtime surface. -2026-04-16T13:48:19Z | correction | Removed jedit-specific binder DTOs/functions from warp-core public surface; left them test-only; ignored .codex in echo. Commit 7aaafdb. -2026-04-16T14:47:00Z | progress | Recorded Echo host-surface blocker for jedit hot-text runtime integration. - -- 2026-04-16: Locked in generic Observer API / ObserverPlan doctrine for Echo, added design note 0013, and reframed the jedit optic handoff backlog around compiled observer plans. - 2026-04-18T13:40:00Z | branch-cleanup | Deleted approved remote perf baseline branches `chore/perf-baseline-*` from echo. - 2026-04-18T13:47:30Z | ci | Disabled the perf baseline auto-update workflow and documented that `perf-baseline.json` updates are now manual; merged via PR #317 to origin/main. diff --git a/.codex/environments/environment.toml b/.codex/environments/environment.toml deleted file mode 100644 index 0d37e8d5..00000000 --- a/.codex/environments/environment.toml +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-License-Identifier: Apache-2.0 -# © James Ross Ω FLYING•ROBOTS -# THIS IS AUTOGENERATED. DO NOT EDIT MANUALLY -version = 1 -name = "echo-docs" - -[setup] -script = "" diff --git a/.gitignore b/.gitignore index f674876e..603ba34c 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,7 @@ temp # Local caches .cache -.codex/ +/.codex/ artifacts/pr-review/ __pycache__/ *.pyc From c2afd3ca5b6266d091bb380601fac7237502d41e Mon Sep 17 00:00:00 2001 From: James Ross Date: Mon, 13 Jul 2026 11:44:12 -0700 Subject: [PATCH 2/2] chore: restore repository-wide agent state ignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 603ba34c..f674876e 100644 --- a/.gitignore +++ b/.gitignore @@ -44,7 +44,7 @@ temp # Local caches .cache -/.codex/ +.codex/ artifacts/pr-review/ __pycache__/ *.pyc