Skip to content

Commit 9fe73fa

Browse files
committed
Add agent context.
1 parent 04e6211 commit 9fe73fa

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/agent.md
12
/.bundle
23
/.context
34
/pkg

async-service.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
"source_code_uri" => "https://github.com/socketry/async-service.git",
2121
}
2222

23-
spec.files = Dir.glob(["{bin,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
23+
spec.files = Dir.glob(["{bin,context,lib}/**/*", "*.md"], File::FNM_DOTMATCH, base: __dir__)
2424

2525
spec.executables = ["async-service"]
2626

bake.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
def after_gem_release_version_increment(version)
1010
context["releases:update"].call(version)
1111
context["utopia:project:readme:update"].call
12+
context["utopia:project:agent:context:update"].call
1213
end

gems.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
gem "bake-gem"
1313
gem "bake-releases"
1414

15+
gem "agent-context"
16+
1517
gem "utopia-project"
1618
end
1719

0 commit comments

Comments
 (0)