Skip to content

feat: add IDFA Financial Architect to business plugins catalog#1

Merged
mjunaidca merged 1 commit into
mainfrom
feat/add-idfa-plugin
Mar 5, 2026
Merged

feat: add IDFA Financial Architect to business plugins catalog#1
mjunaidca merged 1 commit into
mainfrom
feat/add-idfa-plugin

Conversation

@mjunaidca

Copy link
Copy Markdown
Collaborator

Summary

  • Moves the IDFA Financial Architect plugin from its standalone repo (panaversity/idfa-financial-architect) into the multi-plugin business catalog
  • All internal paths use relative traversal (Path(__file__).parent.parent) — zero path edits needed inside the plugin
  • Adds per-plugin CI workflows matching the islamic-finance pattern (evals on PR, zip packaging on release)

Changes

  • idfa-financial-architect/ — full plugin directory (skills, evals, tests, examples)
  • marketplace.json — added IDFA as second plugin entry
  • README.md — added IDFA to catalog table, download section, license note
  • .github/workflows/idfa-evals.yml — programmatic smoke test + structure validation on PRs
  • .github/workflows/idfa-release.yml — zip packaging + GitHub Releases on idfa-v* tags
  • Removed standalone marketplace.json from IDFA's .claude-plugin/
  • Updated plugin.json repository URL to point to this repo
  • Updated IDFA README.md install instructions

Verification

# Programmatic eval passes (row insertion robustness — no agent needed)
cd idfa-financial-architect && uv run evals/run.py --case row_insertion_robust -v
# Result: 1/1 cases pass (100%)

# Plugin structure validated
# marketplace.json: 2 plugins in catalog
# No Apache license references in IDFA dir (it's Proprietary)

Post-merge

After this merges, archive panaversity/idfa-financial-architect with a README redirect.

- Copy IDFA plugin (skills, evals, tests, examples) into catalog
- Remove standalone marketplace.json (root catalog is source of truth)
- Update plugin.json repository URL to business-plugins repo
- Update IDFA README install instructions to use agentfactory-business
- Add idfa-evals.yml CI workflow (programmatic smoke test + structure validation)
- Add idfa-release.yml workflow (zip packaging + GitHub Releases)
- Update root marketplace.json with IDFA as second plugin entry
- Update root README with IDFA in catalog table and download section
- Add license note: individual plugins may have their own terms
@mjunaidca mjunaidca merged commit 1b881a9 into main Mar 5, 2026
1 check passed
@mjunaidca mjunaidca deleted the feat/add-idfa-plugin branch March 10, 2026 19:59
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.

1 participant