Commit Graph

11 Commits

Author SHA1 Message Date
Nacho Codoñer
37ee95957c add version-bump and docs-gap skills to agent documentation 2026-03-31 17:19:34 +02:00
Nacho Codoñer
0cab9ccd50 Merge pull request #14126 from meteor/changelog-skill
Implement changelog AI skill (WIP)
2026-03-31 15:59:41 +02:00
Nacho Codoñer
4077c95108 Merge branch 'devel' into release-3.4.1 2026-03-18 11:28:16 +01:00
Harry Adel
cec38c47a2 Docs: guide LLMs to use test-in-console/run.sh for package tests
AGENTS.md listed `./meteor test-packages` but not the headless
alternative. That command starts a web server and waits for a browser,
producing no terminal output, which causes LLM agents to hang.

Add `./packages/test-in-console/run.sh` alongside the existing
test-packages command in AGENTS.md with a note explaining the
difference. Also add package name examples and the PUPPETEER_DOWNLOAD_PATH
hint to the testing skill.
2026-03-12 21:12:51 +02:00
Nacho Codoñer
c9364f5c96 Merge branch 'release-3.4.1' into modern-tools-dev
# Conflicts:
#	AGENTS.md
#	package.json
#	tools/e2e-tests/README.md
#	tools/e2e-tests/babel.config.js
2026-03-09 13:56:10 +01:00
Nacho Codoñer
37ce07b0bf add Jest-based unit and E2E test setup
This commit:
- Introduces `jest` to the dev dependencies.
- Updates AGENTS.md and DEVELOPMENT.md with details about test layers and new commands.
- Adds a `jest.config.js` file targeting specific test directories.
- Splits existing test commands into `npm run test:unit` for unit tests and `npm run test:e2e` for E2E tests.
2026-03-06 09:52:20 +01:00
Nacho Codoñer
24b36475d3 add e2e-coverage skill and documentation for maintaining E2E test coverage report 2026-03-03 14:53:15 +01:00
Nacho Codoñer
008bd95351 rename modern references on tests to e2e, like ./tools/e2e-tests/apps, create-app:e2e and etc 2026-03-03 13:06:29 +01:00
Nacho Codoñer
f00918f9db implement changelog skill 2026-02-09 16:41:25 +01:00
Nacho Codoñer
97a3eae36c add AI context skill for maintaining AI documentation 2026-02-06 14:42:53 +01:00
Nacho Codoñer
9f3a0d7ed6 simplify AI context support and files 2026-02-06 12:57:42 +01:00