From b4654617df5c793a8d3c5a28e921774ec9796e21 Mon Sep 17 00:00:00 2001 From: Anand Pant Date: Sun, 15 Feb 2026 11:36:07 -0600 Subject: [PATCH] Remove hardcoded Foundry instance identifiers Replace enrollment-specific URLs/RIDs/paths in docs with placeholders so the repo can be reused across stacks without leaking internal instance details. --- TODO.md | 12 +++++++----- docs/foundry-openapi-runbook.md | 12 +++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/TODO.md b/TODO.md index f334b14..08c08c8 100644 --- a/TODO.md +++ b/TODO.md @@ -14,12 +14,14 @@ - [ ] H3 Approve/configure OpenRouter egress + secret wiring - [ ] H4 Final acceptance smoke test in Foundry -## Locked Identifiers +## Targets (Fill In) -- `FOUNDRY_URL=https://23dimethyl.usw-3.palantirfoundry.com` -- `COMPUTE_MODULE_RID=ri.foundry.main.deployed-app.72637ae9-ceb5-4fdc-890f-10fdbfe72db0` -- `FOUNDRY_REPOSITORY=pharma-classifier-dspy` -- `FOUNDRY_PROJECT_PATH=/23dimethyl-7809be/Open Ontology (ontologydev.com)/tutorials/dspy-reference-examples` +Replace these with values from your Foundry enrollment: + +- `FOUNDRY_URL=https://.palantirfoundry.com` +- `COMPUTE_MODULE_RID=ri.foundry.main.deployed-app.` +- `FOUNDRY_REPOSITORY=` +- `FOUNDRY_PROJECT_PATH=///` ## Contract Definition (Final) diff --git a/docs/foundry-openapi-runbook.md b/docs/foundry-openapi-runbook.md index 41bf10e..746953f 100644 --- a/docs/foundry-openapi-runbook.md +++ b/docs/foundry-openapi-runbook.md @@ -4,12 +4,14 @@ This runbook captures the full M1-M7 flow for the FastAPI compute module import For the conceptual overview and screenshots of the import UX, see `docs/foundry-auto-deploy.md`. -## Locked Targets +## Targets (Fill In) -- `FOUNDRY_URL=https://23dimethyl.usw-3.palantirfoundry.com` -- `COMPUTE_MODULE_RID=ri.foundry.main.deployed-app.72637ae9-ceb5-4fdc-890f-10fdbfe72db0` -- `FOUNDRY_REPOSITORY=pharma-classifier-dspy` -- `FOUNDRY_PROJECT_PATH=/23dimethyl-7809be/Open Ontology (ontologydev.com)/tutorials/dspy-reference-examples` +Replace these with values from your Foundry enrollment: + +- `FOUNDRY_URL=https://.palantirfoundry.com` +- `COMPUTE_MODULE_RID=ri.foundry.main.deployed-app.` +- `FOUNDRY_REPOSITORY=` +- `FOUNDRY_PROJECT_PATH=///` ## Image Naming Contract