@sqaoss/flowy 0.1.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 +2 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ CLI for Flowy — project management for AI coding agents.
|
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://github.com/sqaoss/flowy/actions/workflows/ci.yml)
|
|
8
8
|
|
|
9
|
+
> **Note:** Registration is temporarily closed while the project is in rapid development. Existing users are unaffected.
|
|
10
|
+
|
|
9
11
|
## What is Flowy
|
|
10
12
|
|
|
11
13
|
Flowy is a hosted backend project management service built for AI coding agents. It uses a graph data model (nodes and edges) to represent projects, features, epics, and tasks with typed relationships between them. This package provides the CLI that agents use to interact with the Flowy API.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqaoss/flowy",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "CLI for Flowy — project management for AI coding agents",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "CLI for Flowy — project management for AI coding agents. NOTE: Registration is temporarily closed while in rapid development.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"flowy": "./src/index.ts"
|