feat: Add Amp rule profile with AGENT.md and MCP config (#973)

* Amp profile + tests

* generatlize to Agent instead of Claude Code to support any agent

* add changeset

* unnecessary tab formatting

* fix exports

* fix formatting
This commit is contained in:
Joe Danziger
2025-07-16 08:44:37 -04:00
committed by GitHub
parent c3272736fb
commit 6d05e8622c
10 changed files with 958 additions and 10 deletions

View File

@@ -180,6 +180,11 @@ describe('Rule Transformer - General', () => {
it('should have correct MCP configuration for each profile', () => {
const expectedConfigs = {
amp: {
mcpConfig: true,
mcpConfigName: 'settings.json',
expectedPath: '.vscode/settings.json'
},
claude: {
mcpConfig: true,
mcpConfigName: '.mcp.json',