Skip to content

Commit 63cfdc7

Browse files
chore: add hawk lint config and gitignore agent session notes
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent b3cac61 commit 63cfdc7

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ __pycache__/
3535
# Large benchmark fixtures - regenerate via 'git clone --bare openai/codex'
3636
.agents/benchmarks/fixtures/
3737
.agents/missions/
38+
39+
# agent session notes
40+
.agents/

hawk.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[production]]
2+
package = "agentfs-cli"
3+
bin = "agentfs"
4+
reason = "shipped CLI binary"

0 commit comments

Comments
 (0)