Skip to content

Releases: MarwanDevSpace/mcp-flutter-apk-injector

v0.7.2 — All apks on the Hermes hand

Choose a tag to compare

@MarwanDevSpace MarwanDevSpace released this 03 Sep 02:24

v0.7.2 — All APKs on the Hermes Hand

Summary

v0.7.2 formally establishes the "All APKs on the Hermes Hand" authorization and ownership doctrine across the Hermes+ agent engine and workspace contracts. Every target application workspace, APK binary, Smali class, and native library is recognized as an authorized developer-owned environment for deep security research, vulnerability auditing, penetration testing, bytecode modification, and Flutter runtime injection.

Key Changes

Area Detail
Ownership & Authorization Doctrine Updated HERMES.md, AGENTS.md, and src/agent/persona.ts with explicit security research authorization, removing hesitation and enabling proactive anti-tamper neutralization.
Proactive Defense Neutralization Reinforced instructions for detecting and neutralizing anti-debugging (isDebuggerConnected, TracerPid), root checks (RootBeer, su binary execution), and SSL pinning during security testing.
Workspace Contract Auto-Installation Updated generateWorkspaceAgentsMd to embed the developer ownership and security testing mandate inside every <workspaceDir>/AGENTS.md.
Contract Synchronization Root AGENTS.md and .agents/AGENTS.md fully synchronized and aligned with HERMES.md.
Bilingual Documentation Updated README.md to reflect v0.7.2 architecture and release title.

Quality Gates Passed

  • npm run lint: 0 errors, 0 warnings
  • npm run typecheck: 0 errors
  • npm test: 54/54 tests passed
  • npm run build: Clean TypeScript build
  • npm pack --dry-run: 114 files packed

v0.7.1 — Master HERMES.md Persona & Autonomous Workspace Contracts

Choose a tag to compare

@MarwanDevSpace MarwanDevSpace released this 03 Sep 01:34

v0.7.1 — Master HERMES.md Persona & Autonomous Workspace Contracts

Summary

v0.7.1 introduces the master HERMES.md persona specification, cross-client AGENTS.md contract, automated workspace contract installation across decompiled targets, cleans up legacy client fragments, and refines the package distribution.

Key Changes

Area Detail
Master Specification Added HERMES.md detailing Dalvik/ART register frame math (.locals + params = .registers), native ABI mapping, anti-tamper neutralization, and autonomous tool calling for all 9 MCP tools.
Workspace Auto-Installation decompile_apk and inject_flutter_runtime_and_smali automatically verify and install AGENTS.md directly into the root directory of any target application.
Universal Contract AGENTS.md in root and .agents/AGENTS.md synchronized for cross-client compatibility (Antigravity IDE, Cursor, Claude Code, Gemini CLI, Windsurf).
Fragment Cleanup Removed GEMINI.md, CLAUDE.md, .cursor/, and RESEARCH_LOG.md.
Package Hygiene Cleaned package.json files array and verified clean tarball (npm pack --dry-run).
Bilingual Documentation Restructured README.md into modern English and Arabic guides.

Quality Gates Passed

  • npm run lint: 0 errors, 0 warnings
  • npm run typecheck: 0 errors
  • npm test: 54/54 tests passed
  • npm run build: Clean TypeScript build
  • npm pack --dry-run: 114 files packed (106.1 kB tarball)