fix(bridge): stall-based approval detection + known issues from deep debugging
- IDLE→stall detection: RUNNING+delta=0 for 6 polls (30s) - lastModifiedTime-based thinking filter (partial) - ResolveOutstandingSteps confirmed CANCELS steps (removed) - HandleCascadeUserInteraction always socket hang up (removed) - VS Code accept commands: silent success, no effect - Hybrid approval: focus+all commands sequential, no break - logToFile: console.log backup added - Known issues: 4 critical findings documented - better-antigravity reference added for future research
This commit is contained in:
59
better-antigravity-main/LEGAL.md
Normal file
59
better-antigravity-main/LEGAL.md
Normal file
@@ -0,0 +1,59 @@
|
||||
# Legal Notice
|
||||
|
||||
## Disclaimer
|
||||
|
||||
This project is an unofficial, community-maintained collection of patches for
|
||||
[Antigravity IDE](https://antigravity.dev). It is **not affiliated with,
|
||||
endorsed by, or sponsored by Google LLC or any of its subsidiaries.**
|
||||
|
||||
## Nature of the Project
|
||||
|
||||
Better Antigravity provides **bugfix patches** that restore documented, expected
|
||||
functionality in Antigravity IDE. Specifically:
|
||||
|
||||
- The "Always Proceed" terminal execution policy is documented to auto-execute
|
||||
commands, but does not function as described. Our patch restores this behavior.
|
||||
- All patches are non-destructive: they create automatic backups and can be
|
||||
fully reverted at any time.
|
||||
- No data is collected, transmitted, or shared with any party.
|
||||
|
||||
## Compliance
|
||||
|
||||
- This project **does not access** Google's backend servers, APIs, or
|
||||
authentication systems.
|
||||
- This project **does not extract** AI models, training data, or proprietary
|
||||
algorithms.
|
||||
- This project **does not bypass** security features, licensing, or
|
||||
usage restrictions.
|
||||
- All modifications are local to the user's machine and affect only the
|
||||
client-side UI behavior.
|
||||
|
||||
## Interoperability
|
||||
|
||||
Where applicable, this project relies on the right to achieve interoperability
|
||||
as provided by:
|
||||
|
||||
- **EU Software Directive** (Directive 2009/24/EC), Article 6
|
||||
- **UK Copyright, Designs and Patents Act 1988**, Section 50B
|
||||
- Similar provisions in other jurisdictions
|
||||
|
||||
## User Responsibility
|
||||
|
||||
Users are responsible for ensuring their use of this software complies with
|
||||
applicable terms of service and local laws. By using this software, you
|
||||
acknowledge that:
|
||||
|
||||
1. You are applying modifications to software on your own machine at your
|
||||
own risk.
|
||||
2. Backups of original files are created automatically and can be restored.
|
||||
3. This project may stop working after Antigravity updates — in that case,
|
||||
revert and wait for an updated patch.
|
||||
|
||||
## Takedown
|
||||
|
||||
If Google or the Antigravity team requests removal of this project, we will
|
||||
comply promptly. Contact: [open a GitHub issue](https://github.com/Kanezal/better-antigravity/issues).
|
||||
|
||||
## License
|
||||
|
||||
This project is released under the [GNU Affero General Public License v3.0](LICENSE).
|
||||
Reference in New Issue
Block a user