icoa-cli 2.15.2 → 2.15.3
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.
- package/dist/commands/exam.js +5 -5
- package/dist/repl.js +1 -1
- package/package.json +1 -1
package/dist/commands/exam.js
CHANGED
|
@@ -128,7 +128,7 @@ export function registerExamCommand(program) {
|
|
|
128
128
|
.action(() => {
|
|
129
129
|
logCommand('exam nations');
|
|
130
130
|
console.log();
|
|
131
|
-
printHeader('ICOA Participating Countries');
|
|
131
|
+
printHeader('ICOA Participating Countries and Regions');
|
|
132
132
|
console.log();
|
|
133
133
|
const nations = [
|
|
134
134
|
['AU', 'Australia'], ['BR', 'Brazil'], ['CN', 'China'],
|
|
@@ -146,8 +146,8 @@ export function registerExamCommand(program) {
|
|
|
146
146
|
console.log(row);
|
|
147
147
|
}
|
|
148
148
|
console.log();
|
|
149
|
-
console.log(chalk.gray(' 40+ countries and regions
|
|
150
|
-
console.log(chalk.gray(' New
|
|
149
|
+
console.log(chalk.gray(' 40+ countries and regions represented'));
|
|
150
|
+
console.log(chalk.gray(' New member? Contact: accreditation@icoa2026.au'));
|
|
151
151
|
console.log();
|
|
152
152
|
console.log(chalk.white(' Check exams for your country:'));
|
|
153
153
|
console.log(chalk.cyan(' exam list AU') + chalk.gray(' exam list PE') + chalk.gray(' exam list CN'));
|
|
@@ -212,7 +212,7 @@ export function registerExamCommand(program) {
|
|
|
212
212
|
];
|
|
213
213
|
});
|
|
214
214
|
const countries = [...new Set(exams.map((e) => e.country))];
|
|
215
|
-
printHeader(country ? `Exams — ${country.toUpperCase()}` : `Available Exams (${countries.length}
|
|
215
|
+
printHeader(country ? `Exams — ${country.toUpperCase()}` : `Available Exams (${countries.length} regions)`);
|
|
216
216
|
printTable(['ID', 'Name', 'Country', 'Questions', 'Duration', 'Status'], rows);
|
|
217
217
|
console.log();
|
|
218
218
|
console.log(chalk.gray(' Start: exam start <id>'));
|
|
@@ -671,7 +671,7 @@ export function registerExamCommand(program) {
|
|
|
671
671
|
console.log(chalk.red.bold(' ctf4ai') + chalk.gray(' Trick the AI — make it say "koala"'));
|
|
672
672
|
console.log();
|
|
673
673
|
console.log(chalk.gray(' For national selection exams:'));
|
|
674
|
-
console.log(chalk.white(' nations') + chalk.gray(' View all
|
|
674
|
+
console.log(chalk.white(' nations') + chalk.gray(' View all participating regions'));
|
|
675
675
|
console.log(chalk.white(' exam AU') + chalk.gray(' Enter Australia selection exam'));
|
|
676
676
|
console.log();
|
|
677
677
|
}
|
package/dist/repl.js
CHANGED
|
@@ -84,7 +84,7 @@ export async function startRepl(program, resumeMode) {
|
|
|
84
84
|
console.log(chalk.red.bold(' CTF4AI') + chalk.gray(' [Day 2] Hack & evaluate AI — adversarial ML, red-teaming'));
|
|
85
85
|
console.log();
|
|
86
86
|
console.log(chalk.white(' Sydney, Australia') + chalk.gray(' · Jun 27 - Jul 2, 2026'));
|
|
87
|
-
console.log(chalk.gray(' 40+
|
|
87
|
+
console.log(chalk.gray(' 40+ countries and regions represented'));
|
|
88
88
|
console.log();
|
|
89
89
|
console.log(chalk.cyan(' ─────────────────────────────────────────────────'));
|
|
90
90
|
console.log();
|