Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your-stack>.palantirfoundry.com`
- `COMPUTE_MODULE_RID=ri.foundry.main.deployed-app.<uuid>`
- `FOUNDRY_REPOSITORY=<artifact-repository-name>`
- `FOUNDRY_PROJECT_PATH=/<project>/<folder>/<repo>`

## Contract Definition (Final)

Expand Down
12 changes: 7 additions & 5 deletions docs/foundry-openapi-runbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<your-stack>.palantirfoundry.com`
- `COMPUTE_MODULE_RID=ri.foundry.main.deployed-app.<uuid>`
- `FOUNDRY_REPOSITORY=<artifact-repository-name>`
- `FOUNDRY_PROJECT_PATH=/<project>/<folder>/<repo>`

## Image Naming Contract

Expand Down