@fro.bot/systematic 3.14.1 → 3.14.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fro.bot/systematic",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.3",
|
|
4
4
|
"description": "Compound-engineering loops for OpenCode, Pi, and Claude Code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://fro.bot/systematic",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@biomejs/biome": "2.5.9",
|
|
97
97
|
"@earendil-works/pi-coding-agent": "0.83.0",
|
|
98
|
-
"@opencode-ai/plugin": "1.18.
|
|
99
|
-
"@opencode-ai/sdk": "1.18.
|
|
98
|
+
"@opencode-ai/plugin": "1.18.21",
|
|
99
|
+
"@opencode-ai/sdk": "1.18.21",
|
|
100
100
|
"@semantic-release/exec": "7.1.0",
|
|
101
101
|
"@tintinweb/pi-subagents": "0.14.3",
|
|
102
102
|
"@types/bun": "latest",
|
package/skills/ce-plan/SKILL.md
CHANGED
|
@@ -514,7 +514,7 @@ title: [Plan Title]
|
|
|
514
514
|
type: [feat|fix|refactor]
|
|
515
515
|
status: active
|
|
516
516
|
date: YYYY-MM-DD
|
|
517
|
-
origin: docs/brainstorms/YYYY-MM-DD-<topic>-requirements.md # include when planning from a requirements doc
|
|
517
|
+
origin: docs/brainstorms/YYYY-MM-DD-<topic>-requirements.md # include when planning from a requirements doc; see Sources if the path is untracked
|
|
518
518
|
deepened: YYYY-MM-DD # optional, set when the confidence check substantively strengthens the plan
|
|
519
519
|
---
|
|
520
520
|
|
|
@@ -680,6 +680,9 @@ Omit `scopes_considered` unless the verdict is `unscoped`, and omit `acceptance`
|
|
|
680
680
|
## Sources & References
|
|
681
681
|
|
|
682
682
|
- **Origin document:** [docs/brainstorms/YYYY-MM-DD-<topic>-requirements.md](path)
|
|
683
|
+
<!-- If the origin path is untracked in this repository, say so on this line. A
|
|
684
|
+
reader cloning the repo will not find it, and a bare link cannot tell them
|
|
685
|
+
whether they are missing context or whether it was always local. -->
|
|
683
686
|
- Related code: [path or symbol]
|
|
684
687
|
- Related PRs/issues: #[number]
|
|
685
688
|
- External docs: [url]
|
|
@@ -106,6 +106,14 @@ semantics so downstream tooling can rely on them:
|
|
|
106
106
|
doc (e.g., `docs/brainstorms/2026-05-12-pagination-requirements.md`).
|
|
107
107
|
Set when planning from an upstream brainstorm; carried for traceability
|
|
108
108
|
and re-resolved when `ce:plan` re-deepens.
|
|
109
|
+
|
|
110
|
+
A repository may deliberately not track its brainstorm directory, treating
|
|
111
|
+
requirements docs as local planning input that the plan supersedes. The
|
|
112
|
+
field still carries real provenance for whoever wrote the plan, so keep it
|
|
113
|
+
— but a reader working from a clone will find nothing at that path. Say so
|
|
114
|
+
in Sources & References rather than leaving a bare link, because a link
|
|
115
|
+
that resolves to nothing cannot tell a reader whether they are missing
|
|
116
|
+
context or whether none was ever shared.
|
|
109
117
|
- **`deepened`** — ISO 8601 date marking the first time the confidence
|
|
110
118
|
check substantively strengthened the plan. Presence affects Phase 0.1
|
|
111
119
|
resume fast-path logic (see `references/deepening-workflow.md`).
|
|
@@ -57,6 +57,7 @@ Read the plan file completely.
|
|
|
57
57
|
If the plan frontmatter includes an `origin:` path:
|
|
58
58
|
- Read the origin document too
|
|
59
59
|
- Use it to check whether the plan still reflects the product intent, scope boundaries, and success criteria
|
|
60
|
+
- If the path does not resolve, continue from the plan alone rather than treating it as a defect. A repository may deliberately not track its brainstorm directory, in which case the origin exists only for whoever wrote the plan. Note that the check could not run instead of reporting a missing file.
|
|
60
61
|
|
|
61
62
|
#### 0.2 Classify Plan Depth and Topic Risk
|
|
62
63
|
|