Skip to content

Commit 0ac7301

Browse files
authored
fix: Agent skills readme (#446)
* fix: remove the 'for humans' section with incorrect links * bump CLI to 1.47.2
1 parent fe5bba5 commit 0ac7301

2 files changed

Lines changed: 1 addition & 15 deletions

File tree

.agents/skills/polylith/README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,3 @@
2020
| [Check](./polylith-check/SKILL.md) | `poly check` | Validate the workspace (CI gate; exits 1 on failure). |
2121
| [Libs](./polylith-libs/SKILL.md) | `poly libs` | Inspect third-party libraries per project. |
2222
| [Concepts](./polylith-concepts/SKILL.md) || Provides foundational knowledge about Polylith architecture and terminology. |
23-
24-
---
25-
26-
## For humans — getting started
27-
28-
1. **Set up the workspace**[Workspace Setup](./workspace_setup/SKILL.md).
29-
2. **Understand the basics**[Concepts](./concepts/SKILL.md).
30-
3. **Create bricks**[Component Creation](./component_creation/SKILL.md) and [Base Creation](./base_creation/SKILL.md).
31-
4. **Create deployable projects**[Project Management](./project_management/SKILL.md).
32-
5. **Remove bricks safely**[Brick Removal](./brick_removal/SKILL.md).
33-
6. **Sync brick usage**[Sync](./sync/SKILL.md).
34-
7. **Inspect**[Workspace Inspection](./workspace_inspection/SKILL.md) (brick × project) and [Dependency Visualization](./dependency_visualization/SKILL.md) (brick × brick).
35-
8. **Validate**[Check](./check/SKILL.md) (CI gate) and [Libs](./libs/SKILL.md) (library inspection).
36-
9. **Diff between releases**[Diff](./diff/SKILL.md) and [Testing](./testing/SKILL.md).

projects/polylith_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "polylith-cli"
3-
version = "1.47.1"
3+
version = "1.47.2"
44
description = "Python tooling support for the Polylith Architecture"
55
authors = ['David Vujic']
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"

0 commit comments

Comments
 (0)