From 72c8470676181ce9ea52fdd30c78268cecaaca5e Mon Sep 17 00:00:00 2001 From: David Vujic Date: Wed, 6 May 2026 22:36:00 +0200 Subject: [PATCH 1/2] fix: remove the 'for humans' section with incorrect links --- .agents/skills/polylith/README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.agents/skills/polylith/README.md b/.agents/skills/polylith/README.md index 464740a7..438db3da 100644 --- a/.agents/skills/polylith/README.md +++ b/.agents/skills/polylith/README.md @@ -20,17 +20,3 @@ | [Check](./polylith-check/SKILL.md) | `poly check` | Validate the workspace (CI gate; exits 1 on failure). | | [Libs](./polylith-libs/SKILL.md) | `poly libs` | Inspect third-party libraries per project. | | [Concepts](./polylith-concepts/SKILL.md) | — | Provides foundational knowledge about Polylith architecture and terminology. | - ---- - -## For humans — getting started - -1. **Set up the workspace** — [Workspace Setup](./workspace_setup/SKILL.md). -2. **Understand the basics** — [Concepts](./concepts/SKILL.md). -3. **Create bricks** — [Component Creation](./component_creation/SKILL.md) and [Base Creation](./base_creation/SKILL.md). -4. **Create deployable projects** — [Project Management](./project_management/SKILL.md). -5. **Remove bricks safely** — [Brick Removal](./brick_removal/SKILL.md). -6. **Sync brick usage** — [Sync](./sync/SKILL.md). -7. **Inspect** — [Workspace Inspection](./workspace_inspection/SKILL.md) (brick × project) and [Dependency Visualization](./dependency_visualization/SKILL.md) (brick × brick). -8. **Validate** — [Check](./check/SKILL.md) (CI gate) and [Libs](./libs/SKILL.md) (library inspection). -9. **Diff between releases** — [Diff](./diff/SKILL.md) and [Testing](./testing/SKILL.md). From 8d820f89d353d54f770f5825f1f014a9b3b63d20 Mon Sep 17 00:00:00 2001 From: David Vujic Date: Wed, 6 May 2026 22:36:28 +0200 Subject: [PATCH 2/2] bump CLI to 1.47.2 --- projects/polylith_cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/polylith_cli/pyproject.toml b/projects/polylith_cli/pyproject.toml index 6c53a4ea..464b1bf7 100644 --- a/projects/polylith_cli/pyproject.toml +++ b/projects/polylith_cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "polylith-cli" -version = "1.47.1" +version = "1.47.2" description = "Python tooling support for the Polylith Architecture" authors = ['David Vujic'] homepage = "https://davidvujic.github.io/python-polylith-docs/"