Daniel Meppiel
Daniel Meppiel
@timrogers , does that mean that using a [User Delegation SAS](https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas) would be technically feasible? In other words: 1. [Generate the migration archives manually](https://docs.github.com/en/[email protected]/admin/user-management/migrating-data-to-and-from-your-enterprise/exporting-migration-data-from-your-enterprise) with `ghe-migrator` 2. Upload them to...
Same here, happy to test @jadb
Hi @simonw does that mean that you plan to implement MCP Client capabilities as a plugin? Is there any issue to track that work, any planned design? Would love to...
VSCode / GitHub Copilot is an example of modularization as well: You can have any number of `.github/instructions/*.instructions.md` which already support `applyTo` in the frontmatter ([docs here](https://code.visualstudio.com/docs/copilot/copilot-customization?wt.md_id=AZ-MVP-5004796#_use-instructionsmd-files)). Matching patterns like...
Hi folks, I am proposing a paradigm / tooling to handle this called Agent Package Manager. It basically builds on what we are raising here. Have a look at https://github.com/danielmeppiel/apm...
@malhashemi OpenCode and Claude Code both support the Agents.md standard. APM just allows teams to dynamically generate the Agents.md nested hierarchy for their project out of context packages. Coding agents...