Skip to content

Commit de7d3a2

Browse files
committed
Document portable skill hardening
1 parent e591207 commit de7d3a2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77
- `LLM.md` as a compact agent-readable guide to the repo.
88
- README front-door cleanup, including the routing table and compatibility/control matrix.
99
- A clearer repo-specific `AGENTS.md`.
10+
- A portable output contract inside every installed skill.
11+
- Validation that rejects skill links escaping the installed skill folder.
1012

1113
### Changed
1214

1315
- README sections were consolidated for faster scanning.
16+
- The quickstart now asks users to choose one install target instead of running both installers.
17+
- Downstream skills now accept fact ledgers or conversation-state records explicitly and preserve their source classifications.
18+
- Optional template references no longer use repository-relative paths that break after installation.
1419

15-
### Notes
20+
### Fixed
1621

17-
- This branch is documentation and productization only; skill behavior is unchanged.
22+
- Installed skills no longer depend on `../../references` or `../../templates` paths that are absent from the installed layout.
23+
- Assumptions, open questions, proposed actions, and stakeholder positions may not be promoted into facts, decisions, commitments, owners, or deadlines without new source support.

0 commit comments

Comments
 (0)