NEXT_TASKS: record Pelotomaculum causal curation (#243) + Edison auth resolved#244
Merged
Merged
Conversation
… resolved Add CommunityMech:000190 to the causal-graph "done" list (~59/304), and replace the Edison-auth blocker note with the resolution: the .env key was refreshed and authenticates, but the shell profile's stale EDISON_PLATFORM_API_KEY still shadows/403s it, so run causal jobs with `env -u EDISON_PLATFORM_API_KEY` until that export is fixed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the project backlog notes in NEXT_TASKS.md to reflect completed causal-graph curation work for CommunityMech:000190 (#243) and to replace an Edison authentication “blocked” note with the documented resolution and a configuration gotcha.
Changes:
- Added
CommunityMech:000190/Pelotomaculum_Methanocella_Propionate_RNASeq_Cocultureto the “Done so far” causal-graph list and updated the progress count (~58 → ~59 / 304). - Replaced the Edison-auth blocker note with a “resolved” note, documenting why an exported
EDISON_PLATFORM_API_KEYcan shadow.envloading.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+356
to
+357
| until that profile export is updated/removed, or add the good key to `.env` as | ||
| `EDISON_PLATFORM_API_KEY=`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doc-only backlog reconciliation:
CommunityMech:000190(Pelotomaculum-Methanocella propionate syntrophy) to the causal-graph "done so far" list (Pelotomaculum-Methanocella propionate syntrophy: curate causal graph #243); count ~58 → ~59 / 304..envEDISON_API_KEYwas refreshed and authenticates (HTTP 200). Documents the config gotcha — the shell profile's staleEDISON_PLATFORM_API_KEYshadows.env(load_dotenvdoesn't override exported vars) and still 403s, so causal jobs must run withenv -u EDISON_PLATFORM_API_KEYuntil that export is fixed.🤖 Generated with Claude Code