icoa-cli 2.16.10 → 2.16.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -624,8 +624,13 @@ export function registerExamCommand(program) {
624
624
  console.log(chalk.white(' everything happens inside this terminal — no other tools allowed.'));
625
625
  console.log();
626
626
  console.log(chalk.yellow(' Did you know?'));
627
- console.log(chalk.gray(' CTF stands for "Capture The Flag" a cybersecurity'));
628
- console.log(chalk.gray(' competition where you solve real hacking challenges.'));
627
+ console.log(chalk.gray(' CTF (Capture The Flag) started at DEF CON 4 in 1996,'));
628
+ console.log(chalk.gray(' Las Vegas. Founded by Jeff Moss (Dark Tangent).'));
629
+ console.log(chalk.gray(' 2026 marks 30 years of CTF competitions worldwide.'));
630
+ console.log();
631
+ console.log(chalk.gray(' 1996 First CTF @ DEF CON'));
632
+ console.log(chalk.gray(' 2016 DARPA Cyber Grand Challenge — AI enters CTF'));
633
+ console.log(chalk.gray(' 2026 ICOA — First AI Security Olympiad, Sydney'));
629
634
  console.log();
630
635
  console.log(chalk.white(' ICOA uses ') + chalk.bold('TWO') + chalk.white(' competition tracks:'));
631
636
  console.log();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "icoa-cli",
3
- "version": "2.16.10",
3
+ "version": "2.16.11",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {