Skip to content

feat: add chaos level execution modes#34

Open
SrashtiChauhan wants to merge 2 commits into
Py-Contributors:mainfrom
SrashtiChauhan:feat/chaos-level-modes
Open

feat: add chaos level execution modes#34
SrashtiChauhan wants to merge 2 commits into
Py-Contributors:mainfrom
SrashtiChauhan:feat/chaos-level-modes

Conversation

@SrashtiChauhan
Copy link
Copy Markdown

Description

Added configurable chaos execution modes to make the verification process less predictable and slightly more cursed.
Previously, all checks ran together in a fixed sequence. Now different chaos levels can be triggered directly from the command line, each running a different combination of unnecessarily complicated verification functions.

Also added randomized execution ordering because deterministic chaos felt too organized.

Supported modes:

  • easy
  • math
  • quantum
  • interdimensional

Example:

python3 is_one_one.py quantum

Closes #12


Checklist

Overengineering Verification

  • I have introduced at least one unnecessary abstraction layer
  • The solution is more complex than the problem warrants
  • A reasonable engineer would question at least one design decision
  • I have given something a name that requires a comment to explain

Tests

  • pytest passes locally with no failures
  • New functionality is covered by tests
  • I have not deleted tests to make CI green

Traceability

  • This PR references a related issue (see "Closes #" above)
  • The branch name hints at what chaos was committed

General

  • Code has been self-reviewed
  • No secrets, credentials, or hardcoded paths were smuggled in
  • The main branch has been protected from suspiciously simple code

"Any fool can write code that a computer can understand. Good programmers write code that humans can understand — but we don't do that here."

@github-actions
Copy link
Copy Markdown

✅ Logic Verified!

The Automated Logic Suite has confirmed that 1 is still 1.

  • Environment: Ubuntu-latest
  • Status: Mathematical Sanity Confirmed

You are safe to merge this chaos.

@itsdakshjain
Copy link
Copy Markdown
Member

can you resolve the conflict ?

Signed-off-by: Srashti Chauhan <srashtichauhan24@gmail.com>
@github-actions
Copy link
Copy Markdown

✅ Logic Verified!

The Automated Logic Suite has confirmed that 1 is still 1.

  • Environment: Ubuntu-latest
  • Status: Mathematical Sanity Confirmed

You are safe to merge this chaos.

@SrashtiChauhan
Copy link
Copy Markdown
Author

can you resolve the conflict ?

yeah i have resolved the conflicts, you can check it out now and tell me if any changes or improvements required by my side.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Chaos Level Execution Modes to is-one-one

2 participants