archctx 0.0.0 → 0.1.1
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.
- package/README.md +4 -6
- package/bin/archctx.mjs +12730 -0
- package/package.json +12 -19
- package/bin/archctx.js +0 -6
package/README.md
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# archctx
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
ArchContext local runtime and CLI for agentic coding workflows.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
The production CLI is under development in the
|
|
7
|
-
[Ancienttwo/arch-context](https://github.com/Ancienttwo/arch-context) repository.
|
|
5
|
+
Product home: https://archcontext.repoharness.com
|
|
8
6
|
|
|
9
|
-
This
|
|
10
|
-
|
|
7
|
+
This package contains the one-package Local Core distribution.
|
|
8
|
+
It does not require a GitHub App, Cloud account, subscription, or LLM provider for Local Core.
|