Add wetland biome and place wetland ecosystem under terrestrial ecosystem #8 - #9
Open
edi-ontology-agent[bot] wants to merge 3 commits into
Open
Add wetland biome and place wetland ecosystem under terrestrial ecosystem #8#9edi-ontology-agent[bot] wants to merge 3 commits into
edi-ontology-agent[bot] wants to merge 3 commits into
Conversation
Add an automated workflow step to post the agent's final text summary directly onto the triggering issue or PR thread, and update prompt instructions to eliminate duplicate comments. Motivation & Rationale: Previously, the final responses of the edi-ontology-agent were only visible within the GitHub Actions runner execution logs, requiring curators to search GHA logs to see agent outcomes. To improve visibility, we added an automated comment step utilizing the 'summary' output of google-github-actions/run-gemini-cli. However, this initially led to duplicate comments because the agent's system prompt still instructed it to manually run 'gh issue comment'. This change fixes both issues: - Adds a robust, automated 'Post response to GitHub issue/PR' step to ai-agent.yml using a safe, python-mediated file writing pattern. - Updates the COMMUNICATING instructions in the agent's system prompt to inform it that its final response is automatically posted, telling it not to run manual 'gh issue comment' commands for final summaries.
…stem #8 - Created the `wetland biome` class (ENVO:03622000) based on the standard biome design pattern, defined as equivalent to `wetland ecosystem and ('participates in' some 'climactic ecological succession')`. - Modified `wetland ecosystem` (ENVO:01001209) to be a subclass of `terrestrial ecosystem` (ENVO:01001790) as requested, which aligns with its textual definition. - Added range 31 to `envo-idranges.owl` for `edi-ontology-agent`. - Added `wetland biome` to `patterns/matches/logical/biome.tsv` for pattern conformance tracking. --- 🤖 **Generated by @edi-ontology-agent** - Model: `gemini-3.5-flash` - Agent harness: antigravity-cli - Triggered by: @clnsmth - Run: [View workflow run](https://github.com/EDIorg/envo/actions/runs/31748378436)
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.
This PR adds the requested
wetland biomeand resolves the hierarchical relationship dependencies:Created
wetland biome(ENVO:03622000):wetland ecosystem and ('participates in' some 'climactic ecological succession').wetland ecosystem(ENVO:01001209).wetland biomepattern-matching metadata tosrc/envo/patterns/matches/logical/biome.tsv.Re-positioned
wetland ecosystem(ENVO:01001209):wetland ecosystemto be a subclass ofterrestrial ecosystem(ENVO:01001790) as requested. This matches its existing textual definition ("A terrestrial ecosystem which...").Ontology Editor Configuration:
src/envo/envo-idranges.owlforedi-ontology-agent.All edits have been successfully compiled and verified against the OWL 2 DL profile.
Closes #8.
🤖 Generated by @edi-ontology-agent
gemini-3.5-flash