Files
Its-Achievable/.gitignore
Kaysser Kayyali 888790e5ff v0.1.1: track the hax-hooks-lib -> foundry-hooks-lib rename
User callout: 'Hax' is Kaysser's nickname, drop it from module
names. hooks-lib v0.3.0 renamed its module id; this commit
follows:

- relationships.modules[0].id: hax-hooks-lib -> foundry-hooks-lib
- relationships.modules[0].compatibility.minimum: 0.2.0 -> 0.3.0
  (we now require the renamed version)
- module.json: version 0.1.0 -> 0.1.1, download URL updated
- README.md, scripts/main.js, tests/PLAN.md, tests/test-helpers.mjs:
  branding text updates
- .gitignore: un-ignore the new 0.1.1 zip

Verification: 75/75 smoke assertions pass, no logic change.

Module title is now 'It's Achievable' (dropped the
'Hax's Tools' umbrella prefix per the same callout). 2 module
text changes are non-functional; pure branding.
2026-06-20 16:55:29 -04:00

32 lines
588 B
Plaintext

# Foundry install mirror
# /Data/modules/its-achievable/ is generated by scripts/copy-to-foundry.mjs (if/when added).
Data/
# Dev environment
node_modules/
*.log
.env
.env.*
# OS junk
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
snapshot.json
# Dev artifacts (regenerated on demand, never committed)
journal-snapshot.json
preview/
scripts/session.js
scripts/session-prompts.js
# Build artifacts (created by Python zip recipe).
# versioned so future rebuilds don't accidentally overwrite a released version.
its-achievable-*.zip
!its-achievable-0.1.0.zip
!its-achievable-0.1.1.zip