Skip to content

Commit ef8fe56

Browse files
committed
Remove internal repo reference; add harness-cache gitignore
CHANGELOG.md: drop "(copied from flashalpha-api)" note that referenced the internal monorepo name. .gitignore: add cross-ecosystem harness-cache patterns (.dotnet/, .gocache/, .gopath/, .m2/, .review-artifacts/, .agent-tools/) so sandbox/agent runners can't accidentally land toolchain caches in git regardless of the package's primary language.
1 parent 698b267 commit ef8fe56

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,11 @@ cython_debug/
211211
marimo/_static/
212212
marimo/_lsp/
213213
__marimo__/
214+
215+
# Sandbox / agent / harness caches (cross-ecosystem — defensive)
216+
.dotnet/
217+
.gocache/
218+
.gopath/
219+
.m2/
220+
.review-artifacts/
221+
.agent-tools/

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
### Added
6-
- `docs/api.md` — full endpoint reference, URL-prefix table, response schemas, and sample JSON for every endpoint (copied from flashalpha-api)
6+
- `docs/api.md` — full endpoint reference, URL-prefix table, response schemas, and sample JSON for every endpoint
77
- 17 integration regression tests (`tests/test_integration.py`) guarding against response-shape and URL-pattern regressions reported by Alpha users:
88
- Nested VRP response (`vrp.z_score`, `gex_conditioned.harvest_score`, `regime.net_gex`, `directional.*`)
99
- `exposure_summary` nesting (`exposures.net_gex`)

0 commit comments

Comments
 (0)