fcontext 1.0.3__tar.gz → 1.0.4__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.
- {fcontext-1.0.3 → fcontext-1.0.4}/PKG-INFO +4 -3
- {fcontext-1.0.3 → fcontext-1.0.4}/README.md +3 -2
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/commands.md +1 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/features.md +1 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/getting-started.md +1 -1
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/index.md +2 -1
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/_version.py +3 -3
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/init.py +6 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext.egg-info/PKG-INFO +4 -3
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_enable.py +14 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/.github/workflows/docs.yml +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/.github/workflows/release.yml +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/.gitignore +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/LICENSE +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/architecture.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/assets/javascripts/mermaid.min.js +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/contributing.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/demos/context-network.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/demos/cross-session.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/demos/domain-learning.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/demos/requirements-driven.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/demos/team-onboarding.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/use-cases/enterprises.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/docs/use-cases/individuals.md +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/__init__.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/cli.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/experience.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/indexer.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/requirements.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/topics.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext/workspace_map.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext.egg-info/SOURCES.txt +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext.egg-info/dependency_links.txt +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext.egg-info/entry_points.txt +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext.egg-info/requires.txt +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/fcontext.egg-info/top_level.txt +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/mkdocs.yml +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/pyproject.toml +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/setup.cfg +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/conftest.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_cli.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_experience.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_index.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_init.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_req.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_reset.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_topic.py +0 -0
- {fcontext-1.0.3 → fcontext-1.0.4}/tests/test_workspace_map.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fcontext
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: Context continuity across AI agents & sessions. Team knowledge collaboration. Industrial-grade AI delivery.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -18,7 +18,7 @@ Dynamic: license-file
|
|
|
18
18
|
[](https://pypi.org/project/fcontext/)
|
|
19
19
|
[](https://pypi.org/project/fcontext/)
|
|
20
20
|
[](LICENSE)
|
|
21
|
-
[](#supported-agents)
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
@@ -97,6 +97,7 @@ In production environments, context is fragmented: requirements live in document
|
|
|
97
97
|
| Cursor | `fcontext enable cursor` | `.cursor/rules/*.md` |
|
|
98
98
|
| Trae | `fcontext enable trae` | `.trae/rules/*.md` |
|
|
99
99
|
| Qwen-Code | `fcontext enable qwen` | `.qwen/rules/*.md` |
|
|
100
|
+
| Kiro | `fcontext enable kiro` | `.kiro/steering/*.md` + `.kiro/skills/` |
|
|
100
101
|
| OpenCode | `fcontext enable opencode` | Uses Claude format |
|
|
101
102
|
| OpenClaw | `fcontext enable openclaw` | `skills/` only |
|
|
102
103
|
|
|
@@ -132,7 +133,7 @@ cd your-project
|
|
|
132
133
|
fcontext init
|
|
133
134
|
|
|
134
135
|
# 2. Activate your AI agent
|
|
135
|
-
fcontext enable copilot # or: claude, cursor, trae, qwen, opencode, openclaw
|
|
136
|
+
fcontext enable copilot # or: claude, cursor, trae, qwen, kiro, opencode, openclaw
|
|
136
137
|
|
|
137
138
|
# 3. Index your documents
|
|
138
139
|
fcontext index docs/
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
[](https://pypi.org/project/fcontext/)
|
|
6
6
|
[](https://pypi.org/project/fcontext/)
|
|
7
7
|
[](LICENSE)
|
|
8
|
-
[](#supported-agents)
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -84,6 +84,7 @@ In production environments, context is fragmented: requirements live in document
|
|
|
84
84
|
| Cursor | `fcontext enable cursor` | `.cursor/rules/*.md` |
|
|
85
85
|
| Trae | `fcontext enable trae` | `.trae/rules/*.md` |
|
|
86
86
|
| Qwen-Code | `fcontext enable qwen` | `.qwen/rules/*.md` |
|
|
87
|
+
| Kiro | `fcontext enable kiro` | `.kiro/steering/*.md` + `.kiro/skills/` |
|
|
87
88
|
| OpenCode | `fcontext enable opencode` | Uses Claude format |
|
|
88
89
|
| OpenClaw | `fcontext enable openclaw` | `skills/` only |
|
|
89
90
|
|
|
@@ -119,7 +120,7 @@ cd your-project
|
|
|
119
120
|
fcontext init
|
|
120
121
|
|
|
121
122
|
# 2. Activate your AI agent
|
|
122
|
-
fcontext enable copilot # or: claude, cursor, trae, qwen, opencode, openclaw
|
|
123
|
+
fcontext enable copilot # or: claude, cursor, trae, qwen, kiro, opencode, openclaw
|
|
123
124
|
|
|
124
125
|
# 3. Index your documents
|
|
125
126
|
fcontext index docs/
|
|
@@ -20,6 +20,7 @@ fcontext enable claude # .claude/rules/fcontext.md
|
|
|
20
20
|
fcontext enable cursor # .cursor/rules/fcontext.md
|
|
21
21
|
fcontext enable trae # .trae/rules/fcontext.md
|
|
22
22
|
fcontext enable qwen # .qwen/rules/fcontext.md
|
|
23
|
+
fcontext enable kiro # .kiro/steering/fcontext.md
|
|
23
24
|
fcontext enable opencode # Claude format
|
|
24
25
|
fcontext enable openclaw # skills/ only
|
|
25
26
|
```
|
|
@@ -26,6 +26,7 @@ fcontext enable copilot # .github/instructions/*.instructions.md
|
|
|
26
26
|
fcontext enable claude # .claude/rules/*.md
|
|
27
27
|
fcontext enable cursor # .cursor/rules/*.md
|
|
28
28
|
fcontext enable trae # .trae/rules/*.md
|
|
29
|
+
fcontext enable kiro # .kiro/steering/*.md
|
|
29
30
|
fcontext enable opencode # uses Claude format
|
|
30
31
|
fcontext enable openclaw # skills/ only
|
|
31
32
|
```
|
|
@@ -37,7 +37,7 @@ This creates `.fcontext/` with:
|
|
|
37
37
|
### 2. Enable your AI agent
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
|
-
fcontext enable copilot # or: claude, cursor, trae, qwen, opencode, openclaw
|
|
40
|
+
fcontext enable copilot # or: claude, cursor, trae, qwen, kiro, opencode, openclaw
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
Your agent now knows to read `.fcontext/` on every session.
|
|
@@ -136,7 +136,7 @@ pip install fcontext
|
|
|
136
136
|
|
|
137
137
|
cd your-project
|
|
138
138
|
fcontext init
|
|
139
|
-
fcontext enable copilot # or: claude, cursor, trae, qwen, opencode, openclaw
|
|
139
|
+
fcontext enable copilot # or: claude, cursor, trae, qwen, kiro, opencode, openclaw
|
|
140
140
|
fcontext index docs/
|
|
141
141
|
```
|
|
142
142
|
|
|
@@ -153,6 +153,7 @@ Your AI agent now reads project context automatically on every session.
|
|
|
153
153
|
| Cursor | `fcontext enable cursor` |
|
|
154
154
|
| Trae | `fcontext enable trae` |
|
|
155
155
|
| Qwen-Code | `fcontext enable qwen` |
|
|
156
|
+
| Kiro | `fcontext enable kiro` |
|
|
156
157
|
| OpenCode | `fcontext enable opencode` |
|
|
157
158
|
| OpenClaw | `fcontext enable openclaw` |
|
|
158
159
|
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.0.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 0,
|
|
21
|
+
__version__ = version = '1.0.4'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 0, 4)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gb6b2cc013'
|
|
@@ -262,6 +262,7 @@ fcontext topic clean # remove empty topic files
|
|
|
262
262
|
# Cursor → .cursor/rules/fcontext.md + .cursor/skills/*/SKILL.md
|
|
263
263
|
# Trae → .trae/rules/fcontext.md + .trae/skills/*/SKILL.md
|
|
264
264
|
# Qwen-Code→ .qwen/rules/fcontext.md + .qwen/skills/*/SKILL.md
|
|
265
|
+
# Kiro → .kiro/steering/fcontext.md + .kiro/skills/*/SKILL.md
|
|
265
266
|
# OpenCode → alias for claude (.claude/)
|
|
266
267
|
# OpenClaw → skills/ only (no rules, personal AI assistant)
|
|
267
268
|
|
|
@@ -405,6 +406,11 @@ AGENT_CONFIGS = {
|
|
|
405
406
|
"skills_dir": ".qwen/skills",
|
|
406
407
|
"detect": ".qwen",
|
|
407
408
|
},
|
|
409
|
+
"kiro": {
|
|
410
|
+
"rules_path": ".kiro/steering/fcontext.md",
|
|
411
|
+
"skills_dir": ".kiro/skills",
|
|
412
|
+
"detect": ".kiro",
|
|
413
|
+
},
|
|
408
414
|
"opencode": {
|
|
409
415
|
"alias": "claude",
|
|
410
416
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fcontext
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
4
4
|
Summary: Context continuity across AI agents & sessions. Team knowledge collaboration. Industrial-grade AI delivery.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -18,7 +18,7 @@ Dynamic: license-file
|
|
|
18
18
|
[](https://pypi.org/project/fcontext/)
|
|
19
19
|
[](https://pypi.org/project/fcontext/)
|
|
20
20
|
[](LICENSE)
|
|
21
|
-
[](#supported-agents)
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
@@ -97,6 +97,7 @@ In production environments, context is fragmented: requirements live in document
|
|
|
97
97
|
| Cursor | `fcontext enable cursor` | `.cursor/rules/*.md` |
|
|
98
98
|
| Trae | `fcontext enable trae` | `.trae/rules/*.md` |
|
|
99
99
|
| Qwen-Code | `fcontext enable qwen` | `.qwen/rules/*.md` |
|
|
100
|
+
| Kiro | `fcontext enable kiro` | `.kiro/steering/*.md` + `.kiro/skills/` |
|
|
100
101
|
| OpenCode | `fcontext enable opencode` | Uses Claude format |
|
|
101
102
|
| OpenClaw | `fcontext enable openclaw` | `skills/` only |
|
|
102
103
|
|
|
@@ -132,7 +133,7 @@ cd your-project
|
|
|
132
133
|
fcontext init
|
|
133
134
|
|
|
134
135
|
# 2. Activate your AI agent
|
|
135
|
-
fcontext enable copilot # or: claude, cursor, trae, qwen, opencode, openclaw
|
|
136
|
+
fcontext enable copilot # or: claude, cursor, trae, qwen, kiro, opencode, openclaw
|
|
136
137
|
|
|
137
138
|
# 3. Index your documents
|
|
138
139
|
fcontext index docs/
|
|
@@ -84,6 +84,20 @@ class TestEnable:
|
|
|
84
84
|
assert skill.exists(), f"{name}/SKILL.md missing"
|
|
85
85
|
assert f"name: {name}" in skill.read_text()
|
|
86
86
|
|
|
87
|
+
def test_enable_kiro(self, workspace: Path):
|
|
88
|
+
rc = enable_agent(workspace, "kiro")
|
|
89
|
+
assert rc == 0
|
|
90
|
+
# Rules file in .kiro/steering/
|
|
91
|
+
rules = workspace / ".kiro" / "steering" / "fcontext.md"
|
|
92
|
+
assert rules.exists()
|
|
93
|
+
assert "Workflow Rules" in rules.read_text()
|
|
94
|
+
# Skills
|
|
95
|
+
skills_dir = workspace / ".kiro" / "skills"
|
|
96
|
+
for name in ("fcontext", "fcontext-index", "fcontext-req", "fcontext-topic"):
|
|
97
|
+
skill = skills_dir / name / "SKILL.md"
|
|
98
|
+
assert skill.exists(), f"{name}/SKILL.md missing"
|
|
99
|
+
assert f"name: {name}" in skill.read_text()
|
|
100
|
+
|
|
87
101
|
def test_enable_opencode_is_claude_alias(self, workspace: Path):
|
|
88
102
|
rc = enable_agent(workspace, "opencode")
|
|
89
103
|
assert rc == 0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|