@mandors/cli 0.3.0 → 0.3.2

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.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mandors/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Event-based task manager CLI for AI agent workflows",
5
5
  "main": "npm/lib/index.js",
6
6
  "bin": {
@@ -1,9 +0,0 @@
1
- {"layer":"project","type":"created","id":"api","by":"BUDISANTOSO","ts":"2026-01-30T07:25:46.812207Z"}
2
- {"layer":"feature","type":"created","id":"api-feature-LfrH","by":"BUDISANTOSO","ts":"2026-01-30T07:25:51.075751Z"}
3
- {"layer":"task","type":"created","id":"api-feature-LfrH-task-AAd2","by":"BUDISANTOSO","ts":"2026-01-30T07:25:51.10241Z"}
4
- {"layer":"task","type":"ready","id":"api-feature-LfrH-task-AAd2","by":"system","ts":"2026-01-30T07:25:51.10241Z"}
5
- {"layer":"task","type":"created","id":"api-feature-LfrH-task-qvlw","by":"BUDISANTOSO","ts":"2026-01-30T07:25:51.12448Z"}
6
- {"layer":"task","type":"blocked","id":"api-feature-LfrH-task-qvlw","by":"system","ts":"2026-01-30T07:25:51.12448Z"}
7
- {"layer":"task","type":"updated","id":"api-feature-LfrH-task-AAd2","by":"BUDISANTOSO","ts":"2026-01-30T07:25:54.676119Z","changes":["status"]}
8
- {"layer":"task","type":"ready","id":"api-feature-LfrH-task-qvlw","by":"system","ts":"2026-01-30T07:25:54.711899Z"}
9
- {"layer":"task","type":"updated","id":"api-feature-LfrH-task-AAd2","by":"BUDISANTOSO","ts":"2026-01-30T07:25:54.711615Z","changes":["status","dependent_unblocked"]}
@@ -1 +0,0 @@
1
- {"id":"api-feature-LfrH","project_id":"api","name":"Feature","goal":"Feature","priority":"P3","status":"draft","created_at":"2026-01-30T07:25:51.075751Z","updated_at":"2026-01-30T07:25:51.075751Z","created_by":"BUDISANTOSO","updated_by":"BUDISANTOSO"}
File without changes
@@ -1,11 +0,0 @@
1
- {
2
- "id": "api",
3
- "name": "API",
4
- "goal": "This is a comprehensive test project for task and issue dependency testing. The goal is to implement a complete system that demonstrates proper handling of dependencies within a single project and across multiple projects when configured. This includes task management, issue tracking, feature coordination, and comprehensive reporting capabilities. All code will follow best practices and coding standards. Documentation will be maintained throughout the development process and updated regularly as needed.",
5
- "status": "initial",
6
- "strict": false,
7
- "created_at": "2026-01-30T07:25:46.812207Z",
8
- "updated_at": "2026-01-30T07:25:46.812207Z",
9
- "created_by": "BUDISANTOSO",
10
- "updated_by": "BUDISANTOSO"
11
- }
@@ -1,29 +0,0 @@
1
- {
2
- "version": "mandor.v1",
3
- "$schema": "https://json-schema.org/draft/2020-12/schema",
4
- "rules": {
5
- "task": {
6
- "dependency": "same_project_only",
7
- "cycle": "disallowed"
8
- },
9
- "feature": {
10
- "dependency": "cross_project_allowed",
11
- "cycle": "disallowed"
12
- },
13
- "issue": {
14
- "dependency": "same_project_only",
15
- "cycle": "disallowed"
16
- },
17
- "priority": {
18
- "levels": [
19
- "P0",
20
- "P1",
21
- "P2",
22
- "P3",
23
- "P4",
24
- "P5"
25
- ],
26
- "default": "P3"
27
- }
28
- }
29
- }
@@ -1,2 +0,0 @@
1
- {"id":"api-feature-LfrH-task-AAd2","feature_id":"api-feature-LfrH","project_id":"api","name":"Task 1","goal":"Task 1","priority":"P3","status":"done","implementation_steps":["step"],"test_cases":["test"],"derivable_files":["f"],"library_needs":["none"],"created_at":"2026-01-30T07:25:51.10241Z","updated_at":"2026-01-30T07:25:54.711615Z","created_by":"BUDISANTOSO","updated_by":"BUDISANTOSO"}
2
- {"id":"api-feature-LfrH-task-qvlw","feature_id":"api-feature-LfrH","project_id":"api","name":"Task 2","goal":"Task 2","priority":"P3","status":"ready","depends_on":["api-feature-LfrH-task-AAd2"],"implementation_steps":["step"],"test_cases":["test"],"derivable_files":["f"],"library_needs":["none"],"created_at":"2026-01-30T07:25:51.12448Z","updated_at":"2026-01-30T07:25:54.711899Z","created_by":"BUDISANTOSO","updated_by":"BUDISANTOSO"}
@@ -1,13 +0,0 @@
1
- {
2
- "id": "7KiL",
3
- "name": "Mandor",
4
- "version": "mandor.v1",
5
- "schema_version": "mandor.v1",
6
- "created_at": "2026-01-30T07:25:32.126001Z",
7
- "last_updated_at": "2026-01-30T07:25:32.126001Z",
8
- "created_by": "BUDISANTOSO",
9
- "config": {
10
- "default_priority": "P3",
11
- "strict_mode": false
12
- }
13
- }
package/mandor DELETED
Binary file