motif-cli 0.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- motif_cli-0.0.1/LICENSE +21 -0
- motif_cli-0.0.1/PKG-INFO +29 -0
- motif_cli-0.0.1/README.md +7 -0
- motif_cli-0.0.1/motif/__init__.py +3 -0
- motif_cli-0.0.1/motif/cli.py +9 -0
- motif_cli-0.0.1/motif_cli.egg-info/PKG-INFO +29 -0
- motif_cli-0.0.1/motif_cli.egg-info/SOURCES.txt +10 -0
- motif_cli-0.0.1/motif_cli.egg-info/dependency_links.txt +1 -0
- motif_cli-0.0.1/motif_cli.egg-info/entry_points.txt +2 -0
- motif_cli-0.0.1/motif_cli.egg-info/top_level.txt +1 -0
- motif_cli-0.0.1/pyproject.toml +32 -0
- motif_cli-0.0.1/setup.cfg +4 -0
motif_cli-0.0.1/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Aviv Sheriff
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
motif_cli-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: motif-cli
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Discover your coding patterns. Generate personalized AI rules. Your work speaks for itself.
|
|
5
|
+
Author-email: Aviv Sheriff <aviv@howyougotthere.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/avivsheriff/motif-cli
|
|
8
|
+
Project-URL: Repository, https://github.com/avivsheriff/motif-cli
|
|
9
|
+
Keywords: cursor,claude-code,ai-coding,developer-tools,cursorrules,vibe-coding
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
|
+
Requires-Python: >=3.10
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
Dynamic: license-file
|
|
22
|
+
|
|
23
|
+
# Motif
|
|
24
|
+
|
|
25
|
+
**Discover your coding patterns. Generate personalized AI rules. Your work speaks for itself.**
|
|
26
|
+
|
|
27
|
+
Motif reads your Cursor and Claude Code conversations, discovers your recurring patterns, and generates personalized `.cursorrules` / `CLAUDE.md` / skills files tuned to your actual working style.
|
|
28
|
+
|
|
29
|
+
Coming soon. Watch the repo for updates: https://github.com/avivsheriff/motif-cli
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Motif
|
|
2
|
+
|
|
3
|
+
**Discover your coding patterns. Generate personalized AI rules. Your work speaks for itself.**
|
|
4
|
+
|
|
5
|
+
Motif reads your Cursor and Claude Code conversations, discovers your recurring patterns, and generates personalized `.cursorrules` / `CLAUDE.md` / skills files tuned to your actual working style.
|
|
6
|
+
|
|
7
|
+
Coming soon. Watch the repo for updates: https://github.com/avivsheriff/motif-cli
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: motif-cli
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Discover your coding patterns. Generate personalized AI rules. Your work speaks for itself.
|
|
5
|
+
Author-email: Aviv Sheriff <aviv@howyougotthere.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/avivsheriff/motif-cli
|
|
8
|
+
Project-URL: Repository, https://github.com/avivsheriff/motif-cli
|
|
9
|
+
Keywords: cursor,claude-code,ai-coding,developer-tools,cursorrules,vibe-coding
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
18
|
+
Requires-Python: >=3.10
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
License-File: LICENSE
|
|
21
|
+
Dynamic: license-file
|
|
22
|
+
|
|
23
|
+
# Motif
|
|
24
|
+
|
|
25
|
+
**Discover your coding patterns. Generate personalized AI rules. Your work speaks for itself.**
|
|
26
|
+
|
|
27
|
+
Motif reads your Cursor and Claude Code conversations, discovers your recurring patterns, and generates personalized `.cursorrules` / `CLAUDE.md` / skills files tuned to your actual working style.
|
|
28
|
+
|
|
29
|
+
Coming soon. Watch the repo for updates: https://github.com/avivsheriff/motif-cli
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
motif
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "motif-cli"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Discover your coding patterns. Generate personalized AI rules. Your work speaks for itself."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
license = {text = "MIT"}
|
|
11
|
+
requires-python = ">=3.10"
|
|
12
|
+
authors = [
|
|
13
|
+
{name = "Aviv Sheriff", email = "aviv@howyougotthere.com"}
|
|
14
|
+
]
|
|
15
|
+
keywords = ["cursor", "claude-code", "ai-coding", "developer-tools", "cursorrules", "vibe-coding"]
|
|
16
|
+
classifiers = [
|
|
17
|
+
"Development Status :: 1 - Planning",
|
|
18
|
+
"Intended Audience :: Developers",
|
|
19
|
+
"License :: OSI Approved :: MIT License",
|
|
20
|
+
"Programming Language :: Python :: 3",
|
|
21
|
+
"Programming Language :: Python :: 3.10",
|
|
22
|
+
"Programming Language :: Python :: 3.11",
|
|
23
|
+
"Programming Language :: Python :: 3.12",
|
|
24
|
+
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
[project.urls]
|
|
28
|
+
Homepage = "https://github.com/avivsheriff/motif-cli"
|
|
29
|
+
Repository = "https://github.com/avivsheriff/motif-cli"
|
|
30
|
+
|
|
31
|
+
[project.scripts]
|
|
32
|
+
motif = "motif.cli:main"
|