docs: SPEC/ai.txt/skills fixes from doc audit (ILO-427)#739
Merged
Conversation
- Add --emit js / --emit python to CLI invocation section of SPEC.md (PR #713, ILO-73) - Update tokcount entry: native uses tiktoken-rs cl100k_base BPE; WASM falls back to bytes/3.4 stub (PR #716, ILO-413) - Add idxof builtin entry to SPEC.md builtins table (O n, code-point index, 0.13.0) - Mirror all three fixes into skills/ilo/ilo-builtins-text.md - Regenerate ai.txt via cargo build Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
Author
|
mini pc is reviewing this |
|
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
--emit js: Add JS compile target to CLI invocation section of SPEC.md and ai.txt (PR feat: JS compile target (--emit js, ES modules) #713, ILO-73)tokcount: Update description — native uses tiktoken-rs cl100k_base BPE; WASM falls back to bytes/3.4 stub (PR tokcount: replace bytes/3.4 stub with tiktoken-rs BPE (ILO-413) #716, ILO-413)idxof: Add missing builtin entry (idxof s sub > O n, code-point index, 0.13.0) to SPEC.md builtins table and skills/ilo/ilo-builtins-text.mdcargo buildCloses ILO-427 (partial — ilo repo half).
Test plan
cargo buildpasses (ai.txt regenerated)cargo clippy -- -D warningscleangrep idxof ai.txtconfirms entry presentgrep tiktoken ai.txtconfirms tokcount updatedgrep "emit js" ai.txtconfirms JS target documented🤖 Generated with Claude Code