Skip to content

Commit fe5bba5

Browse files
authored
fix(CLI): Agent skills naming (#444)
* fix(CLI): rename agent skills folders to match the skill names * bump CLI to 1.47.1
1 parent c371bca commit fe5bba5

16 files changed

Lines changed: 14 additions & 14 deletions

File tree

.agents/skills/polylith/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77

88
| Skill | Command | Purpose |
99
|---------------------------|--------------------|----------------------------------------------------------------------------------------------------------|
10-
| [Workspace Setup](./workspace_setup/SKILL.md) | `poly create workspace` | Initialize a Polylith workspace (`workspace.toml`, top-level dirs). |
11-
| [Component Creation](./component_creation/SKILL.md) | `poly create component` | Create a reusable brick (business logic, domain, capability). |
12-
| [Base Creation](./base_creation/SKILL.md) | `poly create base` | Create an entry-point brick (HTTP API, CLI, Lambda handler). |
13-
| [Project Management](./project_management/SKILL.md) | `poly create project` | Create a deployable project that references bricks. |
14-
| [Brick Removal](./brick_removal/SKILL.md) || Safely delete a component or base (no `poly remove` exists). |
15-
| [Sync](./sync/SKILL.md) | `poly sync` | Update each project's brick list to match actual imports. |
16-
| [Workspace Inspection](./workspace_inspection/SKILL.md) | `poly info` | Show brick × project usage (which projects use which bricks). |
17-
| [Dependency Visualization](./dependency_visualization/SKILL.md) | `poly deps` | Show brick × brick dependencies and interface compliance. |
18-
| [Testing](./testing/SKILL.md) | `poly test diff` | List bricks/projects affected by **test-code** changes since a tag. |
19-
| [Diff](./diff/SKILL.md) | `poly diff` | List bricks whose **implementation** changed since a tag. |
20-
| [Check](./check/SKILL.md) | `poly check` | Validate the workspace (CI gate; exits 1 on failure). |
21-
| [Libs](./libs/SKILL.md) | `poly libs` | Inspect third-party libraries per project. |
22-
| [Concepts](./concepts/SKILL.md) || Provides foundational knowledge about Polylith architecture and terminology. |
10+
| [Workspace Setup](./polylith-workspace-setup/SKILL.md) | `poly create workspace` | Initialize a Polylith workspace (`workspace.toml`, top-level dirs). |
11+
| [Component Creation](./polylith-component-creation/SKILL.md) | `poly create component` | Create a reusable brick (business logic, domain, capability). |
12+
| [Base Creation](./polylith-base-creation/SKILL.md) | `poly create base` | Create an entry-point brick (HTTP API, CLI, Lambda handler). |
13+
| [Project Management](./polylith-project-management/SKILL.md) | `poly create project` | Create a deployable project that references bricks. |
14+
| [Brick Removal](./polylith-brick-removal/SKILL.md) || Safely delete a component or base (no `poly remove` exists). |
15+
| [Sync](./polylith-sync/SKILL.md) | `poly sync` | Update each project's brick list to match actual imports. |
16+
| [Workspace Inspection](./polylith-workspace-inspection/SKILL.md) | `poly info` | Show brick × project usage (which projects use which bricks). |
17+
| [Dependency Visualization](./polylith-dependency-visualization/SKILL.md) | `poly deps` | Show brick × brick dependencies and interface compliance. |
18+
| [Testing](./polylith-testing/SKILL.md) | `poly test diff` | List bricks/projects affected by **test-code** changes since a tag. |
19+
| [Diff](./polylith-diff/SKILL.md) | `poly diff` | List bricks whose **implementation** changed since a tag. |
20+
| [Check](./polylith-check/SKILL.md) | `poly check` | Validate the workspace (CI gate; exits 1 on failure). |
21+
| [Libs](./polylith-libs/SKILL.md) | `poly libs` | Inspect third-party libraries per project. |
22+
| [Concepts](./polylith-concepts/SKILL.md) || Provides foundational knowledge about Polylith architecture and terminology. |
2323

2424
---
2525

File renamed without changes.
File renamed without changes.
File renamed without changes.

.agents/skills/polylith/component_creation/SKILL.md renamed to .agents/skills/polylith/polylith-component-creation/SKILL.md

File renamed without changes.
File renamed without changes.

.agents/skills/polylith/dependency_management/SKILL.md renamed to .agents/skills/polylith/polylith-dependency-management/SKILL.md

File renamed without changes.

.agents/skills/polylith/dependency_visualization/SKILL.md renamed to .agents/skills/polylith/polylith-dependency-visualization/SKILL.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)