docs: P4 skill sweep - dtfmt, mod signedness, multi-line fn, 3-form cond#479
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
a3f47d9 to
fb29519
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Four doc gaps from the P4 backlog, all in skill files (no source changes):
SKILL.md: text builtins summary now namesdtparse dtfmt- multiple personas missed these because "date parsing" gave no signal to loadilo-builtins-textilo-builtins-math.md: one-line note thatmodis C-style signed (mod -1 7=-1), with the+7 mod 7floor-mod pattern - every TZ/weekday persona hit this silentlyilo-language.md: explicit note + example that multi-line fn bodies require trailing;on thename>type;header line - caused confusing parse errorsilo-language.md: side-by-side table of all three conditional forms (?h cond a b/ braceless guard /cond{body}) with the common mistake called out - all ten date personas tripped on thisWhat's in the diff
docs: add dtfmt/dtparse to SKILL.md text builtins summarydocs: document mod signedness gotcha in ilo-builtins-mathdocs: document multi-line fn body header semicolon requirement(includes the 3-form cond table - both Guards section changes)Test plan
ilo skill get ilo-builtins-mathcontains the mod signedness noteilo skill get ilo-languageshows the multi-line fn header example and the 3-form cond tableilo skill get ilo(SKILL.md bootstrap) showsdtparse dtfmtin the text builtins lineFollow-ups
P1 #9 (
modfloor-mod aliasfmod) and P1 #6 (parse error improvement for wrong cond form) are tracked separately in pending.md.