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:
committed by
Ralph Khreish
parent
8774e7d5ae
commit
6c5e0f97f8
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user