-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
72 lines (55 loc) · 2.79 KB
/
NOTICE
File metadata and controls
72 lines (55 loc) · 2.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Claude Code Workflow - Local Setup
Copyright 2025 Jorge Castro
This product includes software developed from the HumanLayer project
(https://github.com/humanlayer/humanlayer).
================================================================================
The following components are derived from HumanLayer:
Copyright (c) 2024, humanlayer Authors
Licensed under the Apache License, Version 2.0
- Claude Code slash commands in commands/
- create_plan.md (modified)
- iterate_plan.md (modified)
- implement_plan.md (modified)
- validate_plan.md (modified)
- research_codebase.md (modified)
- commit.md (modified)
- Claude Code agents in agents/
- codebase-locator.md (modified)
- codebase-analyzer.md (modified)
- codebase-pattern-finder.md (modified)
- thoughts-locator.md (modified)
- thoughts-analyzer.md (modified)
- Metadata generation script
- skills/thoughts-management/scripts/thoughts-metadata (derived from hack/spec_metadata.sh, modified)
All modifications include:
- Adaptation for local-only operation (removed HumanLayer Cloud dependencies)
- Integration with local thoughts/ directory system
- Addition of metadata generation scripts
- Enhanced documentation and examples
The original HumanLayer project can be found at:
https://github.com/humanlayer/humanlayer
================================================================================
This workflow was inspired by Ashley Ha's article:
"I mastered the Claude Code workflow"
https://medium.com/@ashleybcha/i-mastered-the-claude-code-workflow-d7ea726b38fd
================================================================================
The following Agent Skills are derived from the skill-factory project by eferro:
Copyright (c) eferro
Licensed under the Apache License, Version 2.0
https://github.com/eferro/skill-factory
- core/skills/hamburger-method/ (from output_skills/practices/hamburger-method)
- core/skills/small-safe-steps/ (from output_skills/practices/small-safe-steps)
- core/skills/story-splitting/ (from output_skills/practices/story-splitting)
- core/skills/test-desiderata/ (from output_skills/testing/test-desiderata)
Note: the hamburger-method and story-splitting skills ultimately credit
Gojko Adzic as the author of the underlying techniques; test-desiderata
credits Kent Beck. The skill-factory repository is the upstream source
from which these SKILL.md files were adapted.
================================================================================
The following component is derived from the BugMagnet AI Assistant:
Copyright (c) Gojko Adzic
Licensed under the MIT License
https://github.com/gojko/bugmagnet-ai-assistant
- core/skills/bugmagnet/SKILL.md (adapted from commands/bugmagnet.md)
- Wrapped as a Claude Code Agent Skill with frontmatter and attribution
- Original workflow content preserved