Commit Graph

13 Commits

Author SHA1 Message Date
Fran Algaba fa20ce9e63 Mitigate axios supply-chain compromise (#82)
* Mitigate axios supply-chain compromise (CVE-2026-03-31)

Pin axios to 1.13.5 via overrides to prevent resolution of compromised
1.14.1/0.30.4 versions. Add bunfig.toml with minimumReleaseAge=604800
(7 days) and .npmrc min-release-age=7 as defense-in-depth against
future supply-chain attacks.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add changeset for axios supply-chain mitigation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 10:58:59 +02:00
Fran Algaba 3e9927097c Upgrade all package dependencies to latest versions (#50) 2026-03-23 16:40:42 +01:00
Fran Algaba 0e628ec1eb Refactor CLI experience. Added across venue. Add more actions in Morpho (#46) 2026-03-23 11:22:39 +01:00
Fran Algaba cd9f40b354 Venues consolidation and incur framework (#44)
* Incur as cli framework. Refactor venue package
* Improved token resolution in venues
2026-03-18 16:39:40 +01:00
Fran Algaba 223cefa9ff Added Polymarket support. Added setup command (#34) 2026-02-26 17:05:39 +01:00
Fran Algaba 611b2ca169 Improved venue safety and UX across compile-time checks, runtime constraint handling, adapter behavior, and CLI diagnostics. (#32) 2026-02-21 14:49:23 +01:00
Fran Algaba 7df23a47d9 add Yellow + LI.FI multi-track support with ENS hydration and e2e demo runbook (#12)
* Add impl plan for defihack

* add Yellow + LI.FI multi-track support with ENS hydration and e2e demo runbook

  - implement end-to-end custom action support in compiler, IR generation, runtime action resolution, and executor routing
  - add new offchain venue adapters:  and , and register/export them in
  - add adapter test suites for Yellow session lifecycle and LI.FI swap/bridge/compose_execute flows
  - add LI.FI compose_execute safety guard: enforce  unless explicit override is set
  - add CLI ENS profile hydration (, ) for  and
  - clamp ENS-hydrated  to safe bounds (0..500) in
  - remove unused/dead ENS helper surface
  - add DefiHack demo spells and prompt-first README runbook (VM rehearsal + deterministic CLI e2e)
  - update README and reference docs for new venues and CLI flags

* Add changeset

* Remove unused docs
2026-02-08 15:43:35 +01:00
Fran Algaba 15c805b06a auto advisory by model config, OAuth guidance, record/replay flow (#7)
* auto advisory by model config, OAuth guidance, record/replay flow

* add changeset for release
2026-02-06 21:44:33 +01:00
Fran Algaba 579fc1e267 move packages to @grimoirelabs scope
- rename package names/imports/docs/scripts to @grimoirelabs/*
  - keep CLI bin name as grimoire
  - update publish docs for new scope
  - fix formatting in venue tests
2026-02-03 16:37:39 +01:00
Fran Algaba 9f6c2975f9 add Node compatibility, release workflow, and docs/skills updates
- add Node fallbacks/build outputs for core/cli/venues and update package exports
  - add changesets + CI release workflow with provenance
  - document manual 0.1.0 publish, add CONTRIBUTING and CHANGELOG
  - refresh AGENTS.md and skills inventory; remove dev-only skills!
2026-02-03 16:18:35 +01:00
Fran Algaba c2af926a9c Fix venue adapters, add test runner resilience, update docs
- Aave V3: fix GraphQL field names (sender), split amount formats
  - Morpho Blue: add default Base markets, fix multi-match resolution
  - Across: increase bridge amounts to meet minimums
  - Test runner: add --start-phase, --recover, checkpoint tracking
  - Clean up redundant spell files
2026-02-02 17:10:10 +01:00
Fran Algaba 44c6b37617 Added venues. Added cli for each. Improved reliability. Added docs. More examples 2026-01-29 23:52:11 +01:00
Fran Algaba b3c7174233 initial commit 2026-01-29 13:29:20 +01:00