Skip to content

Claude/create claude md jd ex9#27

Closed
Benjaminh94-wq wants to merge 31 commits into
langchain-ai:mainfrom
Benjaminh94-wq:claude/create-claude-md-jdEx9
Closed

Claude/create claude md jd ex9#27
Benjaminh94-wq wants to merge 31 commits into
langchain-ai:mainfrom
Benjaminh94-wq:claude/create-claude-md-jdEx9

Conversation

@Benjaminh94-wq

Copy link
Copy Markdown

No description provided.

Claude (claude) and others added 14 commits March 23, 2026 21:05
…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
…documentation-3TvEs

Revert "feat(bootstrap): add revolutionary AI assistant with OpenClaw + LangGraph + a-Shell"

@Benjaminh94-wq Benjaminh94-wq left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

Benjaminh94-wq and others added 14 commits March 25, 2026 21:38
…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 Benjaminh94-wq left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check

@Benjaminh94-wq Benjaminh94-wq left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hard fix everything with high Qualität

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants