Use this skill when a user asks to refresh, extend, or update an OKF bundle.
Update workflow
- Read the root
index.md, any relevant directoryindex.md, andlog.mdbefore editing concept files. - Identify the current concept model: directories, types, tags, naming conventions, citation style, and custom frontmatter fields.
- Preserve existing conventions unless they are harmful.
- Research only the delta needed for the requested update.
- For each changed concept:
- preserve unknown frontmatter fields;
- update
timestamponly when the meaningful content changed; - update citations when facts changed;
- add dated language for time-sensitive claims;
- keep cross-links intact or repair them.
- Add new concept files only when the information is a durable concept, not a transient note.
- Regenerate affected indexes.
- Add or update the nearest
log.mdand rootlog.mdif the change affects the whole bundle. Usepython tools/okf_tool.py log <bundle> "<entry>"when the plugin repo is available. - Run validation.
Update report
Return:
- changed files;
- added concepts;
- removed or deprecated concepts;
- source changes;
- validation result;
- unresolved questions.