Skip to content

docs: add CLAUDE.md documenting project structure and tests#65

Merged
jimisola merged 1 commit into
mainfrom
docs/add-claude-md
Jun 14, 2026
Merged

docs: add CLAUDE.md documenting project structure and tests#65
jimisola merged 1 commit into
mainfrom
docs/add-claude-md

Conversation

@jimisola

Copy link
Copy Markdown
Member

Summary

  • Adds CLAUDE.md documenting project structure, the RequirementsToolTask unit tests and what each one validates, and how the test fixtures (src/test/resources/{yml,zip} and tests/fixtures/test_project) relate to the code
  • Notes that src/test/resources/{yml,zip} are reference examples not currently loaded by the unit tests, and documents how to use tests/fixtures/test_project for manual end-to-end validation / regenerating expected output

Test plan

  • ./gradlew test passes

Closes #57

Documents the plugin's internal structure, what each unit test in
RequirementsToolTaskTest validates, and how the test fixtures
(src/test/resources and tests/fixtures/test_project) relate to the
code, including how to manually validate/regenerate expected output.

Closes #57

Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>
@jimisola jimisola self-assigned this Jun 14, 2026
@jimisola jimisola merged commit d4f8cc7 into main Jun 14, 2026
4 checks passed
@jimisola jimisola deleted the docs/add-claude-md branch June 14, 2026 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: add CLAUDE.md documenting project structure, test fixtures, and how to run tests

1 participant