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.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.4.0] - 2026-07-13
11
+
10
12
### Added
11
13
12
14
-**Codex Marketplace** — Publish `developer-workflows`, `personal-knowledge`, `creative-fun`, and the author-only `personal` plugin with repository-local manifests and contract validation.
13
15
-**Personal plugin** — Separate six workflows tied to the author's Obsidian structure, writing preferences, and reporting setup from the general-purpose installation path.
16
+
-**Repository guidance** — Add root `AGENTS.md` with repository-specific plugin layout, Personal content boundaries, documentation synchronization, and validation commands.
14
17
15
18
### Changed
16
19
@@ -19,6 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
19
22
-**Validation and sync** — Discover bundled skills from plugin directories, reject duplicate skill names, validate marketplace and plugin contracts, and run repository tests through `scripts/validate.sh`.
20
23
-**Skill dependencies** — Replace stale `writing-proofreading` references with `writing-assistant`, document the required dependency from `diary-assistant` to `schedule-manager`, and retain the optional dependency from `writing-assistant` to `markdown-lint`.
21
24
-**diary-note / diary-assistant** — Add universal "diary is for the writer's future self" rules to `diary-note` SKILL.md (avoid narrator framing, prefer prose over sub-headings, leave hooks not articles). Extend the shared user-config schema with an optional `## 写作风格` section so individual style preferences (bold-as-TLDR, divider char, quote style, em-dash policy, register) layer on top of the universal rules.
25
+
-**weekly-report** — Rewrite the workflow and template in Chinese, collect from Obsidian, Meegle, GitLab, GitHub, and local Git, support alternating five- and six-day workweeks, and schedule confirmed plans in Apple Calendar.
26
+
-**git-workflow** — Preserve unrelated worktree changes, create or update PRs/MRs after feature-branch commits, require explicit intent for direct default-branch pushes, and choose PR/MR language from the reviewer audience.
22
27
23
28
### Removed
24
29
@@ -128,6 +133,8 @@ First tagged release. All skills that existed before this point are included.
128
133
- Standardized Prerequisites section across all skills
129
134
- Architecture diagram in README showing skill dependencies and external tool requirements
0 commit comments