pikuri-code 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pikuri-code
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Vysny
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-22 00:00:00.000000000 Z
11
+ date: 2026-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pikuri-core
@@ -16,37 +16,66 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.0.3
19
+ version: 0.0.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.0.3
26
+ version: 0.0.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pikuri-workspace
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.0.3
33
+ version: 0.0.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.0.3
40
+ version: 0.0.4
41
+ - !ruby/object:Gem::Dependency
42
+ name: pikuri-subagents
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '='
46
+ - !ruby/object:Gem::Version
47
+ version: 0.0.4
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '='
53
+ - !ruby/object:Gem::Version
54
+ version: 0.0.4
55
+ - !ruby/object:Gem::Dependency
56
+ name: pikuri-tasks
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - '='
60
+ - !ruby/object:Gem::Version
61
+ version: 0.0.4
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - '='
67
+ - !ruby/object:Gem::Version
68
+ version: 0.0.4
41
69
  description: |
42
70
  pikuri-code adds the shell-and-dev-loop layer on top of
43
- pikuri-workspace's filesystem tools: a +Pikuri::Tool::Bash+ that
71
+ pikuri-workspace's filesystem tools: a +Pikuri::Code::Bash+ that
44
72
  runs commands via the +Pikuri::Subprocess+ chokepoint with
45
- +Confirmer+ gating, plus the demo +bin/pikuri-code+ binary that
46
- wires file + shell + web tools into an interactive coding agent
47
- rooted at the current working directory. The +Pikuri.prompt+
48
- search path picks up this gem's +prompts/coding-system-prompt.txt+
49
- automatically on require.
73
+ +Confirmer+ gating (optionally wrapped in a
74
+ +Pikuri::Code::Bash::Sandbox::Bubblewrap+ filesystem sandbox),
75
+ plus the demo +bin/pikuri-code+ binary that wires file + shell +
76
+ web tools into an interactive coding agent rooted at the current
77
+ working directory. The +Pikuri.prompt+ search path picks up this
78
+ gem's +prompts/coding-system-prompt.txt+ automatically on require.
50
79
  email:
51
80
  - martin@vysny.me
52
81
  executables: []
@@ -55,8 +84,13 @@ extra_rdoc_files: []
55
84
  files:
56
85
  - README.md
57
86
  - lib/pikuri-code.rb
58
- - lib/pikuri/tool/bash.rb
87
+ - lib/pikuri/code/bash.rb
88
+ - lib/pikuri/code/bash/sandbox.rb
89
+ - lib/pikuri/code/git_clone.rb
90
+ - lib/pikuri/code/git_repo_researcher.rb
91
+ - lib/pikuri/code/toolchain_paths.rb
59
92
  - prompts/coding-system-prompt.txt
93
+ - prompts/persona-git-repo-researcher.txt
60
94
  homepage: https://codeberg.org/mvysny/pikuri
61
95
  licenses:
62
96
  - MIT