-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeNote.manifest.toml
More file actions
63 lines (55 loc) · 1.89 KB
/
Copy pathCodeNote.manifest.toml
File metadata and controls
63 lines (55 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[manifest]
schema = "APTlantis Entity Manifest"
schema_version = "2.4"
manifest_type = "project"
canonical_name = "CodeNote.manifest.toml"
last_updated = "2026-07-25"
maintainer = "Herb"
[entity]
id = "codenote"
title = "CodeNote"
kind = "project"
class = "project"
status = "active"
description = "Lightweight Tauri desktop markdown and text editor with live preview, code highlighting, diagrams, tabs, and an optional terminal drawer."
tags = ["desktop", "tauri", "markdown", "editor", "react"]
[project]
type = "desktop-application"
portfolio_class = "project"
stage = "prototype"
version = "0.1.0"
[governance]
primary_standard = "DRS"
primary_standard_path = "D:\\.city_hall\\DRS\\README.md"
additional_standards = ["WGS", "PPS", "Blue Slate"]
additional_standard_paths = ["D:\\.city_hall\\WGS\\README.md", "D:\\.city_hall\\PPS\\README.md", "D:\\.city_hall\\blue.slate\\README.md"]
inherits_from = "..\\DRS.manifest.toml"
[paths]
root = "D:\\DRS\\CodeNote"
docs = "."
source = "src"
artifacts = "dist"
[documentation]
project_proposal = "Project-Proposal.md"
project_readme = "Project-README.md"
readme = "README.md"
spec = "SPEC.md"
[relationships]
parent = "D:\\DRS"
child_projects = []
child_containers = []
related_directories = ["src-tauri", "public"]
[verification]
level = "metadata-reconciled"
evidence = "README.md, SPEC.md, package files, and Tauri source directories"
reviewed = "2026-07-25"
build_verified = false
tests_verified = false
artifact_verified = false
release_verified = false
documentation_verified = true
notes = "The previous codenote.manifest.toml contained a schema document; this record restores the project manifest expected by WGS audit tooling."
[agent]
read_first = ["AGENTS.md", "CodeNote.manifest.toml", "Project-Proposal.md", "Project-README.md", "README.md", "SPEC.md"]
safe_to_modify = true
notes = "Use DRS for desktop release behavior and Blue Slate for the documented visual palette."