palladius / palladius/antigravity-ruby-sdk

🍯 Test .aiignore is respected in honeypot workspace

Open
#10 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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 — excludes secret.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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.