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
committed by david
parent 8bf34640e6
commit a77870b894
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;