Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 2, 2025

Restructures repository to match the canonical fz-Model template conventions for consistency across Funz plugin ecosystem.

Changes

Directory structure

  • t2d_breach.cas/examples/Telemac/t2d_breach.cas/
  • Added tests/ with validation suite
  • Added .github/workflows/ with CI pipeline

File naming

  • .fz/calculators/localhost.json.fz/calculators/localhost_Telemac.json

New files

  • LICENSE - BSD 3-Clause
  • tests/test_plugin.py - JSON, shell script, and structure validation
  • .github/workflows/ci.yml - Automated testing workflow
  • example_usage.ipynb - Usage demonstration notebook

Updates

  • .gitignore - Simplified to match template
  • README.md - Updated all paths and references

Usage

Before:

fz.fzr(input_path="t2d_breach.cas/", 
       calculators="localhost", ...)

After:

fz.fzr(input_path="examples/Telemac/t2d_breach.cas/", 
       calculators="localhost_Telemac", ...)

All Telemac-specific functionality preserved. Repository now follows same conventions as other fz plugins.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com//advisories
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

try mimic as possible the generic plugin template repo : funz/fz-Model


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: yannrichet-asnr <148193180+yannrichet-asnr@users.noreply.github.com>
Copilot AI changed the title [WIP] Try to mimic the generic plugin template Align fz-telemac with fz-Model plugin template structure Dec 2, 2025
Copilot AI requested a review from yannrichet-asnr December 2, 2025 19:42
@yannrichet-asnr yannrichet-asnr marked this pull request as ready for review December 2, 2025 20:22
@yannrichet-asnr yannrichet-asnr merged commit 28bc364 into main Dec 2, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants