jac-coder 0.1.9__tar.gz → 0.2.0__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.
- {jac_coder-0.1.9 → jac_coder-0.2.0}/PKG-INFO +1 -1
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/load_jac_skill.impl.jac +6 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/load_jac_skill.jac +1 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder.egg-info/PKG-INFO +1 -1
- {jac_coder-0.1.9 → jac_coder-0.2.0}/pyproject.toml +1 -1
- {jac_coder-0.1.9 → jac_coder-0.2.0}/README.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/__init__.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/api.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/api.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/cli_entry.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/core/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/core/nodes.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/core/nodes.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/core/walkers.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/core/walkers.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/infra/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/infra/config.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/infra/config.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/infra/mcp_manager.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/infra/mcp_manager.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/lib/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/lib/coder.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/lib/coder.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/context.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/context.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/cost_tracker.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/cost_tracker.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/events.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/memory.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/memory.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/permission.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/permission.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/prompt.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/prompt.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/skills.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/runtime/skills.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/serve_entry.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/server.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/ROADMAP.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-by-llm/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-cl-auth/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-cl-components/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-cl-organization/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-cl-routing/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-core-cheatsheet/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-fullstack-patterns/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-has-fields/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-impl-files/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-node-edge-patterns/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-scaffold/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-sv-auth/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-sv-endpoints/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-sv-persistence/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-types/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/skills/jac-walker-patterns/SKILL.md +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/git.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/git.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/mcp.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/mcp.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/delegation.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/delegation.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/question.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/question.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/task.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/task.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/think.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/think.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/todo.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/todo.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/validate.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/meta/validate.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/net/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/net/preview.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/net/preview.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/net/web.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/net/web.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/filesystem.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/filesystem.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/jac_analyzer.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/jac_analyzer.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/search.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/read/search.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/run/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/run/guarded.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/run/guarded.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/run/jac_tools.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/run/jac_tools.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/run/shell.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/run/shell.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/write/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/write/checked.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/write/checked.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/write/scaffold.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/tool/write/scaffold.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/util/__init__.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/util/colors.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/util/sandbox.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/util/sandbox.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/util/tool_output.impl.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder/util/tool_output.jac +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder.egg-info/SOURCES.txt +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder.egg-info/dependency_links.txt +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder.egg-info/entry_points.txt +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder.egg-info/requires.txt +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/jac_coder.egg-info/top_level.txt +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/setup.cfg +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/tests/test_context.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/tests/test_events.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/tests/test_graph.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/tests/test_interact.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/tests/test_jaccoder.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/tests/test_memory.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/tests/test_selfcorrect.py +0 -0
- {jac_coder-0.1.9 → jac_coder-0.2.0}/tests/test_tools.py +0 -0
|
@@ -2,20 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
impl load_jac_skill(name: str) -> str {
|
|
5
|
+
tool_status("load_jac_skill", name);
|
|
5
6
|
reg = get_default_registry();
|
|
6
7
|
|
|
7
8
|
if not registry_has(reg, name) {
|
|
8
9
|
available = sorted(reg.skills.keys());
|
|
9
10
|
if not available {
|
|
11
|
+
tool_end("-> not found", error=True);
|
|
10
12
|
return "No Jac skills are installed in this JacCoder build.";
|
|
11
13
|
}
|
|
14
|
+
tool_end("-> not found", error=True);
|
|
12
15
|
return f"Skill '{name}' not found. Available skills: {available}";
|
|
13
16
|
}
|
|
14
17
|
|
|
15
18
|
body = read_skill_body(reg, name);
|
|
16
19
|
if not body {
|
|
20
|
+
tool_end("-> empty", error=True);
|
|
17
21
|
return f"Skill '{name}' is empty or unreadable at {reg.skills[name].path}.";
|
|
18
22
|
}
|
|
19
23
|
|
|
24
|
+
line_count = len(str(body).splitlines());
|
|
25
|
+
tool_end(f"-> {line_count} lines");
|
|
20
26
|
return f"[jac-skill loaded: {name}]\n\n{body}";
|
|
21
27
|
}
|
|
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
|
|
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
|
|
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
|