Matthew Bain
Matthew Bain
Tasks required to get calm-hub and calm-cli to a v1 standard
## Bug Report ### Steps to Reproduce: Renovatebot mistakenly thinks the CALM CLI project is https://www.npmjs.com/package/cli and raises security alerts - https://www.npmjs.com/package/cli ### Expected Result: Renovatebot should not attempt to...
Addresses #1437 ## Type of Change - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [x] ✨ New feature (non-breaking change which adds functionality) - [...
## Summary Enable users to capture business flows independently of the logical architecture, allowing a "flow-first" modelling approach where business processes are defined before the technical architecture is designed around...
## Summary Enable organisations to extend CALM schemas with their own specific requirements (e.g., firm-specific inventory IDs, risk attributes) without needing to fork or replace the entire schema hierarchy from...
## Bug Report ### Steps to Reproduce: 1. Checkout https://github.com/rocketstack-matt/codegen_sandbox/tree/feedback 2. `calm docify -a experimental-aigf-embedded-controls-enterprise-mcp-reference.calm.json -u file-mappings.json -o website` 3. `cd website && npm install && npm run start` 4....
To enable self-hosted mode we need to publish the calm-hub JAR to Maven Central. Pre-requisites documented here - https://community.finos.org/docs/development-infrastructure/continuous-integration/java#artifact-publishing
## Bug Report I have an architecture representing a three-tier webapp. There are three logical tiers represented as composed-of relationships. When the web-tier has a connects relationship to the internal-lb...