File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " polylith-cli"
3- version = " 1.47.1 "
3+ version = " 1.47.2 "
44description = " Python tooling support for the Polylith Architecture"
55authors = [' David Vujic' ]
66homepage = " https://davidvujic.github.io/python-polylith-docs/"
You can’t perform that action at this time.
0 commit comments