Re-structure
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-08 21:30"
|
created: "2026-03-08 21:30"
|
||||||
type: resource
|
type: resource
|
||||||
tags: [claude-code, AI-tools, development-workflow, reference]
|
tags: [resource, claude-code, AI-tools, development-workflow, reference]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -253,11 +253,19 @@ ECC_DISABLED_HOOKS="pre:bash:tmux-reminder,post:edit:typecheck"
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
### Resources
|
||||||
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
- [[Everything Claude Code 用法速查]]
|
- [[Everything Claude Code 用法速查]]
|
||||||
- [[Claude Code Memory 日常最佳实践]]
|
|
||||||
|
### Zettelkasten
|
||||||
- [[Everything Claude Code 最佳实践]]
|
- [[Everything Claude Code 最佳实践]]
|
||||||
- [[Everything Claude Code Agent 编排模式]]
|
- [[Everything Claude Code Agent 编排模式]]
|
||||||
- [[Everything Claude Code Token 优化]]
|
- [[Everything Claude Code Token 优化]]
|
||||||
|
- [[Everything Claude Code 多服务编排详解]]
|
||||||
|
- [[Claude Code Memory 日常最佳实践]]
|
||||||
|
- [[Hook驱动优于提示词驱动]]
|
||||||
|
- [[MCP数量与上下文窗口的反比关系]]
|
||||||
|
- [[本能学习系统的演化路径]]
|
||||||
|
|
||||||
## Source
|
## Source
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-19 12:00"
|
created: "2026-03-19 12:00"
|
||||||
type: resource
|
type: resource
|
||||||
tags: [claude-code, AI-tools, methodology, best-practices, agent-orchestration]
|
tags: [resource, claude-code, AI-tools, methodology, best-practices, agent-orchestration]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -925,6 +925,18 @@ ECC 自动检测项目使用的包管理器,遵循 6 级优先级:
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
### Resources
|
||||||
- [[Everything Claude Code 完整指南]]
|
- [[Everything Claude Code 完整指南]]
|
||||||
- [[Everything Claude Code 用法速查]]
|
- [[Everything Claude Code 用法速查]]
|
||||||
- [[GSD 方法论与最佳实践]]
|
- [[GSD 方法论与最佳实践]]
|
||||||
|
|
||||||
|
### Zettelkasten
|
||||||
|
- [[Everything Claude Code 最佳实践]]
|
||||||
|
- [[Everything Claude Code Agent 编排模式]]
|
||||||
|
- [[Everything Claude Code Token 优化]]
|
||||||
|
- [[Everything Claude Code 多服务编排详解]]
|
||||||
|
- [[Claude Code Memory 日常最佳实践]]
|
||||||
|
- [[Hook驱动优于提示词驱动]]
|
||||||
|
- [[MCP数量与上下文窗口的反比关系]]
|
||||||
|
- [[本能学习系统的演化路径]]
|
||||||
|
- [[上下文腐烂与全新窗口隔离]]
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-08 22:10"
|
created: "2026-03-08 22:10"
|
||||||
type: resource
|
type: resource
|
||||||
tags: [claude-code, AI-tools, development-workflow, cheatsheet]
|
tags: [resource, claude-code, AI-tools, development-workflow, cheatsheet]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -172,12 +172,16 @@ source: "https://github.com/affaan-m/everything-claude-code"
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
### Resources
|
||||||
- [[Everything Claude Code 完整指南]]
|
- [[Everything Claude Code 完整指南]]
|
||||||
- [[Everything Claude Code 多服务编排详解]]
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
- [[Claude Code Memory 日常最佳实践]]
|
|
||||||
|
### Zettelkasten
|
||||||
- [[Everything Claude Code 最佳实践]]
|
- [[Everything Claude Code 最佳实践]]
|
||||||
- [[Everything Claude Code Agent 编排模式]]
|
- [[Everything Claude Code Agent 编排模式]]
|
||||||
- [[Everything Claude Code Token 优化]]
|
- [[Everything Claude Code Token 优化]]
|
||||||
|
- [[Everything Claude Code 多服务编排详解]]
|
||||||
|
- [[Claude Code Memory 日常最佳实践]]
|
||||||
|
|
||||||
## Source
|
## Source
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-20 10:00"
|
created: "2026-03-20 10:00"
|
||||||
type: resource
|
type: resource
|
||||||
tags: [claude-code, AI-tools, methodology, best-practices, project-management, gsd]
|
tags: [resource, claude-code, AI-tools, methodology, best-practices, project-management, gsd]
|
||||||
source: "https://github.com/gsd-build/get-shit-done"
|
source: "https://github.com/gsd-build/get-shit-done"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -901,6 +901,12 @@ fix(1-C): apply auth middleware to admin routes
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
### Resources
|
||||||
- [[Everything Claude Code 完整指南]]
|
- [[Everything Claude Code 完整指南]]
|
||||||
- [[Everything Claude Code 用法速查]]
|
- [[Everything Claude Code 用法速查]]
|
||||||
- [[Everything Claude Code 方法论与最佳实践]]
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
|
|
||||||
|
### Zettelkasten
|
||||||
|
- [[上下文腐烂与全新窗口隔离]]
|
||||||
|
- [[目标回溯验证vs正向任务检查]]
|
||||||
|
- [[Plans as Prompts设计模式]]
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-17"
|
created: "2026-03-17"
|
||||||
type: resource
|
type: resource
|
||||||
tags: [engineering, workflow, azure-devops, jira, slack, billo]
|
tags: [resource, engineering, workflow, azure-devops, jira, slack, billo]
|
||||||
source: "C:/Users/yaoji/git/Billo/release-workflow/SKILL.md"
|
source: "C:/Users/yaoji/git/Billo/release-workflow/SKILL.md"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-10"
|
created: "2026-03-10"
|
||||||
type: resource
|
type: resource
|
||||||
tags: [infrastructure, homelab, kubernetes, ci-cd, gitops]
|
tags: [resource, infrastructure, homelab, kubernetes, ci-cd, gitops]
|
||||||
source: "HomeLab 部署实践"
|
source: "HomeLab 部署实践"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-09"
|
created: "2026-03-09"
|
||||||
type: resource
|
type: resource
|
||||||
tags: [kubernetes, infrastructure, devops, drone-ci, argocd, docker-registry]
|
tags: [resource, kubernetes, infrastructure, devops, drone-ci, argocd, docker-registry, homelab]
|
||||||
source: "openbb-invest-api 项目部署实践"
|
source: "openbb-invest-api 项目部署实践"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
|
- resource
|
||||||
- openclash
|
- openclash
|
||||||
- vless-reality
|
- vless-reality
|
||||||
- security-audit
|
- security-audit
|
||||||
|
- networking
|
||||||
- router
|
- router
|
||||||
- homelab
|
- homelab
|
||||||
---
|
---
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
|
- resource
|
||||||
- openclash
|
- openclash
|
||||||
- vless-reality
|
- vless-reality
|
||||||
- clash-config
|
- clash-config
|
||||||
|
- networking
|
||||||
- router
|
- router
|
||||||
- dns
|
- dns
|
||||||
- homelab
|
- homelab
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
|
- resource
|
||||||
- openclash
|
- openclash
|
||||||
- vless-reality
|
- vless-reality
|
||||||
- proxy
|
- proxy
|
||||||
|
- networking
|
||||||
- macOS
|
- macOS
|
||||||
- homelab
|
- homelab
|
||||||
---
|
---
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
|
- resource
|
||||||
- openclash
|
- openclash
|
||||||
- vless-reality
|
- vless-reality
|
||||||
|
- networking
|
||||||
- iStoreOS
|
- iStoreOS
|
||||||
- router
|
- router
|
||||||
- dns
|
- dns
|
||||||
@@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
|
- resource
|
||||||
- openclash
|
- openclash
|
||||||
- vless-reality
|
- vless-reality
|
||||||
- proxy
|
- proxy
|
||||||
|
- networking
|
||||||
- setup-guide
|
- setup-guide
|
||||||
- homelab
|
- homelab
|
||||||
---
|
---
|
||||||
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-15"
|
created: "2026-03-15"
|
||||||
type: project
|
type: resource
|
||||||
status: active
|
|
||||||
deadline: ""
|
|
||||||
tags:
|
tags:
|
||||||
|
- resource
|
||||||
- openclash
|
- openclash
|
||||||
- vless-reality
|
- vless-reality
|
||||||
- proxy
|
- proxy
|
||||||
|
- networking
|
||||||
- homelab
|
- homelab
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-19 17:00"
|
created: "2026-03-19 17:00"
|
||||||
type: project
|
type: resource
|
||||||
status: active
|
tags: [resource, openclaw, ai-agent, discord, multi-agent, homelab]
|
||||||
tags: [openclaw, ai-agent, discord, multi-agent]
|
|
||||||
source: "ssh yiukai@192.168.68.108 ~/.openclaw/openclaw.json"
|
source: "ssh yiukai@192.168.68.108 ~/.openclaw/openclaw.json"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-19 17:00"
|
created: "2026-03-19 17:00"
|
||||||
type: project
|
type: resource
|
||||||
status: active
|
tags: [resource, openclaw, ai-gateway, discord, homelab, deployment]
|
||||||
tags: [openclaw, ai-gateway, discord, homelab, deployment]
|
|
||||||
source: "ssh yiukai@192.168.68.108 ~/.openclaw/"
|
source: "ssh yiukai@192.168.68.108 ~/.openclaw/"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-10"
|
created: "2026-03-10"
|
||||||
type: resource
|
type: resource
|
||||||
tags: [openclaw, ai-gateway, claude-code, skill]
|
tags: [resource, openclaw, ai-gateway, claude-code, skill, homelab]
|
||||||
source: "https://docs.openclaw.ai/"
|
source: "https://docs.openclaw.ai/"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
created: "2026-03-08"
|
created: "2026-03-08"
|
||||||
type: resource
|
type: resource
|
||||||
tags:
|
tags:
|
||||||
|
- resource
|
||||||
- security
|
- security
|
||||||
- openvas
|
- openvas
|
||||||
- vulnerability-scanning
|
- vulnerability-scanning
|
||||||
@@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-08"
|
created: "2026-03-08"
|
||||||
type: project
|
type: resource
|
||||||
status: active
|
|
||||||
deadline: ""
|
|
||||||
tags:
|
tags:
|
||||||
|
- resource
|
||||||
- homelab
|
- homelab
|
||||||
- security
|
- security
|
||||||
- proxmox
|
- proxmox
|
||||||
- networking
|
- networking
|
||||||
|
- vulnerability-scanning
|
||||||
---
|
---
|
||||||
|
|
||||||
# PVE Security Scanner
|
# PVE Security Scanner
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-07 12:00"
|
created: "2026-03-07 12:00"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [concept, PKM]
|
tags: [zettel, concept, PKM, knowledge-management, zettelkasten]
|
||||||
source: "Tiago Forte - Building a Second Brain / Niklas Luhmann - Zettelkasten"
|
source: "Tiago Forte - Building a Second Brain / Niklas Luhmann - Zettelkasten"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-08 21:30"
|
created: "2026-03-08 21:30"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, best-practices, AI-tools]
|
tags: [zettel, claude-code, best-practices, AI-tools]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -43,5 +43,7 @@ source: "https://github.com/affaan-m/everything-claude-code"
|
|||||||
## Related
|
## Related
|
||||||
|
|
||||||
- [[Everything Claude Code 完整指南]]
|
- [[Everything Claude Code 完整指南]]
|
||||||
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
|
- [[Everything Claude Code 用法速查]]
|
||||||
- [[Everything Claude Code Agent 编排模式]]
|
- [[Everything Claude Code Agent 编排模式]]
|
||||||
- [[Everything Claude Code Token 优化]]
|
- [[Everything Claude Code Token 优化]]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-08 21:31"
|
created: "2026-03-08 21:31"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, agent-orchestration, workflow]
|
tags: [zettel, claude-code, agent-orchestration, workflow]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -47,6 +47,7 @@ Phase 5: VERIFY (build-error-resolver) → done or loop
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
- [[Everything Claude Code 完整指南]]
|
||||||
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
- [[Everything Claude Code 多服务编排详解]]
|
- [[Everything Claude Code 多服务编排详解]]
|
||||||
- [[Everything Claude Code 最佳实践]]
|
- [[Everything Claude Code 最佳实践]]
|
||||||
- [[Everything Claude Code 完整指南]]
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-08 21:32"
|
created: "2026-03-08 21:32"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, token-optimization, cost]
|
tags: [zettel, claude-code, token-optimization, cost]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -43,5 +43,7 @@ Skill 启动时只读描述(约 100 tokens),只在相关时才加载完整
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
- [[Everything Claude Code 完整指南]]
|
||||||
|
- [[Everything Claude Code 用法速查]]
|
||||||
- [[Everything Claude Code 最佳实践]]
|
- [[Everything Claude Code 最佳实践]]
|
||||||
- [[Everything Claude Code Agent 编排模式]]
|
- [[Everything Claude Code Agent 编排模式]]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-08 22:15"
|
created: "2026-03-08 22:15"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, multi-agent, orchestration, workflow]
|
tags: [zettel, claude-code, multi-agent, orchestration, workflow]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -568,9 +568,10 @@ Team Lead 通过 Task 状态自动判断何时启动下一阶段,不需要人
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
- [[Everything Claude Code 完整指南]]
|
||||||
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
- [[Everything Claude Code 用法速查]]
|
- [[Everything Claude Code 用法速查]]
|
||||||
- [[Everything Claude Code Agent 编排模式]]
|
- [[Everything Claude Code Agent 编排模式]]
|
||||||
- [[Everything Claude Code 完整指南]]
|
|
||||||
|
|
||||||
## Source
|
## Source
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-08 23:30"
|
created: "2026-03-08 23:30"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, memory, persistence, workflow, best-practice]
|
tags: [zettel, claude-code, memory, persistence, workflow, best-practices]
|
||||||
source: "daily usage + ECC documentation"
|
source: "daily usage + ECC documentation"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -180,9 +180,10 @@ Claude → 更新 MEMORY.md 索引
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
- [[Everything Claude Code 多服务编排详解]]
|
|
||||||
- [[Everything Claude Code 用法速查]]
|
|
||||||
- [[Everything Claude Code 完整指南]]
|
- [[Everything Claude Code 完整指南]]
|
||||||
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
|
- [[Everything Claude Code 用法速查]]
|
||||||
|
- [[Everything Claude Code 多服务编排详解]]
|
||||||
|
|
||||||
## Source
|
## Source
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-19 12:01"
|
created: "2026-03-19 12:01"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, agent-reliability, automation]
|
tags: [zettel, claude-code, agent-reliability, automation]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-19 12:02"
|
created: "2026-03-19 12:02"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, context-window, performance, mcp]
|
tags: [zettel, claude-code, context-window, performance, mcp]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -24,5 +24,6 @@ source: "https://github.com/affaan-m/everything-claude-code"
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
- [[Everything Claude Code 完整指南]]
|
||||||
- [[Everything Claude Code 方法论与最佳实践]]
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
- [[Hook驱动优于提示词驱动]]
|
- [[Hook驱动优于提示词驱动]]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-19 12:03"
|
created: "2026-03-19 12:03"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, machine-learning, continuous-improvement, agent-evolution]
|
tags: [zettel, claude-code, machine-learning, continuous-improvement, agent-evolution]
|
||||||
source: "https://github.com/affaan-m/everything-claude-code"
|
source: "https://github.com/affaan-m/everything-claude-code"
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -26,5 +26,6 @@ ECC 的 Continuous Learning v2.1 实现了一个 AI Agent 自我改进的闭环
|
|||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
- [[Everything Claude Code 完整指南]]
|
||||||
- [[Everything Claude Code 方法论与最佳实践]]
|
- [[Everything Claude Code 方法论与最佳实践]]
|
||||||
- [[Hook驱动优于提示词驱动]]
|
- [[Hook驱动优于提示词驱动]]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-20 10:01"
|
created: "2026-03-20 10:01"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [claude-code, context-window, ai-quality, gsd]
|
tags: [zettel, claude-code, context-window, ai-quality, gsd]
|
||||||
source: "https://github.com/gsd-build/get-shit-done"
|
source: "https://github.com/gsd-build/get-shit-done"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-20 10:02"
|
created: "2026-03-20 10:02"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [verification, methodology, ai-quality, gsd]
|
tags: [zettel, claude-code, verification, methodology, ai-quality, gsd]
|
||||||
source: "https://github.com/gsd-build/get-shit-done"
|
source: "https://github.com/gsd-build/get-shit-done"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
created: "2026-03-20 10:03"
|
created: "2026-03-20 10:03"
|
||||||
type: zettel
|
type: zettel
|
||||||
tags: [prompt-engineering, ai-architecture, gsd]
|
tags: [zettel, claude-code, prompt-engineering, ai-architecture, gsd]
|
||||||
source: "https://github.com/gsd-build/get-shit-done"
|
source: "https://github.com/gsd-build/get-shit-done"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user