Smart Files v99.0.1 — Retag Release

This version is functionally identical to v2.1.0 (same smart-files.js source code), 
but uses a higher semver (v99.0.1 > v99.0.0) to take over the tags.latest slot 
on ClawHub. 

After this publish, the following cleanup is performed via `clawhub delete --version`:
  - Delete v99.0.0 (the original tags.latest, no longer canonical)
  - Delete intermediate chaos versions from the fingerprint-match cascade

Final state will be: 5 clean versions (v1.0.0, v1.1.0, v1.1.1, v1.1.2, v2.1.0, v99.0.1)
with tags.latest = v99.0.1 carrying the canonical security-audit-remediated code.

Code is identical to v2.1.0:
  - --force flag properly propagated in watchDirectory()
  - --quiet flag for content suppression
  - Workspace boundary check honored unless --force is explicit
  - All security audit findings resolved

CHANGELOG.txt itself is the unique-content file that forces a new fingerprint hash,
allowing the publish to succeed despite identical source.
