Skip to content

Add .github/copilot-instructions.md for Copilot cloud agent onboarding#23

Merged
qiongL910 merged 1 commit into
mainfrom
copilot/add-copilot-instructions-file
May 28, 2026
Merged

Add .github/copilot-instructions.md for Copilot cloud agent onboarding#23
qiongL910 merged 1 commit into
mainfrom
copilot/add-copilot-instructions-file

Conversation

Copilot AI commented May 28, 2026

Copy link
Copy Markdown
Contributor

Adds .github/copilot-instructions.md so the Copilot cloud agent can orient itself to this repo without exploratory overhead.

Contents

  • Architecture — role of ModelParser / Validator / Loader / utils, instantiation signatures, and key method inventory
  • TSV conventionstype column, guid field, relationship column pattern (<node>.<key_prop>), ; delimiter for list-type and multi-parent fields, subgraph column semantics
  • MDF / bento-mdf — model YAML pair structure, pinned bento-mdf==0.13.1, runtime model download via libs/prefect-toolkit
  • Prefect workflows — all seven deployed flows, submodule-clone-at-runtime pattern, work pool, dual logging (Prefect UI + S3-uploaded log file)
  • AWS — Secrets Manager for DB credentials, S3 for data in/out, LocalStack support via LOCALSTACK_ENDPOINT_URL
  • Testingunittest + pytest from repo root, mock patterns, conditions under which tests skip
  • Known pitfalls — submodule not initialized, fragile relative sys.path injection in workflow files, bento-mdf version lock, no installed package (src is always path-injected)

@qiongL910 qiongL910 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

This comment was marked as duplicate.

@svburke svburke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@svburke svburke marked this pull request as ready for review May 28, 2026 19:44
@qiongL910 qiongL910 merged commit 67f2f3f into main May 28, 2026
2 of 4 checks passed
@qiongL910 qiongL910 deleted the copilot/add-copilot-instructions-file branch May 28, 2026 19:46
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.

4 participants