Skip to content

Commit 88a5b07

Browse files
committed
feat: Add LICENSE.md file
1 parent e367465 commit 88a5b07

File tree

2 files changed

+20
-18
lines changed

2 files changed

+20
-18
lines changed

LICENSE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2024 Agentic Insights, LLC.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,22 @@ For the full specification, please refer to [CODEBASE-CONTEXT.md](CODEBASE-CONTE
3939

4040
Developers are encouraged to create:
4141

42-
1. Linters and validators for context files
43-
2. IDE plugins for context file creation and editing
44-
3. AI model integrations for parsing and utilizing context
45-
4. Tools for aggregating and presenting project-wide context
42+
- Memory systems using git branches as storage
43+
- Linters and validators for context files
44+
- IDE plugins for context file creation and editing
45+
- AI model integrations for parsing and utilizing context
46+
- Tools for aggregating and presenting project-wide context
47+
- Agents that can help create context in codebases that are blank
48+
- Codebase summariziers, submodule summarizers
49+
- Memory systems that take advantage of the context
50+
- Continuous TODO monitors that can re-try implementations / solutions
4651

4752
## Future Directions
4853

49-
1. Standardized query language for context interrogation
50-
2. Integration with existing documentation systems
51-
3. Dynamic context generation through code analysis
52-
4. Potential support for explicit context overriding
54+
1. Integration with existing documentation systems
55+
2. Dynamic context generation through code analysis
56+
3. Potential support for explicit context overriding
57+
4. Agent tool / context matching and references
5358

5459
## Contribution / RFC Process
5560

@@ -70,13 +75,3 @@ All contributions will be reviewed and discussed openly. Significant changes may
7075

7176
- [Full Specification (CODEBASE-CONTEXT.md)](CODEBASE-CONTEXT.md)
7277
- [Context File Example (.context.md)](.context.md)
73-
- [Contributing Guidelines](CONTRIBUTING.md) [Note: This file needs to be created]
74-
- [License](LICENSE) [Note: This file needs to be created]
75-
76-
## ComfyUI Header Image Prompt
77-
78-
To create an eye-catching header image for this project using ComfyUI, consider the following prompt:
79-
80-
"A futuristic digital landscape representing a codebase, with holographic projections of file structures and context information floating above. In the foreground, large, sleek text reads 'Codebase Context Specification' with a subtle glow. The scene should convey organization, clarity, and the seamless integration of AI with code. Use a color scheme of deep blues and bright cyans to create a tech-oriented atmosphere."
81-
82-
This prompt leverages ComfyUI's strengths in creating scenes with integrated text, while also visually representing the key concepts of the Codebase Context Specification project.

0 commit comments

Comments
 (0)