feat: add feature summary documentation

- Add FEATURE_SUMMARY.md with coverage overview
- Fix TypeScript error in World class
- Document all feature files and scenarios
This commit is contained in:
2026-04-25 21:16:51 -07:00
parent 78ff75b941
commit a1d754a5fb
2 changed files with 183 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ export class World implements WorldState {
password: string;
};
tournament?: any;
tournamentTeamCount?: number;
player?: any;
match?: any;