Commit Graph

7 Commits

Author SHA1 Message Date
Luong NGUYEN fa9603af11 chore: Archive add-cli-lesson change 2025-12-25 00:02:55 +01:00
Luong NGUYEN 513171332e fix: correct token calculation in context-usage hook example
The hook was converting total_chars to string before calculating tokens,
resulting in ~0 tokens reported. Fixed to calculate directly from char count.

- Remove unused estimate_tokens() function
- Calculate tokens as total_chars // 4 directly
- Archive fix-context-usage-hook change
2025-12-24 23:54:35 +01:00
Luong NGUYEN ecd3dba49a chore: Archive update-skills-lesson change 2025-12-24 23:52:39 +01:00
Luong NGUYEN b44d9d6a77 chore: Archive update-subagents-lesson change 2025-12-24 23:28:19 +01:00
Luong NGUYEN d291519452 chore: Archive add-context-usage-hook-example change 2025-12-24 23:22:58 +01:00
Luong NGUYEN e144e42b20 chore: Archive update-hooks-lesson change
Move completed change to archive and create hooks-documentation spec.
2025-12-24 15:48:15 +01:00
Luong NGUYEN c807674593 chore: Archive update-slash-commands-session change
- Move change to archive/2025-12-24-update-slash-commands-session
- Create specs/slash-commands/spec.md with 10 requirements
2025-12-24 15:32:26 +01:00