palladius / palladius/antigravity-ruby-sdk
🍯 Test .aiignore is respected in honeypot workspace
Nobody has claimed this yet.
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 0
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
Context
The honeypot fixture at spec/fixtures/honeypot/ now has:
secret.txt— contains "the answer is 54" (a lie).aiignore— excludessecret.txt
Test to Add
An integration test that asks the agent "what is the answer?" with the honeypot workspace.
The agent should say 42 (from honeypot.rb), NOT 54 (from the ignored secret.txt).
This validates that the localharness respects .aiignore / .geminiignore files.
Labels
enhancement, testing, P3
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing integration tests and the honeypot fixture at spec/fixtures/honeypot/, including honeypot.rb, secret.txt, and .aiignore. Add the test that asks "what is the answer?" in that workspace, then run the relevant integration test suite. Done means the agent reports 42 from honeypot.rb and does not use 54 from secret.txt.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100