@pi-unipi/milestone 2.5.0 → 2.6.1
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/hooks.ts +1 -1
- package/package.json +2 -2
package/hooks.ts
CHANGED
|
@@ -51,7 +51,7 @@ function formatMilestoneContext(filePath: string): string | null {
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
/** Build an append-only snapshot that explicitly invalidates earlier snapshots. */
|
|
54
|
-
function formatMilestoneSnapshot(workspace: string, context: string | null): string {
|
|
54
|
+
export function formatMilestoneSnapshot(workspace: string, context: string | null): string {
|
|
55
55
|
return [
|
|
56
56
|
"# UniPi Milestone Snapshot",
|
|
57
57
|
"This snapshot supersedes all prior UniPi milestone snapshots; use only this snapshot for milestone status.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/milestone",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "Lifecycle layer for project-level goals — MILESTONES.md tracking, session hooks, auto-sync",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@pi-unipi/core": "2.
|
|
35
|
+
"@pi-unipi/core": "2.6.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@earendil-works/pi-coding-agent": "^0.80.0",
|