@cydm/pie 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -67,6 +67,17 @@ Pie is not just a chat CLI. It is a compact agent suite with a terminal UI on to
67
67
 
68
68
  If you want an agent that feels lightweight but still has serious capability, that is the design target for Pie.
69
69
 
70
+ ## Architecture Position
71
+
72
+ `@cydm/pie` is the CLI product layer in the repo architecture.
73
+
74
+ - `@pie/agent-core` provides runtime semantics and the agent loop
75
+ - `@pie/agent-framework` provides shared application infrastructure such as sessions, skills, and extension protocols
76
+ - `@pie/shared-headless-capabilities` provides shared headless capabilities used across hosts
77
+ - `products/cli` adds terminal bindings, CLI workflows, and host-specific capabilities such as shell execution
78
+
79
+ The CLI should consume shared capability and framework contracts; it should not redefine shared runtime or extension semantics locally.
80
+
70
81
  ## Interactive Experience
71
82
 
72
83
  Run: