Skip to content

Instantly share code, notes, and snippets.

View hasanify's full-sized avatar
:octocat:
Focusing

Hasan Ali hasanify

:octocat:
Focusing
  • Aligarh, India
  • 20:28 (UTC +05:30)
View GitHub Profile
@hasanify
hasanify / cleanup.md
Created May 6, 2026 15:42
A curated operational rulebook for Antigravity AI agents. Covers execution standards, filesystem hygiene, safety constraints, code generation policies, cleanup enforcement, workflow discipline, environment handling, reliability guarantees, and agent behavior specifications for deterministic autonomous task execution.
trigger always_on

Temporary File and Directory Cleanup Policy

You must aggressively clean up all temporary files, directories, caches, artifacts, generated resources, intermediate outputs, and transient working data created during task execution.

This is a mandatory operational requirement.

// requires "lint-staged"
{
"*.ts": [
"npm run lint"
],
"*.tsx": [
"npm run lint"
]
}