Claude/create claude md jd ex9#27
Closed
Benjaminh94-wq wants to merge 31 commits into
Closed
Conversation
…raph + a-Shell
- CLAUDE.md: comprehensive AI assistant instructions with full OpenClaw
integration architecture, LangChain ecosystem map, and German-language
conventions for the langchain-ai org
- bootstrap/install.sh: idempotent one-click bootstrapper supporting
macOS, Linux, a-Shell (iOS), and Termux with auto-detection, Node/Python
version checks, OpenClaw install, iOS Shortcuts integration, and Siri trigger
- bootstrap/skills/langchain-dev/: complete OpenClaw skill
- SKILL.md: skill manifest with channel-aware behavior rules
- agent.py: LangGraph StateGraph with Claude Sonnet/Haiku routing,
tool use (run_python, read_file, write_file, shell_safe), and
memory injection via system prompt
- memory.py: SQLite-backed ConversationMemory for cross-session context
- requirements.txt: pinned AI stack dependencies
Architecture: OpenClaw Gateway → Pi Agent Runtime → LangGraph StateGraph
→ Claude API (claude-sonnet-4-6) → Tools + SQLite Memory
https://claude.ai/code/session_016aPbqvEtH6E19JqbYWEV2L
…tion-3TvEs feat(bootstrap): add revolutionary AI assistant with OpenClaw + LangGraph + a-Shell
… + LangGraph + a-Shell"
…documentation-3TvEs Revert "feat(bootstrap): add revolutionary AI assistant with OpenClaw + LangGraph + a-Shell"
…m64e, verbose output
… in tool, explicit SYSROOT
…UD tweak, heavy system-control scripts
…, harden all Makefiles
…SSH from CI - Rewrite ios-deploy.yml: single compile job, commits .deb back to packages/ using GITHUB_TOKEN (automatic, zero secrets needed in workflow) - Enhance github-agent.sh: polls packages/ every 60s, auto-downloads+installs new .deb files; pure bash, no python3 dependency - Add LaunchDaemon plist to github-agent layout - Add bootstrap.sh: one-time device setup (user runs once via SSH with their PAT) - Add .gitattributes: mark .deb as binary - Simplify github-agent/main.m: installer logic now in postinst only Architecture: Chat input → push to apps/ → Actions compiles → commits packages/*.deb → device agent detects new SHA → downloads → dpkg -i → ldrestart No inbound connections. No Tailscale. No port forwarding. Zero CI secrets."
…omatically Explicit ExampleTweak_LIBRARIES = substrate causes linker failure when FINALPACKAGE=1 since the stub path differs from the runtime path. All tweak targets (ExampleTweak, SystemMonitor) now rely on tweak.mk auto-linking. Tool targets (claude-daemon, github-agent-install, example-tool) unchanged — they never used substrate."
…ckages/build-report.txt Even on failure the log is committed to the repo so errors can be read directly via GitHub API without manual copy-paste from Actions UI."
Theos requires a filter plist for all tweak packages — tells MobileLoader which process to inject into. Both tweaks target SpringBoard only."
Benjaminh94-wq
commented
Mar 25, 2026
Benjaminh94-wq
left a comment
Author
There was a problem hiding this comment.
Hard fix everything with high Qualität
…ilter.plist on macOS case-insensitive FS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.