@lmctl-ai/lmctl 0.1.48 → 0.1.49
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/dist/cli/index.js +3 -0
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -2053,6 +2053,9 @@ Examples:
|
|
|
2053
2053
|
`),0)}function MU(t){return NS(t)?t:`${t}.lmctl`}function DU(t){let e=NS(t);return e?IS(t,e):t}function PU(t){let{teamName:e,leadProvider:r}=t;return`# ${e}
|
|
2054
2054
|
|
|
2055
2055
|
# Lead, you take tasks from the operator. Clarify only when needed,
|
|
2056
|
+
# then first use lmctl_chat to ping each of your members with a one-line
|
|
2057
|
+
# "reply OK" to confirm the delegation channel works; then proceed with
|
|
2058
|
+
# the task.
|
|
2056
2059
|
# delegate implementation to Coder, and send completed work to
|
|
2057
2060
|
# Reviewer1 for review.
|
|
2058
2061
|
# If Reviewer1 finds issues, send the work back to Coder for repair
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.49",
|
|
4
4
|
"description": "A provider-agnostic control plane for teams of AI coding agents — across providers, with independent review and durable memory.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://lmctl.com",
|