@openthink/team 0.0.8 → 0.0.9
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/index.js +15 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1929,6 +1929,20 @@ repos: []
|
|
|
1929
1929
|
# ${id}
|
|
1930
1930
|
|
|
1931
1931
|
<!-- Canonical design doc for this project. Tickets reference this project via \`project: ${id}\` in their frontmatter. The role-pipeline auto-loads this README into the spawned agent's context, so anything authoritative about the project's architecture, scope, naming, or defaults belongs here. -->
|
|
1932
|
+
|
|
1933
|
+
## Tickets
|
|
1934
|
+
|
|
1935
|
+
For the live ticket list, run:
|
|
1936
|
+
|
|
1937
|
+
\`\`\`sh
|
|
1938
|
+
oteam project show ${id} --tickets
|
|
1939
|
+
\`\`\`
|
|
1940
|
+
|
|
1941
|
+
Tickets are not stored inside this folder \u2014 they live in \`<vault>/tickets/<state>/\` and reference this project via frontmatter \`project: ${id}\`.
|
|
1942
|
+
|
|
1943
|
+
### Notable shipped milestones (drift expected)
|
|
1944
|
+
|
|
1945
|
+
<!-- Hand-maintained narrative entries for shipped work worth calling out. The \`oteam project show ${id} --tickets\` command above is the canonical source of truth for the ticket list \u2014 keep entries here to short, durable highlights, and accept that this subsection will drift. -->
|
|
1932
1946
|
`;
|
|
1933
1947
|
}
|
|
1934
1948
|
|
|
@@ -3058,7 +3072,7 @@ function readMonitoredOrgsFromEnv() {
|
|
|
3058
3072
|
// package.json
|
|
3059
3073
|
var package_default = {
|
|
3060
3074
|
name: "@openthink/team",
|
|
3061
|
-
version: "0.0.
|
|
3075
|
+
version: "0.0.9",
|
|
3062
3076
|
type: "module",
|
|
3063
3077
|
description: "Source-agnostic vault-driven role pipeline for spawning Claude agents against tickets",
|
|
3064
3078
|
bin: {
|