icoa-cli 2.16.10 → 2.16.12

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,17 @@ 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(' In a CTF, you solve challenges to find hidden'));
632
+ console.log(chalk.gray(' "flags" — secret codes like: ') + chalk.green('icoa{w3lc0me_2_ctf}'));
633
+ console.log(chalk.gray(' Find it, submit it, score points!'));
634
+ console.log();
635
+ console.log(chalk.gray(' 1996 First CTF @ DEF CON, Las Vegas'));
636
+ console.log(chalk.gray(' 2016 DARPA Cyber Grand Challenge — AI enters CTF'));
637
+ console.log(chalk.gray(' 2026 ICOA — First AI Security Olympiad, Sydney'));
629
638
  console.log();
630
639
  console.log(chalk.white(' ICOA uses ') + chalk.bold('TWO') + chalk.white(' competition tracks:'));
631
640
  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.12",
4
4
  "description": "ICOA CLI — The world's first CLI-native CTF competition terminal",
5
5
  "type": "module",
6
6
  "bin": {