You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.en.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,43 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on Keep a Changelog, adapted for the current stage of the project.
6
6
7
+
## [0.14.0-beta.2] - 2026-07-02
8
+
9
+
This beta release tightens Agent workflow prompts and project guideline governance. Chat and Apply reminders now inject an index of project `guidelines/**/*.md` files so agents can read relevant conventions before making changes, while the `fyllo-cortex` guidelines tool is focused on maintaining those documents. The release also refines Plan, Proposal, health-check, and Fyllo action prompt boundaries, and improves several Chat and Proposal details so direct implementation, Plan, Proposal, Apply, and Archive flows connect more clearly.
10
+
11
+
### Added
12
+
13
+
- Chat and Apply system reminders now inject a `<guidelines>` project guideline index from the current project or Apply worktree `guidelines/**/*.md` frontmatter, with angle brackets escaped so user-authored documents cannot prematurely close the prompt block
14
+
- Shared guideline scanning entry point used by both main-process prompt injection and the `fyllo-cortex` MCP server's guidelines state
15
+
- Project guideline checks in the health-check reminder: missing, broken, or stale guidelines are handled directly through the `fyllo-cortex` guidelines tool instead of entering the Proposal flow
16
+
- Slash Command menu search over command descriptions and hints, plus hover details; config-option dropdown entries can also show option descriptions on hover
17
+
- More precise Proposal detail display states: completed apply runs show "ready to archive", and active archive operations show "archiving" instead of hiding the next action behind the generic applying state
18
+
19
+
### Changed
20
+
21
+
-`fyllo-cortex` guidelines tool changed from `read`/`write` to three maintenance modes: `init`, `create`, and `update`, returning scenario-specific `<tool_instruction>` content with the current `<state>`
22
+
-`fyllo-cortex` guidelines authoring contract is now modular: frontmatter and quality rules are hard requirements, while document bodies use rules, map, or playbook skeletons as defaults
23
+
- Chat and Apply system reminders now use the injected guidelines index, while the Archive reminder directs agents to maintain guidelines through `fyllo-cortex` before final archive; agents no longer need repeated tool calls just to rediscover the index
24
+
- MCP instructions for Plan creation, Proposal creation, Apply, and Archive were tightened to report progress in the user's language, reread the latest Plan file after approval, and guide users back to FylloCode's Apply Change entry point
25
+
- Health checks now write the current `healthScore` first, then maintain project guidelines as needed; a Proposal is created only when scoring dimensions need engineering configuration changes or the `project-health` spec is missing or stale
26
+
- ACP session plan events are now named agenda in shared types and UI code, with Chat event-rail components and tests updated accordingly
27
+
- Documentation and README content refreshed for `fyllo-cortex`, Overview, Plan/SDD workflow, and Loop Engineering across Chinese and English pages
28
+
- The FylloCode repository's own historical OpenSpec and guidelines material was cleared to validate onboarding behavior for existing projects with no specs or guidelines yet
29
+
30
+
### Fixed
31
+
32
+
- Fixed the Proposal archive action appearing available when run metadata belongs to another proposal or an archive operation is already in progress
33
+
- Fixed Proposal detail headers showing only the base status instead of distinguishing ready-to-archive and archiving states
34
+
- Fixed `fyllo-cortex` guideline scanning so one unreadable file no longer fails the whole scan; the affected entry now reports `parseError`
35
+
- Fixed unstable `fyllo-cortex` guideline frontmatter parsing when files include a UTF-8 BOM
36
+
- Fixed `fyllo-cortex` lineage and guidelines project-root resolution so both consistently fall back to the current working directory when `FYLLO_PROJECT_PATH` is absent
37
+
- Fixed several Chat layout, global overlay styling, prompt timeline visual, and Proposal archive-status display details
38
+
39
+
### Notes
40
+
41
+
-`fyllo-cortex` MCP server is now `0.4.0`. This is a breaking change: `guidelines``read`/`write` modes were removed; callers must use `init`, `create`, or `update`.
42
+
-`fyllo-specs` MCP server is now `0.6.1`, updating Agent instructions for Plan, Proposal, Apply, and Archive without adding new tools.
43
+
7
44
## [0.14.0-beta.1] - 2026-06-30
8
45
9
46
This beta release introduces a session-scoped Plan workflow for complex work that needs investigation and trade-off review but does not change external contracts. Chat can now create, review, edit, and approve lightweight plans, with approvals recorded in lineage and connected through the new `fyllo-specs` MCP tool and Fyllo action. Chat also gains a prompt timeline, message copy and timestamps, collapsible session sidebar, and fresher Proposal metadata when details are opened.
Copy file name to clipboardExpand all lines: src/mcp-servers/fyllo-specs/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to the `fyllo-specs` MCP server will be documented in this f
4
4
5
5
The format is based on Keep a Changelog.
6
6
7
+
## [0.6.1] - 2026-07-02
8
+
9
+
### Changed
10
+
11
+
- Refined `create-plan` instructions so agents research and write the plan file before returning it for user review, and reread the latest file after approval.
12
+
- Refined `create-proposal`, `apply-change`, and `archive-change` instructions to report progress in the user's language and point users back to FylloCode's Apply Change flow.
13
+
- Tightened `archive-change` commit-message guidance so confirmation commits are based on the proposal and actual worktree changes instead of vague archive summaries.
0 commit comments