Skip to content

Commit 9ad5739

Browse files
committed
feat: add amp code config
1 parent 979a543 commit 9ad5739

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/cli/src/util/env.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export const ENVIRONMENT_DEFINITIONS: Record<EnvironmentCode, EnvironmentDefinit
5858
name: 'AMP',
5959
contextFileName: 'AGENTS.md',
6060
commandPath: '.agents/commands',
61+
skillPath: '.agents/skills',
62+
globalSkillPath: '.config/agents/skills',
6163
},
6264
opencode: {
6365
code: 'opencode',

0 commit comments

Comments
 (0)