Project
Reverse Dependencies for pikuri-tasks
The projects listed here declare pikuri-tasks as a runtime or development dependency
0.0
+pikuri+ is the convenience bundle for the pikuri AI-assistant
toolkit. It ships no Ruby code of its own beyond a tiny entry
file that +require+'s each sibling gem; +gem install pikuri+
pulls in pikuri-core, pikuri-extractors, pikuri-pdf,
pikuri-skills, pikuri-tasks, pikuri-memory, pikuri-workspace,
pikuri-code, pikuri-mcp, pikuri-subagents, pikuri-vectordb, and
pikuri-assistant in one shot, and +require 'pikuri'+ boots all
of them.
Privacy-conscious users who want a minimal dependency tree to
audit should install +pikuri-core+ directly and opt into the
extension gems they actually need — same +bundle add+ pattern
Rails users have always had. See each pikuri-* gem's README
for its individual surface.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity
0.0
pikuri-code adds the shell-and-dev-loop layer on top of
pikuri-workspace's filesystem tools: a +Pikuri::Code::Bash+ that
runs commands via the +Pikuri::Subprocess+ chokepoint with
+Confirmer+ gating (optionally wrapped in a
+Pikuri::Code::Bash::Sandbox::Bubblewrap+ filesystem sandbox),
plus the demo +bin/pikuri-code+ binary that wires file + shell +
web tools into an interactive coding agent rooted at the current
working directory. The +Pikuri.prompt+ search path picks up this
gem's +prompts/coding-system-prompt.txt+ automatically on require.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Activity